Searched refs:alt (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
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 122 return usb_find_common_endpoints(alt, bulk_in, NULL, NULL, NULL); in usb_find_bulk_in_endpoint() 126 usb_find_bulk_out_endpoint(struct usb_host_interface *alt, in usb_find_bulk_out_endpoint() argument 129 return usb_find_common_endpoints(alt, NULL, bulk_out, NULL, NULL); in usb_find_bulk_out_endpoint() 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 143 return usb_find_common_endpoints(alt, NULL, NULL, NULL, int_out); in usb_find_int_out_endpoint() [all …]
|
/include/linux/usb/ |
D | typec_mux.h | 44 struct typec_altmode *alt; member
|
D | typec.h | 150 struct typec_port *typec_altmode2port(struct typec_altmode *alt); 152 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
|
D | pd_vdo.h | 229 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ argument 231 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
|
D | composite.h | 220 unsigned interface, unsigned alt); 253 struct usb_ep *_ep, u8 alt);
|
/include/linux/mfd/ |
D | asic3.h | 108 #define ASIC3_CONFIG_GPIO(gpio, alt, dir, init) (((gpio) & 0x7f) \ argument 109 | (((alt) & 0x7f) << 7) | (((dir) & 0x1) << 14) \
|
/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 | 1726 struct ib_port_pkey alt; member
|