Home
last modified time | relevance | path

Searched defs:ucb (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/input/touchscreen/
Ducb1400_ts.c34 static void ucb1400_ts_mode_int(struct ucb1400_ts *ucb) in ucb1400_ts_mode_int()
46 static unsigned int ucb1400_ts_read_pressure(struct ucb1400_ts *ucb) in ucb1400_ts_read_pressure()
64 static unsigned int ucb1400_ts_read_xpos(struct ucb1400_ts *ucb) in ucb1400_ts_read_xpos()
87 static int ucb1400_ts_read_ypos(struct ucb1400_ts *ucb) in ucb1400_ts_read_ypos()
108 static unsigned int ucb1400_ts_read_xres(struct ucb1400_ts *ucb) in ucb1400_ts_read_xres()
120 static unsigned int ucb1400_ts_read_yres(struct ucb1400_ts *ucb) in ucb1400_ts_read_yres()
128 static int ucb1400_ts_pen_up(struct ucb1400_ts *ucb) in ucb1400_ts_pen_up()
135 static void ucb1400_ts_irq_enable(struct ucb1400_ts *ucb) in ucb1400_ts_irq_enable()
142 static void ucb1400_ts_irq_disable(struct ucb1400_ts *ucb) in ucb1400_ts_irq_disable()
163 static void ucb1400_clear_pending_irq(struct ucb1400_ts *ucb) in ucb1400_clear_pending_irq()
[all …]
/linux-6.1.9/drivers/mfd/
Ducb1x00-core.c50 void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out) in ucb1x00_io_set_dir()
78 void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int set, unsigned int clear) in ucb1x00_io_write()
102 unsigned int ucb1x00_io_read(struct ucb1x00 *ucb) in ucb1x00_io_read()
109 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_gpio_set() local
126 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_gpio_get() local
138 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_gpio_direction_input() local
154 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_gpio_direction_output() local
181 struct ucb1x00 *ucb = gpiochip_get_data(chip); in ucb1x00_to_irq() local
211 void ucb1x00_adc_enable(struct ucb1x00 *ucb) in ucb1x00_adc_enable()
237 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync) in ucb1x00_adc_read()
[all …]
Ducb1400_core.c48 struct ucb1400 *ucb; in ucb1400_core_probe() local
128 struct ucb1400 *ucb = dev_get_drvdata(dev); in ucb1400_core_remove() local
Ducb1x00-assabet.c39 struct ucb1x00 *ucb = dev->ucb; in ucb1x00_assabet_add() local
Ducb1x00-ts.c40 struct ucb1x00 *ucb; member
/linux-6.1.9/include/linux/mfd/
Ducb1x00.h146 struct ucb1x00 *ucb; member
171 static inline unsigned int ucb1x00_clkrate(struct ucb1x00 *ucb) in ucb1x00_clkrate()
182 static inline void ucb1x00_enable(struct ucb1x00 *ucb) in ucb1x00_enable()
195 static inline void ucb1x00_disable(struct ucb1x00 *ucb) in ucb1x00_disable()
209 static inline void ucb1x00_reg_write(struct ucb1x00 *ucb, unsigned int reg, unsigned int val) in ucb1x00_reg_write()
222 static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg) in ucb1x00_reg_read()
231 static inline void ucb1x00_set_audio_divisor(struct ucb1x00 *ucb, unsigned int div) in ucb1x00_set_audio_divisor()
241 static inline void ucb1x00_set_telecom_divisor(struct ucb1x00 *ucb, unsigned int div) in ucb1x00_set_telecom_divisor()
/linux-6.1.9/kernel/trace/
Dtrace_uprobe.c929 struct uprobe_cpu_buffer *ucb; in uprobe_buffer_get() local
944 static void uprobe_buffer_put(struct uprobe_cpu_buffer *ucb) in uprobe_buffer_put()
951 struct uprobe_cpu_buffer *ucb, int dsize, in __uprobe_trace_func()
990 struct uprobe_cpu_buffer *ucb, int dsize) in uprobe_trace_func()
1007 struct uprobe_cpu_buffer *ucb, int dsize) in uretprobe_trace_func()
1341 struct uprobe_cpu_buffer *ucb, int dsize) in __uprobe_perf_func()
1401 struct uprobe_cpu_buffer *ucb, int dsize) in uprobe_perf_func()
1413 struct uprobe_cpu_buffer *ucb, int dsize) in uretprobe_perf_func()
1479 struct uprobe_cpu_buffer *ucb; in uprobe_dispatcher() local
1517 struct uprobe_cpu_buffer *ucb; in uretprobe_dispatcher() local
/linux-6.1.9/drivers/gpio/
Dgpio-ucb1400.c46 struct ucb1400_gpio *ucb = dev_get_platdata(&dev->dev); in ucb1400_gpio_probe() local
/linux-6.1.9/drivers/power/supply/
Dcollie_battery.c26 static struct ucb1x00 *ucb; variable
/linux-6.1.9/drivers/media/dvb-frontends/
Ddib7000p.c1668 u32 ucb; in dib7000p_reset_stats() local
1902 u64 blocks, ucb; in dib7000p_get_stats() local
Dcx24120.c611 u16 sig, ucb; in cx24120_get_stats() local
Ddib8000.c999 u32 ucb; in dib8000_reset_stats() local
/linux-6.1.9/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c12060 static int drx39xxj_read_ucblocks(struct dvb_frontend *fe, u32 *ucb) in drx39xxj_read_ucblocks()