Home
last modified time | relevance | path

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

12

/linux/Documentation/trace/coresight/
A Dcoresight-etm4x-reference.rst141 Select comparator in control register.
153 Select comparator in control register.
164 Link context ID comparator to address comparator addr_idx
171 comparator.
194 selected address comparator
236 Number of address comparator pairs
405 Set the context ID comparator value
451 Set the VM ID comparator value
604 Number of PE comparator inputs
631 % echo 0x2000 > addr_start ; error as comparator 0 is a range comparator
[all …]
/linux/drivers/phy/ti/
A Dphy-omap-usb2.c56 struct phy_companion *comparator; member
102 int omap_usb2_set_comparator(struct phy_companion *comparator) in omap_usb2_set_comparator() argument
111 phy->comparator = comparator; in omap_usb2_set_comparator()
120 if (!phy->comparator || !phy->comparator->set_vbus) in omap_usb_set_vbus()
123 return phy->comparator->set_vbus(phy->comparator, enabled); in omap_usb_set_vbus()
130 if (!phy->comparator || !phy->comparator->start_srp) in omap_usb_start_srp()
133 return phy->comparator->start_srp(phy->comparator); in omap_usb_start_srp()
A DKconfig72 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.
/linux/drivers/usb/phy/
A 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()
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()
/linux/drivers/mfd/
A 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()
/linux/include/linux/phy/
A Domap_usb.h17 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
/linux/Documentation/devicetree/bindings/iio/adc/
A Denvelope-detector.yaml7 title: ADC envelope detector using a DAC and a comparator
14 signal by a binary search using the output of a comparator wired to
36 description: Channel node of the dac to be used for comparator input.
A Dmaxim,max34408.yaml47 when any of the digital comparator thresholds are exceeded as long as the ENA
/linux/Documentation/devicetree/bindings/iio/addac/
A Dadi,ad74413r.yaml97 adi,gpo-comparator:
100 Whether to configure GPO as a comparator or not.
101 When not configured as a comparator, the GPO will be treated as an
162 adi,gpo-comparator;
/linux/drivers/hwtracing/coresight/
A Dcoresight-etm4x-core.c1424 config->addr_val[comparator] = start; in etm4_set_comparator_filter()
1429 config->addr_val[comparator + 1] = stop; in etm4_set_comparator_filter()
1448 config->viiectlr |= BIT(comparator / 2); in etm4_set_comparator_filter()
1452 u64 address, int comparator, in etm4_set_start_stop_filter() argument
1459 config->addr_val[comparator] = address; in etm4_set_start_stop_filter()
1461 config->addr_type[comparator] = type; in etm4_set_start_stop_filter()
1546 int i, comparator, ret = 0; in etm4_set_event_filters() local
1570 if (comparator < 0) { in etm4_set_event_filters()
1571 ret = comparator; in etm4_set_event_filters()
1580 comparator); in etm4_set_event_filters()
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-adc-envelope-detector8 of a comparator wired to an interrupt pin. Like so::
37 Number of milliseconds to wait for the comparator in each
A Dsysfs-bus-coresight-devices-etm4x21 Description: (Read) Indicates the number of PE comparator inputs that are
28 Description: (Read) Indicates the number of address comparator pairs that are
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
275 Description: (RW) Get/Set the virtual machine ID comparator value to
282 Description: (RW) Mask for all 8 virtual machine ID comparator value
304 comparator.
[all …]
A 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: (Read) Provides the number of context ID comparator available on a
/linux/drivers/power/supply/
A Dcpcap-charger.c136 struct phy_companion comparator; /* For USB VBUS */ member
521 static int cpcap_charger_set_vbus(struct phy_companion *comparator, in cpcap_charger_set_vbus() argument
525 container_of(comparator, struct cpcap_charger_ddata, in cpcap_charger_set_vbus()
526 comparator); in cpcap_charger_set_vbus()
924 ddata->comparator.set_vbus = cpcap_charger_set_vbus; in cpcap_charger_probe()
925 error = omap_usb2_set_comparator(&ddata->comparator); in cpcap_charger_probe()
/linux/Documentation/devicetree/bindings/net/can/
A Dnxp,sja1000.yaml81 nxp,no-comparator-bypass:
83 description: Allows to disable the CAN input comparator.
/linux/Documentation/admin-guide/perf/
A Darm-ccn.rst31 "dir" (transmit/receive direction), comparator values ("cmp_l"
32 and "cmp_h") and "mask", being index of the comparator mask.
/linux/Documentation/hwmon/
A 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.
A Dtmp108.rst24 and the device runs in comparator mode.)
A Dlm77.rst24 10-bit ADC, and a digital comparator with user-programmable upper
/linux/Documentation/devicetree/bindings/extcon/
A Dextcon-palmas.txt12 - ti,wakeup : To enable the wakeup comparator in probe
/linux/arch/arm/boot/dts/ti/omap/
A Dtwl6030.dtsi83 twl_usb_comparator: usb-comparator {
/linux/Documentation/devicetree/bindings/pwm/
A Dpwm-sifive.yaml53 Each PWM instance in FU540-C000 has 4 comparators. One interrupt per comparator.
/linux/Documentation/devicetree/bindings/mfd/
A Dtps65910.txt55 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
57 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
/linux/Documentation/devicetree/bindings/hwmon/
A Dadi,max31827.yaml37 If present interrupt mode is used. If not present comparator mode is used
A Dbaikal,bt1-pvt.yaml31 | Low-Vt sensor |-| | +--| Thresholds comparator |

Completed in 38 milliseconds

12