Searched refs:alt (Results 1 – 9 of 9) sorted by relevance
| /include/sound/ |
| D | hda-mlink.h | 17 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid); 18 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable); 19 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid); 21 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd); 24 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid); 27 void hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink); 30 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid); 33 bool hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid); 36 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink); 37 int hdac_bus_eml_power_up_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink); [all …]
|
| /include/linux/ |
| D | usb.h | 104 usb_find_common_endpoints(struct usb_host_interface *alt, 111 usb_find_common_endpoints_reverse(struct usb_host_interface *alt, 118 usb_find_bulk_in_endpoint(struct usb_host_interface *alt, in usb_find_bulk_in_endpoint() argument 121 return usb_find_common_endpoints(alt, bulk_in, NULL, NULL, NULL); in usb_find_bulk_in_endpoint() 125 usb_find_bulk_out_endpoint(struct usb_host_interface *alt, in usb_find_bulk_out_endpoint() argument 128 return usb_find_common_endpoints(alt, NULL, bulk_out, NULL, NULL); in usb_find_bulk_out_endpoint() 132 usb_find_int_in_endpoint(struct usb_host_interface *alt, in usb_find_int_in_endpoint() argument 135 return usb_find_common_endpoints(alt, NULL, NULL, int_in, NULL); in usb_find_int_in_endpoint() 139 usb_find_int_out_endpoint(struct usb_host_interface *alt, in usb_find_int_out_endpoint() argument 142 return usb_find_common_endpoints(alt, NULL, NULL, NULL, int_out); in usb_find_int_out_endpoint() [all …]
|
| /include/linux/usb/ |
| D | typec_retimer.h | 15 struct typec_altmode *alt; member
|
| D | typec.h | 167 struct typec_port *typec_altmode2port(struct typec_altmode *alt); 169 void typec_altmode_update_active(struct typec_altmode *alt, bool active); 171 void typec_altmode_set_ops(struct typec_altmode *alt,
|
| D | typec_mux.h | 46 struct typec_altmode *alt; member
|
| 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 \
|
| D | composite.h | 219 unsigned interface, unsigned alt); 254 struct usb_ep *_ep, u8 alt);
|
| /include/dt-bindings/usb/ |
| 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/ |
| D | ib_verbs.h | 1757 struct ib_port_pkey alt; member
|