| /Linux-v5.15/drivers/extcon/ |
| D | Kconfig | 39 FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB 40 port accessory detector and switch. The FSA9480 is fully controlled using 82 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory 101 Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory 111 Maxim MAX77843. The MAX77843 MUIC is a USB port accessory 119 Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory 152 Richtek RT8973A. The RT8973A is a USB port accessory detector 164 Silicon Mitus SM5502. The SM5502 is a USB port accessory
|
| D | extcon-max14577.c | 106 /* Define supported accessory type */ 362 /* Check accessory state which is either detached or attached */ in max14577_muic_adc_handler() 409 * This accessory isn't used in general case if it is specially in max14577_muic_adc_handler() 410 * needed to detect additional accessory, should implement in max14577_muic_adc_handler() 411 * proper operation when this accessory is attached/detached. in max14577_muic_adc_handler() 414 "accessory is %s but it isn't used (adc:0x%x)\n", in max14577_muic_adc_handler() 419 "failed to detect %s accessory (adc:0x%x)\n", in max14577_muic_adc_handler() 473 "failed to detect %s accessory (chg_type:0x%x)\n", in max14577_muic_chg_handler() 526 * Handle all of accessory except for in max14577_parse_irq() 527 * type of charger accessory. in max14577_parse_irq() [all …]
|
| D | extcon-max77843.c | 60 /* Define accessory cable type */ 285 /* Check GROUND accessory with charger cable */ in max77843_muic_get_cable_type() 290 * disconnected but the GROUND accessory still in max77843_muic_get_cable_type() 300 * connected on the GROUND accessory. in max77843_muic_get_cable_type() 402 dev_err(info->dev, "failed to detect %s accessory(gnd:0x%x)\n", in max77843_muic_adc_gnd_handler() 519 "accessory is %s but it isn't used (adc:0x%x)\n", in max77843_muic_adc_handler() 524 "failed to detect %s accessory (adc:0x%x)\n", in max77843_muic_adc_handler() 601 /* Charger cable on MHL accessory is attach or detach */ in max77843_muic_chg_handler() 616 "failed to detect %s accessory (chg_type:0x%x)\n", in max77843_muic_chg_handler() 726 dev_err(info->dev, "Cannot detect accessory\n"); in max77843_muic_detect_cable_wq() [all …]
|
| D | extcon-max77693.c | 147 /* Define supported accessory type */ 184 * ADC1K bit is used to separate specific accessory. 661 /* Check accessory state which is either detached or attached */ in max77693_muic_adc_handler() 744 * This accessory isn't used in general case if it is specially in max77693_muic_adc_handler() 745 * needed to detect additional accessory, should implement in max77693_muic_adc_handler() 746 * proper operation when this accessory is attached/detached. in max77693_muic_adc_handler() 749 "accessory is %s but it isn't used (adc:0x%x)\n", in max77693_muic_adc_handler() 754 "failed to detect %s accessory (adc:0x%x)\n", in max77693_muic_adc_handler() 928 "failed to detect %s accessory (chg_type:0x%x)\n", in max77693_muic_chg_handler() 966 * Handle all of accessory except for in max77693_muic_irq_work() [all …]
|
| D | extcon-rt8973a.c | 106 /* Define supported accessory type */ 143 * So, Device type1 is used to separate specific accessory. 360 "Unknown accessory type (adc:0x%x)\n", cable_type); in rt8973a_muic_cable_handler() 398 /* Change the state of external accessory */ in rt8973a_muic_cable_handler() 633 * Detect accessory after completing the initialization of platform in rt8973a_muic_i2c_probe()
|
| D | extcon-sm5502.c | 137 /* Define supported accessory type */ 174 * So, Device type1 is used to separate specific accessory. 516 /* Change the state of external accessory */ in sm5502_muic_cable_handler() 761 * Detect accessory after completing the initialization of platform in sm5022_muic_i2c_probe()
|
| /Linux-v5.15/include/linux/usb/ |
| D | typec_altmode.h | 90 * For the muxes there is no difference between Accessory Modes and Alternate 91 * Modes, so the Accessory Modes are supplied with specific modal state values 93 * alternate mode device, the mux for Accessory Modes will be linked with the 97 * value for typec_set_mode() when accessory modes are supported. 106 * state values, just like the Accessory Modes. 112 TYPEC_MODE_AUDIO, /* Audio Accessory */ 113 TYPEC_MODE_DEBUG, /* Debug Accessory */
|
| D | typec.h | 189 * @accessory: Audio, Debug or none. 204 enum typec_accessory accessory; member 240 * @accessory: Supported Accessory Modes 254 enum typec_accessory accessory[TYPEC_MAX_ACCESSORY]; member
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-driver-bd9571mwv-regulator | 17 the accessory power switch from a power switch to a 19 2. Switch accessory power switch off, to prepare for 23 4. Switch accessory power switch on, to resume the
|
| D | sysfs-class-typec | 100 Space separated list of accessory modes, defined in the USB 150 Shows the Accessory Mode name when the partner is an Accessory. 151 The Accessory Modes are defined in USB Type-C Specification.
|
| D | usb-charger-uevent | 17 USB_CHARGER_ACA_TYPE Accessory Charging Adapter
|
| /Linux-v5.15/Documentation/devicetree/bindings/extcon/ |
| D | siliconmitus,sm5502-muic.yaml | 14 which can detect the state of external accessory when external accessory is
|
| D | extcon-rt8973a.txt | 5 is a USB port accessory detector and switch that is optimized to protect low
|
| D | fcs,fsa880.yaml | 13 The FSA880 and FSA9480 are USB port accessory detectors and switches.
|
| D | wlf,arizona.yaml | 104 The first cell defines the accessory detection pin, zero
|
| /Linux-v5.15/drivers/usb/typec/ |
| D | stusb160x.c | 361 desc.accessory = stusb160x_get_accessory(status); in stusb160x_attach() 583 enum typec_accessory *accessory = chip->capability.accessory; in stusb160x_get_caps() local 597 *accessory++ = TYPEC_ACCESSORY_AUDIO; in stusb160x_get_caps() 598 *accessory++ = TYPEC_ACCESSORY_DEBUG; in stusb160x_get_caps() 603 *accessory++ = TYPEC_ACCESSORY_AUDIO; in stusb160x_get_caps() 604 *accessory++ = TYPEC_ACCESSORY_DEBUG; in stusb160x_get_caps() 615 *accessory++ = TYPEC_ACCESSORY_AUDIO; in stusb160x_get_caps() 616 *accessory++ = TYPEC_ACCESSORY_DEBUG; in stusb160x_get_caps()
|
| D | mux.c | 212 /* Accessory Mode muxes */ in typec_mux_match() 214 match = fwnode_property_present(fwnode, "accessory"); in typec_mux_match() 316 * USB when Accessory/Alternate Modes are supported. With some of those modes,
|
| D | class.h | 31 enum typec_accessory accessory; member
|
| /Linux-v5.15/sound/soc/codecs/ |
| D | ts3a227e.h | 3 * TS3A227E Autonous Audio Accessory Detection and Configureation Switch
|
| /Linux-v5.15/include/uapi/linux/usb/ |
| D | charger.h | 14 * ACA (Accessory Charger Adapters)
|
| /Linux-v5.15/Documentation/devicetree/bindings/sound/ |
| D | ts3a227e.txt | 2 Autonomous Audio Accessory Detection and Configuration Switch
|
| /Linux-v5.15/Documentation/devicetree/bindings/power/supply/ |
| D | twl4030-charger.yaml | 42 - description: Accessory Charger Voltage Channel
|
| D | gpio-charger.yaml | 30 - usb-aca # USB accessory charger adapter
|
| /Linux-v5.15/drivers/usb/typec/ucsi/ |
| D | ucsi.c | 578 desc.accessory = TYPEC_ACCESSORY_DEBUG; in ucsi_register_partner() 581 desc.accessory = TYPEC_ACCESSORY_AUDIO; in ucsi_register_partner() 1041 enum typec_accessory *accessory = cap->accessory; in ucsi_register_port() local 1083 *accessory++ = TYPEC_ACCESSORY_AUDIO; in ucsi_register_port() 1085 *accessory = TYPEC_ACCESSORY_DEBUG; in ucsi_register_port()
|
| /Linux-v5.15/include/linux/ |
| D | power_supply.h | 184 POWER_SUPPLY_TYPE_USB_ACA, /* Accessory Charger Adapters */ 197 POWER_SUPPLY_USB_TYPE_ACA, /* Accessory Charger Adapters */
|