| /linux/drivers/soc/qcom/ |
| H A D | pmic_glink_altmode.c | 100 struct pmic_glink_altmode *altmode; member 143 static int pmic_glink_altmode_request(struct pmic_glink_altmode *altmode, u32 cmd, u32 arg) in pmic_glink_altmode_request() argument 153 guard(mutex)(&altmode->lock); in pmic_glink_altmode_request() 155 req.hdr.owner = cpu_to_le32(altmode->owner_id); in pmic_glink_altmode_request() 161 ret = pmic_glink_send(altmode->client, &req, sizeof(req)); in pmic_glink_altmode_request() 163 dev_err(altmode->dev, "failed to send altmode request: %#x (%d)\n", cmd, ret); in pmic_glink_altmode_request() 167 left = wait_for_completion_timeout(&altmode->pan_ack, 5 * HZ); in pmic_glink_altmode_request() 169 dev_err(altmode->dev, "timeout waiting for altmode request ack for: %#x\n", cmd); in pmic_glink_altmode_request() 176 static void pmic_glink_altmode_enable_dp(struct pmic_glink_altmode *altmode, in pmic_glink_altmode_enable_dp() argument 197 dev_err(altmode->dev, "failed to switch mux to DP: %d\n", ret); in pmic_glink_altmode_enable_dp() [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | qcom,wcd939x-usbss.yaml | 7 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 D | gpio-sbu-mux.yaml | 14 and swapped depending on the altmode and orientation. This binding describes 45 handling altmode muxing and orientation switching.
|
| H A D | usb-switch.yaml | 17 description: Possible handler of altmode switching
|
| H A D | usb-switch-ports.yaml | 20 handling altmode muxing and orientation switching.
|
| H A D | nxp,ptn36502.yaml | 41 handling altmode muxing and orientation switching.
|
| H A D | fcs,fsa4480.yaml | 37 handling altmode muxing and orientation switching.
|
| H A D | onnn,nb7vpq904m.yaml | 86 handling altmode muxing and orientation switching.
|
| H A D | parade,ps8830.yaml | 67 handling altmode muxing and orientation switching.
|
| /linux/drivers/platform/chrome/ |
| H A D | cros_typec_vdm.c | 17 * 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 D | cros_typec_altmode.c | 276 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 D | qcom,wcd939x.yaml | 19 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 D | mode_selection.c | 145 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 D | class.c | 244 static void typec_altmode_set_partner(struct altmode *altmode) in typec_altmode_set_partner() argument 246 struct typec_altmode *adev = &altmode->adev; in typec_altmode_set_partner() 249 struct altmode *partner; in typec_altmode_set_partner() 258 altmode->partner = partner; in typec_altmode_set_partner() 264 partner->plug[plug->index] = altmode; in typec_altmode_set_partner() 266 partner->partner = altmode; in typec_altmode_set_partner() 270 static void typec_altmode_put_partner(struct altmode *altmode) in typec_altmode_put_partner() argument 272 struct altmode *partner = altmode->partner; in typec_altmode_put_partner() 279 adev = &altmode->adev; in typec_altmode_put_partner() 372 struct altmode *altmode = to_altmode(adev); in active_store() local [all …]
|
| H A D | anx7411.c | 569 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/altmodes/ |
| H A D | thunderbolt.c | 109 * stop attempting to enter either cable altmode (probably not supported) and 110 * directly enter the port altmode. 206 /* Port altmode is last to enter and first to exit. */ in tbt_altmode_vdm() 329 /* We accept systems without SOP' or SOP''. This means the port altmode in tbt_ready()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 1849 tcpm_log_force(port, "failed to queue altmode vdm, err:%d", ret); in tcpm_queue_vdm_unlocked() 2024 struct typec_altmode *altmode; in tcpm_register_partner_altmodes() local 2031 altmode = typec_partner_register_altmode(port->partner, in tcpm_register_partner_altmodes() 2033 if (IS_ERR(altmode)) { in tcpm_register_partner_altmodes() 2036 altmode = NULL; in tcpm_register_partner_altmodes() 2038 port->partner_altmode[i] = altmode; in tcpm_register_partner_altmodes() 2045 struct typec_altmode *altmode; in tcpm_register_plug_altmodes() local 2051 altmode = typec_plug_register_altmode(port->plug_prime, in tcpm_register_plug_altmodes() 2053 if (IS_ERR(altmode)) { in tcpm_register_plug_altmodes() 2056 altmode = NULL; in tcpm_register_plug_altmodes() [all …]
|
| /linux/drivers/usb/typec/ucsi/ |
| H A D | ucsi_ccg.c | 134 /* 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 D | ucsi.c | 324 const struct typec_altmode *altmode = NULL; in ucsi_altmode_update_active() local 343 altmode = typec_altmode_get_partner(con->port_altmode[cur]); in ucsi_altmode_update_active() 347 con->partner_altmode[i] == altmode); in ucsi_altmode_update_active() 349 if (altmode) in ucsi_altmode_update_active() 350 svid = altmode->svid; in ucsi_altmode_update_active() 548 * Update the original altmode table as some ppms may report in ucsi_register_altmodes_nvidia()
|
| H A D | ucsi_yoga_c630.c | 109 dev_dbg(ucsi->dev, "faking DP altmode for con1\n"); in yoga_c630_ucsi_sync_control()
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | phy-rockchip-usbdp.yaml | 108 description: Flag the port as possible handler of altmode switching
|
| /linux/drivers/usb/typec/mux/ |
| H A D | ptn36502.c | 125 /* DP Altmode Setup */ in ptn36502_set()
|
| H A D | nb7vpq904m.c | 174 /* DP Altmode Setup */ in nb7vpq904m_set()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | chtwc_int33fe.c | 145 .name = "displayport-altmode",
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_dump.c | 277 PRINT_CREG_8bit(asd_ha, ALTMODE); in asd_dump_cseq_state() 485 PRINT_LREG_8bit(asd_ha, lseq, ALTMODE); in asd_dump_lseq_state()
|