Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dtypec.h150 struct typec_port *typec_altmode2port(struct typec_altmode *alt);
152 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
H A Dcomposite.h217 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 Dpd_vdo.h224 #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 Dcw2015_battery.h111 int alt; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTAsync.h489 } alt; member
530 } alt; member
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dcomposite.h220 unsigned interface, unsigned alt);
253 struct usb_ep *_ep, u8 alt);
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c676 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 Dphy-rockchip-usbdp.c503 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 Dphy-rockchip-usbdp.c566 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