Home
last modified time | relevance | path

Searched refs:comparator (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.4/drivers/phy/ti/
Dphy-omap-usb2.c43 int omap_usb2_set_comparator(struct phy_companion *comparator) in omap_usb2_set_comparator() argument
52 phy->comparator = comparator; in omap_usb2_set_comparator()
61 if (!phy->comparator) in omap_usb_set_vbus()
64 return phy->comparator->set_vbus(phy->comparator, enabled); in omap_usb_set_vbus()
71 if (!phy->comparator) in omap_usb_start_srp()
74 return phy->comparator->start_srp(phy->comparator); in omap_usb_start_srp()
DKconfig56 driver takes care of all the PHY functionality apart from comparator.
57 The USB OTG controller communicates with the comparator using this
67 driver takes care of all the PHY functionality apart from comparator.
/Linux-v5.4/drivers/usb/phy/
Dphy-twl6030-usb.c79 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()
351 twl->comparator.set_vbus = twl6030_set_vbus; in twl6030_usb_probe()
352 twl->comparator.start_srp = twl6030_start_srp; in twl6030_usb_probe()
354 ret = omap_usb2_set_comparator(&twl->comparator); in twl6030_usb_probe()
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-etm4x.c796 u64 start, u64 stop, int comparator) in etm4_set_comparator_filter() argument
801 config->addr_val[comparator] = start; in etm4_set_comparator_filter()
802 config->addr_acc[comparator] = access_type; in etm4_set_comparator_filter()
803 config->addr_type[comparator] = ETM_ADDR_TYPE_RANGE; in etm4_set_comparator_filter()
806 config->addr_val[comparator + 1] = stop; in etm4_set_comparator_filter()
807 config->addr_acc[comparator + 1] = access_type; in etm4_set_comparator_filter()
808 config->addr_type[comparator + 1] = ETM_ADDR_TYPE_RANGE; in etm4_set_comparator_filter()
825 config->viiectlr |= BIT(comparator / 2); in etm4_set_comparator_filter()
829 u64 address, int comparator, in etm4_set_start_stop_filter() argument
836 config->addr_val[comparator] = address; in etm4_set_start_stop_filter()
[all …]
/Linux-v5.4/include/linux/phy/
Domap_usb.h31 struct phy_companion *comparator; member
71 extern int omap_usb2_set_comparator(struct phy_companion *comparator);
73 static inline int omap_usb2_set_comparator(struct phy_companion *comparator) in omap_usb2_set_comparator() argument
/Linux-v5.4/drivers/mfd/
Dtps65911-comparator.c31 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()
DMakefile204 obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/
Denvelope-detector.txt1 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.
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-envelope-detector8 of a comparator wired to an interrupt pin. Like so:
34 Number of milliseconds to wait for the comparator in each
Dsysfs-bus-coresight-devices-etm4x21 Description: (R) Indicates the number of PE comparator inputs that are
28 Description: (R) Indicates the number of address comparator pairs that are
76 Description: (R) 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 …]
Dsysfs-bus-coresight-devices-etm3x15 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: (R) Provides the number of context ID comparator available on a
/Linux-v5.4/drivers/power/supply/
Dcpcap-charger.c135 struct phy_companion comparator; /* For USB VBUS */ member
391 static int cpcap_charger_set_vbus(struct phy_companion *comparator, in cpcap_charger_set_vbus() argument
395 container_of(comparator, struct cpcap_charger_ddata, in cpcap_charger_set_vbus()
396 comparator); in cpcap_charger_set_vbus()
662 ddata->comparator.set_vbus = cpcap_charger_set_vbus; in cpcap_charger_probe()
663 error = omap_usb2_set_comparator(&ddata->comparator); in cpcap_charger_probe()
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Dcs42l42.txt73 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.
Dda7218.txt62 - dlg,comp-inv : Boolean flag, invert comparator output
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Dsja1000.txt45 - nxp,no-comparator-bypass : Allows to disable the CAN input comparator.
/Linux-v5.4/Documentation/admin-guide/perf/
Darm-ccn.rst31 "dir" (transmit/receive direction), comparator values ("cmp_l"
32 and "cmp_h") and "mask", being index of the comparator mask.
/Linux-v5.4/Documentation/devicetree/bindings/extcon/
Dextcon-palmas.txt12 - ti,wakeup : To enable the wakeup comparator in probe
/Linux-v5.4/Documentation/hwmon/
Dadt7410.rst58 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.
Dtmp108.rst24 and the device runs in comparator mode.)
Dlm77.rst24 10-bit ADC, and a digital comparator with user-programmable upper
/Linux-v5.4/arch/arm/boot/dts/
Dtwl6030.dtsi83 twl_usb_comparator: usb-comparator {
Dimx27-phytec-phycore-rdk.dts316 nxp,no-comparator-bypass;
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dtps65910.txt55 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
57 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
/Linux-v5.4/drivers/iio/adc/
DKconfig332 tristate "Envelope detector using a DAC and a comparator"
336 and a comparator.
/Linux-v5.4/Documentation/trace/
Dcoresight.rst274 comparator with "_stext" and "_etext", essentially tracing any instruction

12