Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mfd/
H A Dpcf50633-gpio.c33 int pcf50633_gpio_set(struct pcf50633 *pcf, int gpio, u8 val) in pcf50633_gpio_set() argument
43 u8 pcf50633_gpio_get(struct pcf50633 *pcf, int gpio) in pcf50633_gpio_get() argument
54 int pcf50633_gpio_invert_set(struct pcf50633 *pcf, int gpio, int invert) in pcf50633_gpio_invert_set() argument
65 int pcf50633_gpio_invert_get(struct pcf50633 *pcf, int gpio) in pcf50633_gpio_invert_get() argument
76 int pcf50633_gpio_power_supply_set(struct pcf50633 *pcf, in pcf50633_gpio_power_supply_set() argument
[all...]
H A Dpcf50633-irq.c19 int pcf50633_register_irq(struct pcf50633 *pcf, int irq, in pcf50633_register_irq() argument
37 int pcf50633_free_irq(struct pcf50633 *pcf, int irq) in pcf50633_free_irq() argument
50 __pcf50633_irq_mask_set(struct pcf50633 *pcf, int irq, u8 mask) __pcf50633_irq_mask_set() argument
73 pcf50633_irq_mask(struct pcf50633 *pcf, int irq) pcf50633_irq_mask() argument
81 pcf50633_irq_unmask(struct pcf50633 *pcf, int irq) pcf50633_irq_unmask() argument
89 pcf50633_irq_mask_get(struct pcf50633 *pcf, int irq) pcf50633_irq_mask_get() argument
100 pcf50633_irq_call_handler(struct pcf50633 *pcf, int irq) pcf50633_irq_call_handler() argument
111 struct pcf50633 *pcf = data; pcf50633_irq() local
223 pcf50633_irq_suspend(struct pcf50633 *pcf) pcf50633_irq_suspend() argument
260 pcf50633_irq_resume(struct pcf50633 *pcf) pcf50633_irq_resume() argument
278 pcf50633_irq_init(struct pcf50633 *pcf, int irq) pcf50633_irq_init() argument
306 pcf50633_irq_free(struct pcf50633 *pcf) pcf50633_irq_free() argument
[all...]
H A Dpcf50633-adc.c40 struct pcf50633 *pcf; member
49 static inline struct pcf50633_adc *__to_adc(struct pcf50633 *pcf) in __to_adc() argument
54 static void adc_setup(struct pcf50633 *pcf, int channel, int avg) in adc_setup() argument
67 static void trigger_next_adc_job_if_any(struct pcf50633 *pcf) in trigger_next_adc_job_if_any() argument
81 adc_enqueue_request(struct pcf50633 *pcf, struct pcf50633_adc_request *req) adc_enqueue_request() argument
107 pcf50633_adc_sync_read_callback(struct pcf50633 *pcf, void *param, int result) pcf50633_adc_sync_read_callback() argument
116 pcf50633_adc_sync_read(struct pcf50633 *pcf, int mux, int avg) pcf50633_adc_sync_read() argument
134 pcf50633_adc_async_read(struct pcf50633 *pcf, int mux, int avg, void (*callback)(struct pcf50633 *, void *, int), void *callback_param) pcf50633_adc_async_read() argument
159 adc_result(struct pcf50633 *pcf) adc_result() argument
176 struct pcf50633 *pcf = adc->pcf; pcf50633_adc_irq() local
[all...]
H A Dpcf50633-core.c27 int pcf50633_read_block(struct pcf50633 *pcf, u8 reg, in pcf50633_read_block() argument
48 u8 pcf50633_reg_read(struct pcf50633 *pcf, u8 reg) in pcf50633_reg_read() argument
61 int pcf50633_reg_write(struct pcf50633 *pcf, u8 reg, u8 val) in pcf50633_reg_write() argument
67 int pcf50633_reg_set_bit_mask(struct pcf50633 *pcf, u8 reg, u8 mask, u8 val) in pcf50633_reg_set_bit_mask() argument
73 pcf50633_reg_clear_bits(struct pcf50633 *pcf, u8 reg, u8 val) pcf50633_reg_clear_bits() argument
83 struct pcf50633 *pcf = dev_get_drvdata(dev); show_dump_regs() local
114 struct pcf50633 *pcf = dev_get_drvdata(dev); show_resume_reason() local
140 pcf50633_client_dev_register(struct pcf50633 *pcf, const char *name, struct platform_device **pdev) pcf50633_client_dev_register() argument
165 struct pcf50633 *pcf = i2c_get_clientdata(client); pcf50633_suspend() local
173 struct pcf50633 *pcf = i2c_get_clientdata(client); pcf50633_resume() local
189 struct pcf50633 *pcf; pcf50633_probe() local
278 struct pcf50633 *pcf = i2c_get_clientdata(client); pcf50633_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dpcf50633-input.c26 struct pcf50633 *pcf; member
/kernel/linux/linux-5.10/drivers/regulator/
H A Dpcf50633-regulator.c77 struct pcf50633 *pcf; in pcf50633_regulator_probe() local
/kernel/linux/linux-6.6/drivers/mfd/
H A Dpcf50633-gpio.c33 int pcf50633_gpio_set(struct pcf50633 *pcf, int gpio, u8 val) in pcf50633_gpio_set() argument
43 u8 pcf50633_gpio_get(struct pcf50633 *pcf, int gpio) in pcf50633_gpio_get() argument
54 int pcf50633_gpio_invert_set(struct pcf50633 *pcf, int gpio, int invert) in pcf50633_gpio_invert_set() argument
65 int pcf50633_gpio_invert_get(struct pcf50633 *pcf, int gpio) in pcf50633_gpio_invert_get() argument
76 int pcf50633_gpio_power_supply_set(struct pcf50633 *pcf, in pcf50633_gpio_power_supply_set() argument
[all...]
H A Dpcf50633-irq.c20 int pcf50633_register_irq(struct pcf50633 *pcf, int irq, in pcf50633_register_irq() argument
38 int pcf50633_free_irq(struct pcf50633 *pcf, int irq) in pcf50633_free_irq() argument
51 __pcf50633_irq_mask_set(struct pcf50633 *pcf, int irq, u8 mask) __pcf50633_irq_mask_set() argument
74 pcf50633_irq_mask(struct pcf50633 *pcf, int irq) pcf50633_irq_mask() argument
82 pcf50633_irq_unmask(struct pcf50633 *pcf, int irq) pcf50633_irq_unmask() argument
90 pcf50633_irq_mask_get(struct pcf50633 *pcf, int irq) pcf50633_irq_mask_get() argument
101 pcf50633_irq_call_handler(struct pcf50633 *pcf, int irq) pcf50633_irq_call_handler() argument
112 struct pcf50633 *pcf = data; pcf50633_irq() local
225 struct pcf50633 *pcf = i2c_get_clientdata(client); pcf50633_suspend() local
264 struct pcf50633 *pcf = i2c_get_clientdata(client); pcf50633_resume() local
281 pcf50633_irq_init(struct pcf50633 *pcf, int irq) pcf50633_irq_init() argument
309 pcf50633_irq_free(struct pcf50633 *pcf) pcf50633_irq_free() argument
[all...]
H A Dpcf50633-core.c27 int pcf50633_read_block(struct pcf50633 *pcf, u8 reg, in pcf50633_read_block() argument
48 u8 pcf50633_reg_read(struct pcf50633 *pcf, u8 reg) in pcf50633_reg_read() argument
61 int pcf50633_reg_write(struct pcf50633 *pcf, u8 reg, u8 val) in pcf50633_reg_write() argument
67 int pcf50633_reg_set_bit_mask(struct pcf50633 *pcf, u8 reg, u8 mask, u8 val) in pcf50633_reg_set_bit_mask() argument
73 pcf50633_reg_clear_bits(struct pcf50633 *pcf, u8 reg, u8 val) pcf50633_reg_clear_bits() argument
83 struct pcf50633 *pcf = dev_get_drvdata(dev); dump_regs_show() local
114 struct pcf50633 *pcf = dev_get_drvdata(dev); resume_reason_show() local
140 pcf50633_client_dev_register(struct pcf50633 *pcf, const char *name, struct platform_device **pdev) pcf50633_client_dev_register() argument
168 struct pcf50633 *pcf; pcf50633_probe() local
257 struct pcf50633 *pcf = i2c_get_clientdata(client); pcf50633_remove() local
[all...]
H A Dpcf50633-adc.c40 struct pcf50633 *pcf; member
49 static inline struct pcf50633_adc *__to_adc(struct pcf50633 *pcf) in __to_adc() argument
54 static void adc_setup(struct pcf50633 *pcf, int channel, int avg) in adc_setup() argument
67 static void trigger_next_adc_job_if_any(struct pcf50633 *pcf) in trigger_next_adc_job_if_any() argument
81 adc_enqueue_request(struct pcf50633 *pcf, struct pcf50633_adc_request *req) adc_enqueue_request() argument
107 pcf50633_adc_sync_read_callback(struct pcf50633 *pcf, void *param, int result) pcf50633_adc_sync_read_callback() argument
116 pcf50633_adc_sync_read(struct pcf50633 *pcf, int mux, int avg) pcf50633_adc_sync_read() argument
134 pcf50633_adc_async_read(struct pcf50633 *pcf, int mux, int avg, void (*callback)(struct pcf50633 *, void *, int), void *callback_param) pcf50633_adc_async_read() argument
159 adc_result(struct pcf50633 *pcf) adc_result() argument
176 struct pcf50633 *pcf = adc->pcf; pcf50633_adc_irq() local
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dpcf50633-regulator.c77 struct pcf50633 *pcf; in pcf50633_regulator_probe() local
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dpcf50633-input.c26 struct pcf50633 *pcf; member
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dpcf50633-backlight.c19 struct pcf50633 *pcf; member
36 int pcf50633_bl_set_brightness_limit(struct pcf50633 *pcf, unsigned int limit) in pcf50633_bl_set_brightness_limit() argument
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dpcf50633-backlight.c19 struct pcf50633 *pcf; member
36 int pcf50633_bl_set_brightness_limit(struct pcf50633 *pcf, unsigned int limit) in pcf50633_bl_set_brightness_limit() argument
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-gta02.c143 gta02_configure_pmu_for_charger(struct pcf50633 *pcf, void *unused, int res) in gta02_configure_pmu_for_charger() argument
191 static void gta02_pmu_event_callback(struct pcf50633 *pcf, int irq) in gta02_pmu_event_callback() argument
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-pcf50633.c58 struct pcf50633 *pcf; member
62 static void pcf2rtc_time(struct rtc_time *rtc, struct pcf50633_time *pcf) in pcf2rtc_time() argument
73 static void rtc2pcf_time(struct pcf50633_time *pcf, struc argument
[all...]
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dpcf50633-charger.c26 struct pcf50633 *pcf; member
36 int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma) in pcf50633_mbc_usb_curlim_set() argument
106 pcf50633_mbc_get_status(struct pcf50633 *pcf) pcf50633_mbc_get_status() argument
137 pcf50633_mbc_get_usb_online_status(struct pcf50633 *pcf) pcf50633_mbc_get_usb_online_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-pcf50633.c58 struct pcf50633 *pcf; member
62 static void pcf2rtc_time(struct rtc_time *rtc, struct pcf50633_time *pcf) in pcf2rtc_time() argument
73 static void rtc2pcf_time(struct pcf50633_time *pcf, struc argument
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dpcf50633-charger.c26 struct pcf50633 *pcf; member
36 int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma) in pcf50633_mbc_usb_curlim_set() argument
106 pcf50633_mbc_get_status(struct pcf50633 *pcf) pcf50633_mbc_get_status() argument
137 pcf50633_mbc_get_usb_online_status(struct pcf50633 *pcf) pcf50633_mbc_get_usb_online_status() argument
[all...]
/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c1204 ceph_direct_read_write(struct kiocb *iocb, struct iov_iter *iter, struct ceph_snap_context *snapc, struct ceph_cap_flush **pcf) ceph_direct_read_write() argument
H A Dcaps.c1706 __ceph_mark_dirty_caps(struct ceph_inode_info *ci, int mask, struct ceph_cap_flush **pcf) __ceph_mark_dirty_caps() argument
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c1385 ceph_direct_read_write(struct kiocb *iocb, struct iov_iter *iter, struct ceph_snap_context *snapc, struct ceph_cap_flush **pcf) ceph_direct_read_write() argument
H A Dcaps.c1750 __ceph_mark_dirty_caps(struct ceph_inode_info *ci, int mask, struct ceph_cap_flush **pcf) __ceph_mark_dirty_caps() argument

Completed in 25 milliseconds