Searched defs:comparator (Results 1 - 4 of 4) sorted by relevance

/drivers/mfd/
H A Dtps65911-comparator.c37 struct comparator { struct
44 static struct comparator tps_comparators[] = {
61 struct comparator tps_comp = tps_comparators[id];
88 struct comparator tps_comp = tps_comparators[id];
168 .name = "tps65911-comparator",
188 MODULE_DESCRIPTION("TPS65911 comparator driver");
190 MODULE_ALIAS("platform:tps65911-comparator");
/drivers/phy/
H A Dphy-omap-usb2.c38 * omap_usb2_set_comparator - links the comparator present in the sytem with
40 * @comparator - the companion phy(comparator) for this phy
47 int omap_usb2_set_comparator(struct phy_companion *comparator) argument
56 phy->comparator = comparator;
65 if (!phy->comparator)
68 return phy->comparator->set_vbus(phy->comparator, enabled);
75 if (!phy->comparator)
[all...]
/drivers/char/
H A Dmmtimer.c86 static int mmtimer_int_pending(int comparator) argument
89 SH_EVENT_OCCURRED_RTC1_INT_MASK << comparator)
96 static void mmtimer_clr_int_pending(int comparator) argument
99 SH_EVENT_OCCURRED_RTC1_INT_MASK << comparator);
102 /* Setup timer on comparator RTC1 */
110 /* Initialize comparator value */
126 /* Initialize comparator value */
132 /* Setup timer on comparator RTC2 */
154 /* Setup timer on comparator RTC3 */
181 static int mmtimer_setup(int cpu, int comparator, unsigne argument
207 mmtimer_disable_int(long nasid, int comparator) argument
[all...]
/drivers/usb/phy/
H A Dphy-twl6030-usb.c92 struct phy_companion comparator; member in struct:twl6030_usb
111 #define comparator_to_twl(x) container_of((x), struct twl6030_usb, comparator)
142 static int twl6030_start_srp(struct phy_companion *comparator) argument
144 struct twl6030_usb *twl = comparator_to_twl(comparator);
311 static int twl6030_set_vbus(struct phy_companion *comparator, bool enabled) argument
313 struct twl6030_usb *twl = comparator_to_twl(comparator);
339 twl->comparator.set_vbus = twl6030_set_vbus;
340 twl->comparator.start_srp = twl6030_start_srp;
342 ret = omap_usb2_set_comparator(&twl->comparator);

Completed in 130 milliseconds