Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 9 of 9) sorted by relevance

/include/sound/
Dhda-mlink.h17 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/
Dusb.h104 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/
Dtypec_retimer.h15 struct typec_altmode *alt; member
Dtypec.h167 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,
Dtypec_mux.h46 struct typec_altmode *alt; member
Dpd_vdo.h236 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ argument
238 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
Dcomposite.h219 unsigned interface, unsigned alt);
254 struct usb_ep *_ep, u8 alt);
/include/dt-bindings/usb/
Dpd.h208 #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/
Dib_verbs.h1757 struct ib_port_pkey alt; member