Home
last modified time | relevance | path

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

1234

/Linux-v5.15/drivers/extcon/
DKconfig39 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
Dextcon-max14577.c106 /* 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 …]
Dextcon-max77843.c60 /* 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 …]
Dextcon-max77693.c147 /* 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 …]
Dextcon-rt8973a.c106 /* 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()
Dextcon-sm5502.c137 /* 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/
Dtypec_altmode.h90 * 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 */
Dtypec.h189 * @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/
Dsysfs-driver-bd9571mwv-regulator17 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
Dsysfs-class-typec100 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.
Dusb-charger-uevent17 USB_CHARGER_ACA_TYPE Accessory Charging Adapter
/Linux-v5.15/Documentation/devicetree/bindings/extcon/
Dsiliconmitus,sm5502-muic.yaml14 which can detect the state of external accessory when external accessory is
Dextcon-rt8973a.txt5 is a USB port accessory detector and switch that is optimized to protect low
Dfcs,fsa880.yaml13 The FSA880 and FSA9480 are USB port accessory detectors and switches.
Dwlf,arizona.yaml104 The first cell defines the accessory detection pin, zero
/Linux-v5.15/drivers/usb/typec/
Dstusb160x.c361 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()
Dmux.c212 /* 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,
Dclass.h31 enum typec_accessory accessory; member
/Linux-v5.15/sound/soc/codecs/
Dts3a227e.h3 * TS3A227E Autonous Audio Accessory Detection and Configureation Switch
/Linux-v5.15/include/uapi/linux/usb/
Dcharger.h14 * ACA (Accessory Charger Adapters)
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dts3a227e.txt2 Autonomous Audio Accessory Detection and Configuration Switch
/Linux-v5.15/Documentation/devicetree/bindings/power/supply/
Dtwl4030-charger.yaml42 - description: Accessory Charger Voltage Channel
Dgpio-charger.yaml30 - usb-aca # USB accessory charger adapter
/Linux-v5.15/drivers/usb/typec/ucsi/
Ducsi.c578 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/
Dpower_supply.h184 POWER_SUPPLY_TYPE_USB_ACA, /* Accessory Charger Adapters */
197 POWER_SUPPLY_USB_TYPE_ACA, /* Accessory Charger Adapters */

1234