/drivers/usb/typec/ucsi/ |
D | displayport.c | 21 struct typec_altmode *alt; member 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter() 108 static int ucsi_displayport_exit(struct typec_altmode *alt) in ucsi_displayport_exit() 197 static int ucsi_displayport_vdm(struct typec_altmode *alt, in ucsi_displayport_vdm() 292 void ucsi_displayport_remove_partner(struct typec_altmode *alt) in ucsi_displayport_remove_partner() 314 struct typec_altmode *alt; in ucsi_register_displayport() local
|
D | ucsi.c | 223 static int ucsi_altmode_next_mode(struct typec_altmode **alt, u16 svid) in ucsi_altmode_next_mode() 239 static int ucsi_next_altmode(struct typec_altmode **alt) in ucsi_next_altmode() 254 struct typec_altmode *alt; in ucsi_register_altmode() local 340 struct ucsi_altmode alt; in ucsi_register_altmodes_nvidia() local 415 struct ucsi_altmode alt[2]; in ucsi_register_altmodes() local
|
D | ucsi_ccg.c | 356 struct ucsi_ccg_altmode *alt, *new_alt; in ucsi_ccg_update_altmodes() local 432 struct typec_altmode *alt = NULL; in ucsi_ccg_update_set_new_cam_cmd() local 493 struct ucsi_altmode *alt) in ucsi_ccg_nvidia_altmode() 516 struct ucsi_altmode *alt; in ucsi_ccg_read() local
|
/drivers/usb/storage/ |
D | uas-detect.h | 19 struct usb_host_interface *alt = &intf->altsetting[i]; in uas_find_uas_alt_setting() local 28 static int uas_find_endpoints(struct usb_host_interface *alt, in uas_find_endpoints() 63 struct usb_host_interface *alt; in uas_use_uas_driver() local
|
/drivers/usb/typec/altmodes/ |
D | displayport.c | 65 struct typec_altmode *alt; member 250 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention() 276 static int dp_altmode_vdm(struct typec_altmode *alt, in dp_altmode_vdm() 338 static int dp_altmode_activate(struct typec_altmode *alt, int activate) in dp_altmode_activate() 566 int dp_altmode_probe(struct typec_altmode *alt) in dp_altmode_probe() 601 void dp_altmode_remove(struct typec_altmode *alt) in dp_altmode_remove()
|
D | displayport.h | 6 int dp_altmode_probe(struct typec_altmode *alt) { return -ENOTSUPP; } in dp_altmode_probe() 7 void dp_altmode_remove(struct typec_altmode *alt) { } in dp_altmode_remove()
|
D | nvidia.c | 12 static int nvidia_altmode_probe(struct typec_altmode *alt) in nvidia_altmode_probe() 20 static void nvidia_altmode_remove(struct typec_altmode *alt) in nvidia_altmode_remove()
|
/drivers/input/misc/ |
D | ati_remote2.c | 802 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_probe() local 893 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_disconnect() local 916 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_suspend() local 940 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_resume() local 966 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_reset_resume() local 997 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_pre_reset() local 1017 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_post_reset() local
|
/drivers/usb/typec/ |
D | bus.c | 16 typec_altmode_set_mux(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_mux() 312 struct typec_altmode *alt = to_typec_altmode(dev); in description_show() local 351 static int typec_altmode_create_links(struct altmode *alt) in typec_altmode_create_links() 368 static void typec_altmode_remove_links(struct altmode *alt) in typec_altmode_remove_links()
|
D | class.c | 319 struct typec_port *typec_altmode2port(struct typec_altmode *alt) in typec_altmode2port() 335 struct typec_altmode *alt = to_typec_altmode(dev); in vdo_show() local 344 struct typec_altmode *alt = to_typec_altmode(dev); in description_show() local 353 struct typec_altmode *alt = to_typec_altmode(dev); in active_show() local 401 struct altmode *alt = to_altmode(to_typec_altmode(dev)); in supported_roles_show() local 498 struct altmode *alt = to_altmode(to_typec_altmode(dev)); in typec_altmode_release() local 519 struct altmode *alt; in typec_register_altmode() local 1981 struct typec_altmode *alt; in typec_port_register_altmodes() local
|
/drivers/usb/core/ |
D | message.c | 1241 struct usb_host_interface *alt = intf->cur_altsetting; in create_intf_ep_devs() local 1255 struct usb_host_interface *alt = intf->cur_altsetting; in remove_intf_ep_devs() local 1340 struct usb_host_interface *alt = intf->cur_altsetting; in usb_disable_interface() local 1476 struct usb_host_interface *alt = intf->cur_altsetting; in usb_enable_interface() local 1525 struct usb_host_interface *alt; in usb_set_interface() local 1737 struct usb_host_interface *alt; in usb_reset_configuration() local 1820 struct usb_host_interface *alt; in usb_if_uevent() local 2060 struct usb_host_interface *alt; in usb_set_configuration() local
|
D | config.c | 229 struct usb_host_interface *alt; in config_endpoint_is_duplicate() local 490 struct usb_host_interface *alt = &intfc->altsetting[j]; in usb_release_interface_cache() local 506 struct usb_host_interface *alt; in usb_parse_interface() local
|
D | usb.c | 134 int usb_find_common_endpoints(struct usb_host_interface *alt, in usb_find_common_endpoints() 180 int usb_find_common_endpoints_reverse(struct usb_host_interface *alt, in usb_find_common_endpoints_reverse()
|
/drivers/media/usb/cpia2/ |
D | cpia2_usb.c | 371 static int configure_transfer_mode(struct camera_data *cam, unsigned int alt) in configure_transfer_mode() 444 unsigned int alt) in cpia2_usb_change_streaming_alternate() 473 static int set_alternate(struct camera_data *cam, unsigned int alt) in set_alternate()
|
/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx.c | 274 struct usb_host_interface *alt; in stv06xx_start() local 313 struct usb_host_interface *alt; in stv06xx_isoc_init() local 336 struct usb_host_interface *alt; in stv06xx_isoc_nego() local
|
/drivers/pinctrl/stm32/ |
D | pinctrl-stm32.c | 161 u32 mode, u32 alt) in stm32_gpio_backup_mode() 291 u32 mode, alt; in stm32_gpio_get_direction() local 763 int pin, u32 mode, u32 alt) in stm32_pmx_set_mode() 807 u32 *alt) in stm32_pmx_get_mode() 838 u32 mode, alt; in stm32_pmx_set_mux() local 1172 u32 mode, alt, drive, speed, bias; in stm32_pconf_dbg_show() local 1609 u32 val, alt, mode, offset = stm32_gpio_pin(pin); in stm32_pinctrl_restore_gpio_regs() local
|
/drivers/media/test-drivers/vivid/ |
D | vivid-rds-gen.c | 130 bool alt) in vivid_rds_gen_fill()
|
D | vivid-radio-common.c | 62 bool alt = dev->radio_rx_rds_use_alternates; in vivid_radio_rds_init() local
|
/drivers/media/usb/gspca/ |
D | xirlink_cit.c | 1435 struct usb_host_interface *alt; in cit_get_packet_size() local 2633 struct usb_host_interface *alt; in sd_isoc_init() local 2667 struct usb_host_interface *alt; in sd_isoc_nego() local
|
D | gspca.c | 510 static struct usb_host_endpoint *alt_xfer(struct usb_host_interface *alt, in alt_xfer() 567 u32 alt; member 760 int n, ret, xfer, alt, alt_idx; in gspca_init_transfer() local
|
/drivers/media/usb/dvb-usb/ |
D | m920x.c | 126 struct usb_host_interface *alt; in m920x_init_ep() local 477 struct usb_host_interface *alt; in m920x_identify_state() local
|
/drivers/usb/gadget/function/ |
D | f_phonet.c | 394 static int pn_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in pn_set_alt() 453 u8 alt; in pn_get_alt() local
|
D | f_subset.c | 253 static int geth_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in geth_set_alt()
|
/drivers/ata/ |
D | pata_sc1200.c | 180 struct ata_port *alt = host->ports[1 ^ qc->ap->port_no]; in sc1200_qc_defer() local
|
/drivers/usb/atm/ |
D | xusbatm.c | 40 struct usb_host_interface *alt; in xusbatm_find_intf() local
|