Home
last modified time | relevance | path

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

12

/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-etm4x-reference.rst91 Virtual register to index address comparator and range
106 uses the current ‘mode’ setting. Select comparator range in
127 Set a single address comparator according to addr_idx. This
128 is used if the address comparator is used as part of event
140 Set a trace start address comparator according to addr_idx.
141 Select comparator in control register.
152 Set a trace stop address comparator according to addr_idx.
153 Select comparator in control register.
164 Link context ID comparator to address comparator addr_idx
171 comparator.
[all …]
/openbmc/linux/drivers/phy/ti/
H A Dphy-omap-usb2.c55 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 || !phy->comparator->set_vbus) in omap_usb_set_vbus()
122 return phy->comparator->set_vbus(phy->comparator, enabled); in omap_usb_set_vbus()
129 if (!phy->comparator || !phy->comparator->start_srp) in omap_usb_start_srp()
132 return phy->comparator->start_srp(phy->comparator); in omap_usb_start_srp()
H 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.
/openbmc/linux/drivers/usb/phy/
H 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()
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp198 bool doDoubleComparison(double left, filter_ast::ComparisonOpEnum comparator, in doDoubleComparison() argument
206 switch (comparator) in doDoubleComparison()
226 static_cast<int>(comparator)); in doDoubleComparison()
231 bool doIntComparison(int64_t left, filter_ast::ComparisonOpEnum comparator, in doIntComparison() argument
234 switch (comparator) in doIntComparison()
250 static_cast<int>(comparator)); in doIntComparison()
256 filter_ast::ComparisonOpEnum comparator, in doStringComparison() argument
259 switch (comparator) in doStringComparison()
276 static_cast<int>(comparator)); in doStringComparison()
/openbmc/linux/drivers/mfd/
H 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()
H A DMakefile209 obj-$(CONFIG_TPS65911_COMPARATOR) += tps65911-comparator.o
/openbmc/linux/include/linux/phy/
H 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
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c1380 u64 start, u64 stop, int comparator) in etm4_set_comparator_filter() argument
1385 config->addr_val[comparator] = start; in etm4_set_comparator_filter()
1386 config->addr_acc[comparator] = access_type; in etm4_set_comparator_filter()
1387 config->addr_type[comparator] = ETM_ADDR_TYPE_RANGE; in etm4_set_comparator_filter()
1390 config->addr_val[comparator + 1] = stop; in etm4_set_comparator_filter()
1391 config->addr_acc[comparator + 1] = access_type; in etm4_set_comparator_filter()
1392 config->addr_type[comparator + 1] = ETM_ADDR_TYPE_RANGE; in etm4_set_comparator_filter()
1409 config->viiectlr |= BIT(comparator / 2); in etm4_set_comparator_filter()
1413 u64 address, int comparator, in etm4_set_start_stop_filter() argument
1420 config->addr_val[comparator] = address; in etm4_set_start_stop_filter()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H 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
H 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
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 …]
H 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
/openbmc/linux/drivers/power/supply/
H A Dcpcap-charger.c137 struct phy_companion comparator; /* For USB VBUS */ member
522 static int cpcap_charger_set_vbus(struct phy_companion *comparator, in cpcap_charger_set_vbus() argument
526 container_of(comparator, struct cpcap_charger_ddata, in cpcap_charger_set_vbus()
527 comparator); in cpcap_charger_set_vbus()
933 ddata->comparator.set_vbus = cpcap_charger_set_vbus; in cpcap_charger_probe()
934 error = omap_usb2_set_comparator(&ddata->comparator); in cpcap_charger_probe()
/openbmc/linux/Documentation/admin-guide/perf/
H A Darm-ccn.rst31 "dir" (transmit/receive direction), comparator values ("cmp_l"
32 and "cmp_h") and "mask", being index of the comparator mask.
/openbmc/linux/Documentation/hwmon/
H 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.
H A Dmax31827.rst55 The alarm can be configured in comparator and interrupt mode. Currently only
56 comparator mode is implemented. In Comparator mode, the OT/UT status bits have a
H A Dtmp108.rst24 and the device runs in comparator mode.)
H A Dlm77.rst24 10-bit ADC, and a digital comparator with user-programmable upper
/openbmc/linux/Documentation/devicetree/bindings/extcon/
H A Dextcon-palmas.txt12 - ti,wakeup : To enable the wakeup comparator in probe
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dtwl6030.dtsi83 twl_usb_comparator: usb-comparator {
H A Domap4-epson-embt2ws.dts143 twl_usb_comparator: usb-comparator {
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dtps65910.txt55 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
57 comparator. (see VMBCH_VSEL in TPS65910 datasheet)
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dda7218.txt62 - dlg,comp-inv : Boolean flag, invert comparator output
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx27-phytec-phycore-rdk.dts313 nxp,no-comparator-bypass;
/openbmc/qemu/qapi/
H A Drun-state.json563 # @extint-loop: clock comparator or cpu timer interrupt with new PSW

12