Searched refs:alt (Results 1 – 9 of 9) sorted by relevance
| /include/sound/ |
| A D | hda-mlink.h | 17 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid); 20 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid); 25 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid); 31 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid); 37 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink); 61 struct mutex *hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid); 79 hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) { return 0; } in hdac_bus_eml_get_count() argument 103 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked() argument 130 hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up() argument 196 hdac_bus_eml_set_mic_privacy_mask(struct hdac_bus *bus, bool alt, int elid, in hdac_bus_eml_set_mic_privacy_mask() argument [all …]
|
| /include/linux/ |
| A D | usb.h | 105 usb_find_common_endpoints(struct usb_host_interface *alt, 112 usb_find_common_endpoints_reverse(struct usb_host_interface *alt, 119 usb_find_bulk_in_endpoint(struct usb_host_interface *alt, in usb_find_bulk_in_endpoint() argument 126 usb_find_bulk_out_endpoint(struct usb_host_interface *alt, in usb_find_bulk_out_endpoint() argument 133 usb_find_int_in_endpoint(struct usb_host_interface *alt, in usb_find_int_in_endpoint() argument 136 return usb_find_common_endpoints(alt, NULL, NULL, int_in, NULL); in usb_find_int_in_endpoint() 140 usb_find_int_out_endpoint(struct usb_host_interface *alt, in usb_find_int_out_endpoint() argument 147 usb_find_last_bulk_in_endpoint(struct usb_host_interface *alt, in usb_find_last_bulk_in_endpoint() argument 154 usb_find_last_bulk_out_endpoint(struct usb_host_interface *alt, in usb_find_last_bulk_out_endpoint() argument 161 usb_find_last_int_in_endpoint(struct usb_host_interface *alt, in usb_find_last_int_in_endpoint() argument [all …]
|
| /include/linux/usb/ |
| A D | typec_retimer.h | 15 struct typec_altmode *alt; member
|
| A D | typec.h | 179 struct typec_port *typec_altmode2port(struct typec_altmode *alt); 181 void typec_altmode_update_active(struct typec_altmode *alt, bool active); 183 void typec_altmode_set_ops(struct typec_altmode *alt,
|
| A D | typec_mux.h | 46 struct typec_altmode *alt; member
|
| A D | pd_vdo.h | 236 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ argument 238 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
|
| A D | composite.h | 218 unsigned interface, unsigned alt); 253 struct usb_ep *_ep, u8 alt);
|
| /include/dt-bindings/usb/ |
| A D | pd.h | 208 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ argument 210 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
|
| /include/rdma/ |
| A D | ib_verbs.h | 1775 struct ib_port_pkey alt; member
|
Completed in 42 milliseconds