Searched refs:hw_device_t (Results 1 – 8 of 8) sorted by relevance
33 struct hw_device_t;69 struct hw_device_t** device);76 struct hw_device_t { struct90 int (*close)(struct hw_device_t* device); argument
279 struct hw_device_t common;315 struct hw_device_t common;356 SENSORS_HARDWARE_CONTROL, (struct hw_device_t**)device); in sensors_control_open()366 SENSORS_HARDWARE_DATA, (struct hw_device_t**)device); in sensors_data_open()
141 struct hw_device_t common;176 struct hw_device_t common;206 OVERLAY_HARDWARE_CONTROL, (struct hw_device_t**)device); in overlay_control_open()216 OVERLAY_HARDWARE_DATA, (struct hw_device_t**)device); in overlay_data_open()
145 struct hw_device_t common;209 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device); in copybit_open()
101 struct hw_device_t common;
41 struct hw_device_t** device);197 static int overlay_control_close(struct hw_device_t *dev) in overlay_control_close()255 static int overlay_data_close(struct hw_device_t *dev) in overlay_data_close()274 struct hw_device_t** device) in overlay_device_open()
304 struct hw_device_t** device) in open_lights()339 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights()342 *device = (struct hw_device_t*)dev; in open_lights()
52 struct hw_device_t** device);348 static int close_copybit(struct hw_device_t *dev) in close_copybit()360 struct hw_device_t** device) in open_copybit()