int result = 0;
int type = ops->type;
result = sensor_register_slave(type, NULL, NULL, gsensor_get_ops);
- printk("%s\n",__func__);
+ DBG("%s\n",__func__);
return result;
}
int result = 0;
int type = ops->type;
result = sensor_register_slave(type, NULL, NULL, gsensor_get_ops);
- printk("%s\n",__func__);
+ DBG("%s\n",__func__);
return result;
}
int result = 0;
int type = ops->type;
result = sensor_register_slave(type, NULL, NULL, gsensor_get_ops);
- printk("%s\n",__func__);
+ DBG("%s\n",__func__);
return result;
}
int result = 0;
int type = ops->type;
result = sensor_register_slave(type, NULL, NULL, gsensor_get_ops);
- printk("%s\n",__func__);
+ DBG("%s\n",__func__);
return result;
}
atomic_set(&open_flag, 0); \r
init_waitqueue_head(&open_wq);\r
\r
- printk("%s\n",__func__);\r
+ DBG("%s\n",__func__);\r
error:\r
return result;\r
}\r
int result = 0;\r
int type = ops->type;\r
result = sensor_register_slave(type, NULL, NULL, gyro_get_ops);\r
- printk("%s\n",__func__);\r
+ DBG("%s\n",__func__);\r
return result;\r
}\r
\r
int result = 0;\r
int type = ops->type;\r
result = sensor_register_slave(type, NULL, NULL, light_get_ops);\r
- printk("%s\n",__func__);\r
+ DBG("%s\n",__func__);\r
return result;\r
}\r
\r
int result = 0;\r
int type = ops->type;\r
result = sensor_register_slave(type, NULL, NULL, light_get_ops);\r
- printk("%s\n",__func__);\r
+ DBG("%s\n",__func__);\r
return result;\r
}\r
\r
int result = 0;\r
int type = ops->type;\r
result = sensor_register_slave(type, NULL, NULL, proximity_get_ops);\r
- printk("%s\n",__func__);\r
+ DBG("%s\n",__func__);\r
return result;\r
}\r
\r
int result = 0;\r
int type = ops->type;\r
result = sensor_register_slave(type, NULL, NULL, proximity_get_ops);\r
- printk("%s\n",__func__);\r
+ DBG("%s\n",__func__);\r
return result;\r
}\r
\r