Lines Matching full:ioctl
13 * This IOCTL is used to associate the current file descriptor with a
20 * The IOCTL argument is a struct with a union that contains
21 * the input parameter and the output parameter for this IOCTL.
41 * IOCTL Connect Client Data structure
53 * The IOCTL argument is 1 for enabling event notification and 0 for
62 * The IOCTL output argument is 1 if an event was pending and 0 otherwise.
63 * The ioctl has to be called in order to acknowledge pending event.
83 * struct mei_connect_client_data_vtag - IOCTL connect data union
97 * This IOCTL is used to associate the current file descriptor with a
99 * The IOCTL opens a communication channel between a host client and
105 * The IOCTL argument is a struct with a union that contains
106 * the input parameter and the output parameter for this IOCTL.