Lines Matching full:device
10 * misc_read() - Read the device to buffer, optional.
11 * @dev: the device
12 * @offset: offset to read the device
14 * @size: data size in bytes to read the device
21 * misc_write() - Write buffer to the device, optional.
22 * @dev: the device
23 * @offset: offset to write the device
25 * @size: data size in bytes to write the device
32 * misc_ioctl() - Assert command to the device, optional.
33 * @dev: the device
34 * @request: command to be sent to the device
42 * misc_call() - Send a message to the device and wait for a response.
43 * @dev: the device.
63 * misc_set_enabled() - Enable or disable a device.
64 * @dev: the device to enable or disable.
65 * @val: the flag that tells the driver to either enable or disable the device.
68 * activating or deactivating the device's primary function, hence a "disabled"
69 * device should be dormant, but still answer to commands and queries.
71 * A probed device may start in a disabled or enabled state, depending on the
87 * Read the device to buffer, optional.
88 * @dev: the device
89 * @offset: offset to read the device
91 * @size: data size in bytes to read the device
98 * Write buffer to the device, optional.
99 * @dev: the device
100 * @offset: offset to write the device
102 * @size: data size in bytes to write the device
109 * Assert command to the device, optional.
110 * @dev: the device
111 * @request: command to be sent to the device
119 * Send a message to the device and wait for a response.
120 * @dev: the device
133 * Enable or disable a device, optional.
134 * @dev: the device to enable.
136 * device.