Searched refs:alt (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A 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);
|
H A D | composite.h | 217 int (*set_alt)(struct usb_function *, unsigned interface, unsigned alt);
244 int config_ep_by_speed_and_alt(struct usb_gadget *g, struct usb_function *f, struct usb_ep *_ep, u8 alt);
|
H A D | pd_vdo.h | 224 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ 226 ((alt)&0x7) << 3 | ((spd)&0x7))
|
/device/soc/rockchip/rk3588/kernel/include/linux/power/ |
H A D | cw2015_battery.h | 111 int alt; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 489 } alt; member 530 } alt; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 220 unsigned interface, unsigned alt); 253 struct usb_ep *_ep, u8 alt);
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 676 struct usb_host_interface *alt = NULL;
in hw_get_endpoints() local 685 alt = intf->altsetting + tmp;
in hw_get_endpoints() 691 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {
in hw_get_endpoints() 695 e = alt->endpoint + ep;
in hw_get_endpoints() 724 if (!alt || !in || !out) {
in hw_get_endpoints() 727 if (alt->desc.bAlternateSetting != 0) {
in hw_get_endpoints() 728 tmp = usb_set_interface(dev->udev, alt->desc.bInterfaceNumber, alt->desc.bAlternateSetting);
in hw_get_endpoints()
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-usbdp.c | 503 dev_dbg(udphy->dev, "failed to find dp lane mux, following dp alt mode\n");
in udphy_parse_lane_mux_data() 881 if (state->alt && state->alt->svid == USB_TYPEC_DP_SID) {
in usbdp_typec_mux_set()
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-usbdp.c | 566 dev_dbg(udphy->dev, "failed to find dp lane mux, following dp alt mode\n"); in udphy_parse_lane_mux_data() 930 if (state->alt && state->alt->svid == USB_TYPEC_DP_SID) { in usbdp_typec_mux_set()
|
Completed in 16 milliseconds