Home
last modified time | relevance | path

Searched full:altmode (Results 1 – 25 of 25) sorted by relevance

/linux/include/linux/usb/
H A Dtypec_altmode.h52 static inline void typec_altmode_set_drvdata(struct typec_altmode *altmode, in typec_altmode_set_drvdata() argument
55 dev_set_drvdata(&altmode->dev, data); in typec_altmode_set_drvdata()
58 static inline void *typec_altmode_get_drvdata(struct typec_altmode *altmode) in typec_altmode_get_drvdata() argument
60 return dev_get_drvdata(&altmode->dev); in typec_altmode_get_drvdata()
73 int (*enter)(struct typec_altmode *altmode, u32 *vdo);
74 int (*exit)(struct typec_altmode *altmode);
75 void (*attention)(struct typec_altmode *altmode, u32 vdo);
76 int (*vdm)(struct typec_altmode *altmode, const u32 hdr,
78 int (*notify)(struct typec_altmode *altmode, unsigned long conf,
80 int (*activate)(struct typec_altmode *altmode, int activate);
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Dqcom,wcd939x-usbss.yaml7 title: Qualcomm WCD9380/WCD9385 USB SubSystem Altmode/Analog Audio Switch
14 functionally separate USB SubSystem for Altmode/Analog Audio Switch
18 graph description to handle USB-C altmode & orientation switching for Audio
48 purpose of handling altmode muxing and orientation switching.
H A Dgpio-sbu-mux.yaml14 and swapped depending on the altmode and orientation. This binding describes
45 handling altmode muxing and orientation switching.
H A Dusb-switch.yaml17 description: Possible handler of altmode switching
H A Dusb-switch-ports.yaml20 handling altmode muxing and orientation switching.
H A Dnxp,ptn36502.yaml41 handling altmode muxing and orientation switching.
H A Dfcs,fsa4480.yaml37 handling altmode muxing and orientation switching.
H A Donnn,nb7vpq904m.yaml86 handling altmode muxing and orientation switching.
H A Dparade,ps8830.yaml67 handling altmode muxing and orientation switching.
/linux/drivers/platform/chrome/
H A Dcros_typec_vdm.c17 * Retrieves pending VDM attention messages from the EC and forwards them to the altmode driver
47 "Received VDM for unregistered altmode (SVID:%x), port: %d\n", in cros_typec_handle_vdm_attention()
57 * Retrieves a VDM response from the EC and forwards it to the altmode driver based on SVID.
84 dev_err(typec->dev, "Received VDM for unregistered altmode (SVID:%x), port: %d\n", in cros_typec_handle_vdm_response()
91 dev_err(typec->dev, "Failed to forward VDM to altmode (SVID:%x), port: %d\n", in cros_typec_handle_vdm_response()
H A Dcros_typec_altmode.c276 int cros_typec_displayport_status_update(struct typec_altmode *altmode, in cros_typec_displayport_status_update() argument
280 typec_altmode_get_drvdata(altmode); in cros_typec_displayport_status_update()
284 dev_dbg(&altmode->dev, in cros_typec_displayport_status_update()
290 dev_dbg(&altmode->dev, in cros_typec_displayport_status_update()
/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,wcd939x.yaml19 to handle USB-C altmode & orientation switching for Audio Accessory Mode.
34 description: Flag the port as possible handler of altmode switching
45 purpose of handling altmode muxing and orientation switching to detect and
/linux/drivers/usb/typec/
H A Dmode_selection.c145 dev_dbg(&sel->partner->dev, "%x altmode is active\n", ms->svid); in mode_selection_work_fn()
214 struct typec_altmode *altmode = to_typec_altmode(dev); in altmode_add_to_list() local
215 const struct typec_altmode *pdev = typec_altmode_get_partner(altmode); in altmode_add_to_list()
218 if (pdev && altmode->ops && altmode->ops->activate) { in altmode_add_to_list()
H A Danx7411.c569 dev_err(dev, "no altmode space for registering\n"); in anx7411_typec_register_altmode()
576 dev_err(dev, "failed to register altmode\n"); in anx7411_typec_register_altmode()
680 /* Update DP altmode */ in anx7411_parse_cmd()
692 /* Register DP Altmode */ in anx7411_parse_cmd()
696 /* Register other altmode */ in anx7411_parse_cmd()
1046 dev_err(dev, "dp altmode not register\n"); in anx7411_usb_mux_set()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c2043 tcpm_log_force(port, "failed to queue altmode vdm, err:%d", ret); in tcpm_queue_vdm_unlocked()
2225 struct typec_altmode *altmode; in tcpm_register_partner_altmodes() local
2232 altmode = typec_partner_register_altmode(port->partner, in tcpm_register_partner_altmodes()
2234 if (IS_ERR(altmode)) { in tcpm_register_partner_altmodes()
2237 altmode = NULL; in tcpm_register_partner_altmodes()
2239 port->partner_altmode[i] = altmode; in tcpm_register_partner_altmodes()
2246 struct typec_altmode *altmode; in tcpm_register_plug_altmodes() local
2253 altmode = typec_plug_register_altmode(port->plug_prime, in tcpm_register_plug_altmodes()
2255 if (IS_ERR(altmode)) { in tcpm_register_plug_altmodes()
2258 altmode = NULL; in tcpm_register_plug_altmodes()
[all …]
/linux/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c134 /* Altmode offset for NVIDIA Function Test Board (FTB) */
435 /* Found Non DP altmode */ in ucsi_ccg_update_altmodes()
464 /* Didn't find any duplicate DP altmode */ in ucsi_ccg_update_altmodes()
496 * If CAM is UCSI_MULTI_DP_INDEX then this is DP altmode in ucsi_ccg_update_set_new_cam_cmd()
538 * (Function Test Board) which reports altmode list with vdo=0x3
540 * based on order in altmode list and it causes a mismatch of CON
H A Ducsi_yoga_c630.c110 dev_dbg(ucsi->dev, "faking DP altmode for con1\n"); in yoga_c630_ucsi_sync_control()
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-rockchip-usbdp.yaml108 description: Flag the port as possible handler of altmode switching
/linux/drivers/platform/x86/intel/
H A Dchtwc_int33fe.c145 .name = "displayport-altmode",
/linux/drivers/scsi/aic94xx/
H A Daic94xx_dump.c277 PRINT_CREG_8bit(asd_ha, ALTMODE); in asd_dump_cseq_state()
485 PRINT_LREG_8bit(asd_ha, lseq, ALTMODE); in asd_dump_lseq_state()
H A Daic94xx_reg_def.h361 #define ALTMODE 0x01 macro
508 #define CALTMODE (CSEQ_CIO_REG_BASE_ADR + ALTMODE)
843 #define LmALTMODE(LinkNum) LmSEQ_PHY_REG(0, LinkNum, ALTMODE)
/linux/Documentation/devicetree/bindings/connector/
H A Dusb-connector.yaml176 description: Unique value assigned by USB-IF to the Vendor / AltMode.
/linux/include/trace/events/
H A Ddlm.h48 { DLM_SBF_ALTMODE, "ALTMODE" })
/linux/drivers/phy/apple/
H A Datc.c1771 /* Setup AUX channel if DP altmode is requested */ in atcphy_configure()
/linux/drivers/gpu/drm/
H A Ddrm_connector.c3681 * muxes the DisplayPort data and aux-lines but does not pass the altmode HPD