Home
last modified time | relevance | path

Searched refs:cpcap (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/devicetree/bindings/leds/
H A Dleds-cpcap.txt5 chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
9 * "motorola,cpcap-led-mdl" (Main Display Lighting)
10 * "motorola,cpcap-led-kl" (Keyboard Lighting)
11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
12 * "motorola,cpcap-led-red" (Red Triode)
13 * "motorola,cpcap-led-green" (Green Triode)
14 * "motorola,cpcap-led-blue" (Blue Triode)
15 * "motorola,cpcap-led-cf" (Camera Flash)
16 * "motorola,cpcap-led-bt" (Bluetooth)
17 * "motorola,cpcap-led-cp" (Camera Privacy LED)
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dmotorola-cpcap.txt4 - compatible : One or both of "motorola,cpcap" or "ste,6556002"
19 - Documentation/devicetree/bindings/power/supply/cpcap-battery.yaml
20 - Documentation/devicetree/bindings/power/supply/cpcap-charger.yaml
21 - Documentation/devicetree/bindings/regulator/cpcap-regulator.txt
22 - Documentation/devicetree/bindings/phy/motorola,cpcap-usb-phy.yaml
23 - Documentation/devicetree/bindings/input/cpcap-pwrbutton.txt
24 - Documentation/devicetree/bindings/rtc/cpcap-rtc.txt
25 - Documentation/devicetree/bindings/leds/leds-cpcap.txt
26 - Documentation/devicetree/bindings/iio/adc/motorola,cpcap-adc.yaml
45 cpcap: pmic@0 {
[all …]
/linux/Documentation/devicetree/bindings/input/
H A Dcpcap-pwrbutton.txt4 chip see Documentation/devicetree/bindings/mfd/motorola-cpcap.txt.
10 - "motorola,cpcap-pwrbutton"
15 &cpcap {
17 compatible = "motorola,cpcap-pwrbutton";
/linux/drivers/rtc/
H A Drtc-cpcap.c50 static void cpcap2rtc_time(struct rtc_time *rtc, struct cpcap_time *cpcap) in cpcap2rtc_time() argument
55 tod = (cpcap->tod1 & TOD1_MASK) | ((cpcap->tod2 & TOD2_MASK) << 8); in cpcap2rtc_time()
56 time = tod + ((cpcap->day & DAY_MASK) * SECS_PER_DAY); in cpcap2rtc_time()
61 static void rtc2cpcap_time(struct cpcap_time *cpcap, struct rtc_time *rtc) in rtc2cpcap_time() argument
67 cpcap->day = time / SECS_PER_DAY; in rtc2cpcap_time()
69 cpcap->tod2 = (time >> 8) & TOD2_MASK; in rtc2cpcap_time()
70 cpcap->tod1 = time & TOD1_MASK; in rtc2cpcap_time()
H A DMakefile46 obj-$(CONFIG_RTC_DRV_CPCAP) += rtc-cpcap.o
/linux/drivers/phy/motorola/
H A DMakefile6 obj-$(CONFIG_PHY_CPCAP_USB) += phy-cpcap-usb.o
/linux/drivers/input/misc/
H A DMakefile33 obj-$(CONFIG_INPUT_CPCAP_PWRBUTTON) += cpcap-pwrbutton.o
H A DKconfig389 be called cpcap-pwrbutton.
/linux/arch/arm/mach-omap2/
H A DMakefile33 obj-y += pmic-cpcap.o