Searched refs:ioctl_arg (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/firewire/ |
H A D | core-cdev.c | 421 union ioctl_arg { union 444 static int ioctl_get_info(struct client *client, union ioctl_arg *arg) ioctl_get_info() 635 static int ioctl_send_request(struct client *client, union ioctl_arg *arg) ioctl_send_request() 774 static int ioctl_allocate(struct client *client, union ioctl_arg *arg) ioctl_allocate() 815 static int ioctl_deallocate(struct client *client, union ioctl_arg *arg) ioctl_deallocate() 821 static int ioctl_send_response(struct client *client, union ioctl_arg *arg) ioctl_send_response() 855 static int ioctl_initiate_bus_reset(struct client *client, union ioctl_arg *arg) ioctl_initiate_bus_reset() 872 static int ioctl_add_descriptor(struct client *client, union ioctl_arg *arg) ioctl_add_descriptor() 918 static int ioctl_remove_descriptor(struct client *client, union ioctl_arg *arg) ioctl_remove_descriptor() 969 static int ioctl_create_iso_context(struct client *client, union ioctl_arg *arg) ioctl_create_iso_context() 1041 static int ioctl_set_iso_channels(struct client *client, union ioctl_arg *arg) ioctl_set_iso_channels() 1060 static int ioctl_queue_iso(struct client *client, union ioctl_arg *arg) ioctl_queue_iso() 1162 static int ioctl_start_iso(struct client *client, union ioctl_arg *arg) ioctl_start_iso() 1184 static int ioctl_stop_iso(struct client *client, union ioctl_arg *arg) ioctl_stop_iso() 1194 static int ioctl_flush_iso(struct client *client, union ioctl_arg *arg) ioctl_flush_iso() 1204 static int ioctl_get_cycle_timer2(struct client *client, union ioctl_arg *arg) ioctl_get_cycle_timer2() 1233 static int ioctl_get_cycle_timer(struct client *client, union ioctl_arg *arg) ioctl_get_cycle_timer() 1239 ioctl_get_cycle_timer2(client, (union ioctl_arg *)&ct2); ioctl_get_cycle_timer() 1414 union ioctl_arg *arg) ioctl_allocate_iso_resource() 1421 union ioctl_arg *arg) ioctl_deallocate_iso_resource() 1428 union ioctl_arg *arg) ioctl_allocate_iso_resource_once() 1435 union ioctl_arg *arg) ioctl_deallocate_iso_resource_once() 1446 static int ioctl_get_speed(struct client *client, union ioctl_arg *arg) ioctl_get_speed() 1452 union ioctl_arg *arg) ioctl_send_broadcast_request() 1471 static int ioctl_send_stream_packet(struct client *client, union ioctl_arg *arg) ioctl_send_stream_packet() 1520 static int ioctl_send_phy_packet(struct client *client, union ioctl_arg *arg) ioctl_send_phy_packet() 1553 static int ioctl_receive_phy_packets(struct client *client, union ioctl_arg *arg) ioctl_receive_phy_packets() 1598 static int (* const ioctl_handlers[])(struct client *, union ioctl_arg *) = { 1629 union ioctl_arg buffer; dispatch_ioctl()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 557 static long dst_ca_ioctl(struct file *file, unsigned int cmd, unsigned long ioctl_arg) dst_ca_ioctl() argument 564 void __user *arg = (void __user *)ioctl_arg; dst_ca_ioctl()
|
Completed in 157 milliseconds