Searched defs:pcf (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/mfd/
H A Dpcf50633-gpio.c33 int pcf50633_gpio_set(struct pcf50633 *pcf, int gpio, u8 val) argument
43 u8 pcf50633_gpio_get(struct pcf50633 *pcf, int gpio) argument
54 int pcf50633_gpio_invert_set(struct pcf50633 *pcf, int gpio, int invert) argument
65 int pcf50633_gpio_invert_get(struct pcf50633 *pcf, int gpio) argument
76 int pcf50633_gpio_power_supply_set(struct pcf50633 *pcf, argument
[all...]
H A Dpcf50633-irq.c20 int pcf50633_register_irq(struct pcf50633 *pcf, int irq, argument
38 int pcf50633_free_irq(struct pcf50633 *pcf, int irq) argument
51 __pcf50633_irq_mask_set(struct pcf50633 *pcf, int irq, u8 mask) argument
74 pcf50633_irq_mask(struct pcf50633 *pcf, int irq) argument
82 pcf50633_irq_unmask(struct pcf50633 *pcf, int irq) argument
90 pcf50633_irq_mask_get(struct pcf50633 *pcf, int irq) argument
101 pcf50633_irq_call_handler(struct pcf50633 *pcf, int irq) argument
112 struct pcf50633 *pcf = data; local
225 struct pcf50633 *pcf = i2c_get_clientdata(client); local
264 struct pcf50633 *pcf = i2c_get_clientdata(client); local
281 pcf50633_irq_init(struct pcf50633 *pcf, int irq) argument
309 pcf50633_irq_free(struct pcf50633 *pcf) argument
[all...]
H A Dpcf50633-core.c27 int pcf50633_read_block(struct pcf50633 *pcf, u8 reg, argument
48 u8 pcf50633_reg_read(struct pcf50633 *pcf, u8 reg) argument
61 int pcf50633_reg_write(struct pcf50633 *pcf, u8 reg, u8 val) argument
67 int pcf50633_reg_set_bit_mask(struct pcf50633 *pcf, u8 reg, u8 mask, u8 val) argument
73 pcf50633_reg_clear_bits(struct pcf50633 *pcf, u8 reg, u8 val) argument
83 struct pcf50633 *pcf = dev_get_drvdata(dev); local
114 struct pcf50633 *pcf = dev_get_drvdata(dev); local
140 pcf50633_client_dev_register(struct pcf50633 *pcf, const char *name, struct platform_device **pdev) argument
168 struct pcf50633 *pcf; local
257 struct pcf50633 *pcf = i2c_get_clientdata(client); local
[all...]
H A Dpcf50633-adc.c40 struct pcf50633 *pcf; member in struct:pcf50633_adc
49 static inline struct pcf50633_adc *__to_adc(struct pcf50633 *pcf) argument
54 static void adc_setup(struct pcf50633 *pcf, int channel, int avg) argument
67 static void trigger_next_adc_job_if_any(struct pcf50633 *pcf) argument
81 adc_enqueue_request(struct pcf50633 *pcf, struct pcf50633_adc_request *req) argument
107 pcf50633_adc_sync_read_callback(struct pcf50633 *pcf, void *param, int result) argument
116 pcf50633_adc_sync_read(struct pcf50633 *pcf, int mux, int avg) argument
134 pcf50633_adc_async_read(struct pcf50633 *pcf, int mux, int avg, void (*callback)(struct pcf50633 *, void *, int), void *callback_param) argument
159 adc_result(struct pcf50633 *pcf) argument
176 struct pcf50633 *pcf = adc->pcf; local
[all...]
/linux-master/drivers/regulator/
H A Dpcf50633-regulator.c77 struct pcf50633 *pcf; local
/linux-master/drivers/input/misc/
H A Dpcf50633-input.c26 struct pcf50633 *pcf; member in struct:pcf50633_input
/linux-master/drivers/video/backlight/
H A Dpcf50633-backlight.c19 struct pcf50633 *pcf; member in struct:pcf50633_bl
36 int pcf50633_bl_set_brightness_limit(struct pcf50633 *pcf, unsigned int limit) argument
/linux-master/drivers/rtc/
H A Drtc-pcf50633.c58 struct pcf50633 *pcf; member in struct:pcf50633_rtc
62 static void pcf2rtc_time(struct rtc_time *rtc, struct pcf50633_time *pcf) argument
73 static void rtc2pcf_time(struct pcf50633_time *pcf, struc argument
[all...]
/linux-master/drivers/power/supply/
H A Dpcf50633-charger.c26 struct pcf50633 *pcf; member in struct:pcf50633_mbc
36 int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma) argument
106 pcf50633_mbc_get_status(struct pcf50633 *pcf) argument
137 pcf50633_mbc_get_usb_online_status(struct pcf50633 *pcf) argument
[all...]
/linux-master/fs/ceph/
H A Dfile.c1420 ceph_direct_read_write(struct kiocb *iocb, struct iov_iter *iter, struct ceph_snap_context *snapc, struct ceph_cap_flush **pcf) argument
H A Dcaps.c1795 __ceph_mark_dirty_caps(struct ceph_inode_info *ci, int mask, struct ceph_cap_flush **pcf) argument

Completed in 583 milliseconds