/kernel/linux/linux-5.10/Documentation/trace/coresight/ |
D | coresight-etm4x-reference.rst | 77 Virtual register to index address comparator and range 92 uses the current ‘mode’ setting. Select comparator range in 113 Set a single address comparator according to addr_idx. This 114 is used if the address comparator is used as part of event 126 Set a trace start address comparator according to addr_idx. 127 Select comparator in control register. 138 Set a trace stop address comparator according to addr_idx. 139 Select comparator in control register. 150 Link context ID comparator to address comparator addr_idx 157 comparator. [all …]
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
D | phy-twl6030-usb.c | 79 struct phy_companion comparator; member 100 #define comparator_to_twl(x) container_of((x), struct twl6030_usb, comparator) 131 static int twl6030_start_srp(struct phy_companion *comparator) in twl6030_start_srp() argument 133 struct twl6030_usb *twl = comparator_to_twl(comparator); in twl6030_start_srp() 319 static int twl6030_set_vbus(struct phy_companion *comparator, bool enabled) in twl6030_set_vbus() argument 321 struct twl6030_usb *twl = comparator_to_twl(comparator); in twl6030_set_vbus() 356 twl->comparator.set_vbus = twl6030_set_vbus; in twl6030_usb_probe() 357 twl->comparator.start_srp = twl6030_start_srp; in twl6030_usb_probe() 359 ret = omap_usb2_set_comparator(&twl->comparator); in twl6030_usb_probe()
|
/kernel/linux/linux-5.10/drivers/phy/ti/ |
D | phy-omap-usb2.c | 55 struct phy_companion *comparator; member 101 int omap_usb2_set_comparator(struct phy_companion *comparator) in omap_usb2_set_comparator() argument 110 phy->comparator = comparator; in omap_usb2_set_comparator() 119 if (!phy->comparator) in omap_usb_set_vbus() 122 return phy->comparator->set_vbus(phy->comparator, enabled); in omap_usb_set_vbus() 129 if (!phy->comparator) in omap_usb_start_srp() 132 return phy->comparator->start_srp(phy->comparator); in omap_usb_start_srp()
|
D | Kconfig | 72 driver takes care of all the PHY functionality apart from comparator. 73 The USB OTG controller communicates with the comparator using this 83 driver takes care of all the PHY functionality apart from comparator.
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | tps65911-comparator.c | 31 struct comparator { struct 38 static struct comparator tps_comparators[] = { argument 55 struct comparator tps_comp = tps_comparators[id]; in comp_threshold_set() 79 struct comparator tps_comp = tps_comparators[id]; in comp_threshold_get()
|
D | Makefile | 207 obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o
|
/kernel/linux/linux-5.10/include/linux/phy/ |
D | omap_usb.h | 17 extern int omap_usb2_set_comparator(struct phy_companion *comparator); 19 static inline int omap_usb2_set_comparator(struct phy_companion *comparator) in omap_usb2_set_comparator() argument
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
D | envelope-detector.txt | 1 Bindings for ADC envelope detector using a DAC and a comparator 4 signal by a binary search using the output of a comparator wired to 22 - io-channels: Channel node of the dac to be used for comparator input.
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 880 u64 start, u64 stop, int comparator) in etm4_set_comparator_filter() argument 885 config->addr_val[comparator] = start; in etm4_set_comparator_filter() 886 config->addr_acc[comparator] = access_type; in etm4_set_comparator_filter() 887 config->addr_type[comparator] = ETM_ADDR_TYPE_RANGE; in etm4_set_comparator_filter() 890 config->addr_val[comparator + 1] = stop; in etm4_set_comparator_filter() 891 config->addr_acc[comparator + 1] = access_type; in etm4_set_comparator_filter() 892 config->addr_type[comparator + 1] = ETM_ADDR_TYPE_RANGE; in etm4_set_comparator_filter() 909 config->viiectlr |= BIT(comparator / 2); in etm4_set_comparator_filter() 913 u64 address, int comparator, in etm4_set_start_stop_filter() argument 920 config->addr_val[comparator] = address; in etm4_set_start_stop_filter() [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm4x | 21 Description: (Read) Indicates the number of PE comparator inputs that are 28 Description: (Read) Indicates the number of address comparator pairs that are 76 Description: (Read) Indicates the number of single-shot comparator controls that 162 Description: (RW) Select which address comparator or pair (of comparators) to 175 Description: (RW) Used to setup single address comparator values. 181 Description: (RW) Used to setup address range comparator values. 250 Description: (RW) Select which context ID comparator to work with. 256 Description: (RW) Get/Set the context ID comparator value to trigger on. 262 Description: (RW) Mask for all 8 context ID comparator value 269 Description: (RW) Select which virtual machine ID comparator to work with. [all …]
|
D | sysfs-bus-iio-adc-envelope-detector | 8 of a comparator wired to an interrupt pin. Like so:: 37 Number of milliseconds to wait for the comparator in each
|
D | sysfs-bus-coresight-devices-etm3x | 15 Description: Select which address comparator or pair (of comparators) to 23 characteristics about the address comparator being configure, 106 Description: (RW) Mask to apply to all the context ID comparator. 163 Description: (Read) Provides the number of context ID comparator available on a
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | cpcap-charger.c | 142 struct phy_companion comparator; /* For USB VBUS */ member 485 static int cpcap_charger_set_vbus(struct phy_companion *comparator, in cpcap_charger_set_vbus() argument 489 container_of(comparator, struct cpcap_charger_ddata, in cpcap_charger_set_vbus() 490 comparator); in cpcap_charger_set_vbus() 879 ddata->comparator.set_vbus = cpcap_charger_set_vbus; in cpcap_charger_probe() 880 error = omap_usb2_set_comparator(&ddata->comparator); in cpcap_charger_probe()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 73 decreasing voltages and will stop when a comparator is tripped, 74 indicating a comparator voltage < bias voltage. This value represents a 77 descending values for the comparator voltage.
|
D | da7218.txt | 62 - dlg,comp-inv : Boolean flag, invert comparator output
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 45 - nxp,no-comparator-bypass : Allows to disable the CAN input comparator.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/perf/ |
D | arm-ccn.rst | 31 "dir" (transmit/receive direction), comparator values ("cmp_l" 32 and "cmp_h") and "mask", being index of the comparator mask.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/extcon/ |
D | extcon-palmas.txt | 12 - ti,wakeup : To enable the wakeup comparator in probe
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | adt7410.rst | 58 device can either run in comparator mode or interrupt mode. The ADT7410 supports 78 The device is set to 16 bit resolution and comparator mode.
|
D | tmp108.rst | 24 and the device runs in comparator mode.)
|
D | lm77.rst | 24 10-bit ADC, and a digital comparator with user-programmable upper
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | twl6030.dtsi | 83 twl_usb_comparator: usb-comparator {
|
D | imx27-phytec-phycore-rdk.dts | 316 nxp,no-comparator-bypass;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | tps65910.txt | 55 comparator. (see VMBCH_VSEL in TPS65910 datasheet) 57 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
D | Kconfig | 408 tristate "Envelope detector using a DAC and a comparator" 412 and a comparator.
|