Home
last modified time | relevance | path

Searched defs:usb_dev (Results 51 - 75 of 130) sorted by relevance

123456

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-roccat-koneplus.c35 static int koneplus_send_control(struct usb_device *usb_dev, uint value, in koneplus_send_control() argument
56 static int koneplus_get_actual_profile(struct usb_device *usb_dev) in koneplus_get_actual_profile() argument
67 static int koneplus_set_actual_profile(struct usb_device *usb_dev, in koneplus_set_actual_profile() argument
87 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); in koneplus_sysfs_read() local
112 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); in koneplus_sysfs_write() local
190 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); koneplus_sysfs_read_profilex_settings() local
208 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); koneplus_sysfs_read_profilex_buttons() local
252 struct usb_device *usb_dev; koneplus_sysfs_set_actual_profile() local
300 struct usb_device *usb_dev; koneplus_sysfs_show_firmware_version() local
362 koneplus_init_koneplus_device_struct(struct usb_device *usb_dev, struct koneplus_device *koneplus) koneplus_init_koneplus_device_struct() argument
380 struct usb_device *usb_dev = interface_to_usbdev(intf); koneplus_init_specials() local
[all...]
H A Dhid-roccat-isku.c31 static int isku_receive(struct usb_device *usb_dev, uint command, in isku_receive() argument
37 static int isku_get_actual_profile(struct usb_device *usb_dev) in isku_get_actual_profile() argument
47 static int isku_set_actual_profile(struct usb_device *usb_dev, int new_profile) in isku_set_actual_profile() argument
71 struct usb_device *usb_dev; in isku_sysfs_set_actual_profile() local
121 struct usb_device *usb_dev in isku_sysfs_read() local
143 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); isku_sysfs_write() local
254 isku_init_isku_device_struct(struct usb_device *usb_dev, struct isku_device *isku) isku_init_isku_device_struct() argument
272 struct usb_device *usb_dev = interface_to_usbdev(intf); isku_init_specials() local
[all...]
H A Dhid-roccat-arvo.c31 struct usb_device *usb_dev = in arvo_sysfs_show_mode_key() local
51 struct usb_device *usb_dev = in arvo_sysfs_set_mode_key() local
81 struct usb_device *usb_dev = in arvo_sysfs_show_key_mask() local
101 struct usb_device *usb_dev = in arvo_sysfs_set_key_mask() local
127 static int arvo_get_actual_profile(struct usb_device *usb_dev) in arvo_get_actual_profile() argument
155 struct usb_device *usb_dev = arvo_sysfs_set_actual_profile() local
191 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); arvo_sysfs_write() local
210 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); arvo_sysfs_read() local
274 arvo_init_arvo_device_struct(struct usb_device *usb_dev, struct arvo_device *arvo) arvo_init_arvo_device_struct() argument
292 struct usb_device *usb_dev = interface_to_usbdev(intf); arvo_init_specials() local
[all...]
H A Dhid-roccat-kone.c53 static int kone_receive(struct usb_device *usb_dev, uint usb_command, in kone_receive() argument
73 static int kone_send(struct usb_device *usb_dev, uint usb_command, in kone_send() argument
108 static int kone_check_write(struct usb_device *usb_dev) in kone_check_write() argument
145 static int kone_get_settings(struct usb_device *usb_dev, in kone_get_settings() argument
157 kone_set_settings(struct usb_device *usb_dev, struct kone_settings const *settings) kone_set_settings() argument
175 kone_get_profile(struct usb_device *usb_dev, struct kone_profile *buf, int number) kone_get_profile() argument
201 kone_set_profile(struct usb_device *usb_dev, struct kone_profile const *profile, int number) kone_set_profile() argument
230 kone_get_weight(struct usb_device *usb_dev, int *result) kone_get_weight() argument
249 kone_get_firmware_version(struct usb_device *usb_dev, int *result) kone_get_firmware_version() argument
292 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kone_sysfs_write_settings() local
358 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kone_sysfs_write_profilex() local
421 struct usb_device *usb_dev; kone_sysfs_show_weight() local
457 kone_tcu_command(struct usb_device *usb_dev, int number) kone_tcu_command() argument
473 struct usb_device *usb_dev; kone_sysfs_set_tcu() local
563 struct usb_device *usb_dev; kone_sysfs_set_startup_profile() local
663 kone_init_kone_device_struct(struct usb_device *usb_dev, struct kone_device *kone) kone_init_kone_device_struct() argument
700 struct usb_device *usb_dev = interface_to_usbdev(intf); kone_init_specials() local
[all...]
H A Dhid-roccat-kovaplus.c43 static int kovaplus_send_control(struct usb_device *usb_dev, uint value, in kovaplus_send_control() argument
64 static int kovaplus_select_profile(struct usb_device *usb_dev, uint number, in kovaplus_select_profile() argument
70 static int kovaplus_get_profile_settings(struct usb_device *usb_dev, in kovaplus_get_profile_settings() argument
84 static int kovaplus_get_profile_buttons(struct usb_device *usb_dev, in kovaplus_get_profile_buttons() argument
99 kovaplus_get_actual_profile(struct usb_device *usb_dev) kovaplus_get_actual_profile() argument
110 kovaplus_set_actual_profile(struct usb_device *usb_dev, int new_profile) kovaplus_set_actual_profile() argument
130 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kovaplus_sysfs_read() local
155 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kovaplus_sysfs_write() local
220 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kovaplus_sysfs_read_profilex_settings() local
238 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kovaplus_sysfs_read_profilex_buttons() local
282 struct usb_device *usb_dev; kovaplus_sysfs_set_actual_profile() local
356 struct usb_device *usb_dev; kovaplus_sysfs_show_firmware_version() local
415 kovaplus_init_kovaplus_device_struct(struct usb_device *usb_dev, struct kovaplus_device *kovaplus) kovaplus_init_kovaplus_device_struct() argument
449 struct usb_device *usb_dev = interface_to_usbdev(intf); kovaplus_init_specials() local
[all...]
H A Dhid-ntrig.c144 struct usb_device *usb_dev = hid_to_usb_dev(hdev); in ntrig_report_version() local
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-tiny-usb.c168 struct usb_device *usb_dev; /* the usb device for this device */ member
[all...]
H A Di2c-viperboard.c65 static int vprbrd_i2c_receive(struct usb_device *usb_dev, in vprbrd_i2c_receive() argument
95 static int vprbrd_i2c_addr(struct usb_device *usb_dev, in vprbrd_i2c_addr() argument
[all...]
/kernel/linux/linux-6.6/sound/usb/caiaq/
H A Dinput.c589 struct usb_device *usb_dev = cdev->chip.dev; in snd_usb_caiaq_input_init() local
[all...]
H A Ddevice.c196 struct usb_device *usb_dev = cdev->chip.dev; in snd_usb_caiaq_send_command() local
219 struct usb_device *usb_dev = cdev->chip.dev; in snd_usb_caiaq_send_command_bank() local
379 static int create_card(struct usb_device *usb_dev, in create_card() argument
415 struct usb_device *usb_dev = cdev->chip.dev; init_card() local
504 struct usb_device *usb_dev = interface_to_usbdev(intf); snd_probe() local
[all...]
/third_party/backends/backend/genesys/
H A Dscanner_interface_usb.cpp184 static void bulk_read_data_send_header(UsbDevice& usb_dev, AsicType asic_type, size_t size) in bulk_read_data_send_header() argument
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c774 struct usb_device *usb_dev = interface_to_usbdev(intf); in peak_usb_create_dev() local
925 struct usb_device *usb_dev = interface_to_usbdev(intf); in peak_usb_probe() local
/kernel/linux/linux-5.10/drivers/misc/cardreader/
H A Drtsx_usb.c620 struct usb_device *usb_dev = interface_to_usbdev(intf); in rtsx_usb_probe() local
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-ntrig.c144 struct usb_device *usb_dev = hid_to_usb_dev(hdev); in ntrig_report_version() local
H A Dhid-roccat-kone.c53 static int kone_receive(struct usb_device *usb_dev, uint usb_command, in kone_receive() argument
73 static int kone_send(struct usb_device *usb_dev, uint usb_command, in kone_send() argument
111 static int kone_check_write(struct usb_device *usb_dev) in kone_check_write() argument
148 static int kone_get_settings(struct usb_device *usb_dev, in kone_get_settings() argument
160 kone_set_settings(struct usb_device *usb_dev, struct kone_settings const *settings) kone_set_settings() argument
178 kone_get_profile(struct usb_device *usb_dev, struct kone_profile *buf, int number) kone_get_profile() argument
204 kone_set_profile(struct usb_device *usb_dev, struct kone_profile const *profile, int number) kone_set_profile() argument
233 kone_get_weight(struct usb_device *usb_dev, int *result) kone_get_weight() argument
252 kone_get_firmware_version(struct usb_device *usb_dev, int *result) kone_get_firmware_version() argument
295 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kone_sysfs_write_settings() local
361 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kone_sysfs_write_profilex() local
424 struct usb_device *usb_dev; kone_sysfs_show_weight() local
460 kone_tcu_command(struct usb_device *usb_dev, int number) kone_tcu_command() argument
476 struct usb_device *usb_dev; kone_sysfs_set_tcu() local
566 struct usb_device *usb_dev; kone_sysfs_set_startup_profile() local
660 kone_init_kone_device_struct(struct usb_device *usb_dev, struct kone_device *kone) kone_init_kone_device_struct() argument
697 struct usb_device *usb_dev = interface_to_usbdev(intf); kone_init_specials() local
[all...]
H A Dhid-roccat-kovaplus.c45 static int kovaplus_send_control(struct usb_device *usb_dev, uint value, in kovaplus_send_control() argument
66 static int kovaplus_select_profile(struct usb_device *usb_dev, uint number, in kovaplus_select_profile() argument
72 static int kovaplus_get_profile_settings(struct usb_device *usb_dev, in kovaplus_get_profile_settings() argument
86 static int kovaplus_get_profile_buttons(struct usb_device *usb_dev, in kovaplus_get_profile_buttons() argument
101 kovaplus_get_actual_profile(struct usb_device *usb_dev) kovaplus_get_actual_profile() argument
112 kovaplus_set_actual_profile(struct usb_device *usb_dev, int new_profile) kovaplus_set_actual_profile() argument
132 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kovaplus_sysfs_read() local
157 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kovaplus_sysfs_write() local
222 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kovaplus_sysfs_read_profilex_settings() local
240 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); kovaplus_sysfs_read_profilex_buttons() local
284 struct usb_device *usb_dev; kovaplus_sysfs_set_actual_profile() local
358 struct usb_device *usb_dev; kovaplus_sysfs_show_firmware_version() local
412 kovaplus_init_kovaplus_device_struct(struct usb_device *usb_dev, struct kovaplus_device *kovaplus) kovaplus_init_kovaplus_device_struct() argument
446 struct usb_device *usb_dev = interface_to_usbdev(intf); kovaplus_init_specials() local
[all...]
H A Dhid-roccat-pyra.c41 static int pyra_send_control(struct usb_device *usb_dev, int value, in pyra_send_control() argument
59 static int pyra_get_profile_settings(struct usb_device *usb_dev, in pyra_get_profile_settings() argument
71 static int pyra_get_settings(struct usb_device *usb_dev, in pyra_get_settings() argument
78 static int pyra_set_settings(struct usb_device *usb_dev, in pyra_set_settings() argument
92 struct usb_device *usb_dev in pyra_sysfs_read() local
117 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); pyra_sysfs_write() local
190 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); pyra_sysfs_read_profilex_settings() local
208 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); pyra_sysfs_read_profilex_buttons() local
246 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); pyra_sysfs_write_settings() local
298 struct usb_device *usb_dev = interface_to_usbdev(to_usb_interface(dev)); pyra_sysfs_show_actual_profile() local
315 struct usb_device *usb_dev; pyra_sysfs_show_firmware_version() local
369 pyra_init_pyra_device_struct(struct usb_device *usb_dev, struct pyra_device *pyra) pyra_init_pyra_device_struct() argument
396 struct usb_device *usb_dev = interface_to_usbdev(intf); pyra_init_specials() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00usb.c51 struct usb_device *usb_dev = to_usb_device_intf(rt2x00dev->dev); in rt2x00usb_vendor_request() local
195 struct usb_device *usb_dev = to_usb_device_intf(rt2x00dev->dev); in rt2x00usb_register_read_async() local
299 struct usb_device *usb_dev = to_usb_device_intf(rt2x00dev->dev); in rt2x00usb_kick_tx_entry() local
402 struct usb_device *usb_dev = to_usb_device_intf(rt2x00dev->dev); rt2x00usb_kick_rx_entry() local
582 struct usb_device *usb_dev = to_usb_device_intf(queue->rt2x00dev->dev); rt2x00usb_assign_endpoint() local
800 struct usb_device *usb_dev = interface_to_usbdev(usb_intf); rt2x00usb_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H A Dmcu.c113 struct usb_device *usb_dev = mt7601u_to_usb_dev(dev); in mt7601u_mcu_msg_send() local
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dusb.c927 struct usb_device *usb_dev = interface_to_usbdev(intf); in usb_stor_sg_tablesize() local
/kernel/linux/linux-5.10/sound/usb/caiaq/
H A Daudio.c701 struct usb_device *usb_dev = cdev->chip.dev; in alloc_urbs() local
/kernel/linux/linux-6.6/drivers/misc/cardreader/
H A Drtsx_usb.c620 struct usb_device *usb_dev = interface_to_usbdev(intf); in rtsx_usb_probe() local
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dusb.c927 struct usb_device *usb_dev = interface_to_usbdev(intf); in usb_stor_sg_tablesize() local
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H A Dmcu.c113 struct usb_device *usb_dev = mt7601u_to_usb_dev(dev); in mt7601u_mcu_msg_send() local
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00usb.c51 struct usb_device *usb_dev = to_usb_device_intf(rt2x00dev->dev); in rt2x00usb_vendor_request() local
195 struct usb_device *usb_dev = to_usb_device_intf(rt2x00dev->dev); in rt2x00usb_register_read_async() local
299 struct usb_device *usb_dev = to_usb_device_intf(rt2x00dev->dev); in rt2x00usb_kick_tx_entry() local
402 struct usb_device *usb_dev = to_usb_device_intf(rt2x00dev->dev); rt2x00usb_kick_rx_entry() local
582 struct usb_device *usb_dev = to_usb_device_intf(queue->rt2x00dev->dev); rt2x00usb_assign_endpoint() local
800 struct usb_device *usb_dev = interface_to_usbdev(usb_intf); rt2x00usb_probe() local
[all...]

Completed in 26 milliseconds

123456