Searched defs:ucb (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/input/touchscreen/ |
A D | ucb1400_ts.c | 34 static void ucb1400_ts_mode_int(struct ucb1400_ts *ucb) in ucb1400_ts_mode_int() 87 static int ucb1400_ts_read_ypos(struct ucb1400_ts *ucb) in ucb1400_ts_read_ypos() 128 static int ucb1400_ts_pen_up(struct ucb1400_ts *ucb) in ucb1400_ts_pen_up() 187 struct ucb1400_ts *ucb = devid; in ucb1400_irq() local 224 static void ucb1400_ts_stop(struct ucb1400_ts *ucb) in ucb1400_ts_stop() 237 static void ucb1400_ts_start(struct ucb1400_ts *ucb) in ucb1400_ts_start() 251 struct ucb1400_ts *ucb = input_get_drvdata(idev); in ucb1400_ts_open() local 260 struct ucb1400_ts *ucb = input_get_drvdata(idev); in ucb1400_ts_close() local 319 struct ucb1400_ts *ucb = dev_get_platdata(&pdev->dev); in ucb1400_ts_probe() local 408 struct ucb1400_ts *ucb = dev_get_platdata(dev); in ucb1400_ts_suspend() local [all …]
|
/linux/drivers/mfd/ |
A D | ucb1x00-core.c | 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 211 void ucb1x00_adc_enable(struct ucb1x00 *ucb) in ucb1x00_adc_enable() 265 void ucb1x00_adc_disable(struct ucb1x00 *ucb) in ucb1x00_adc_disable() 496 struct ucb1x00 *ucb; in ucb1x00_probe() local 614 struct ucb1x00 *ucb = mcp_get_drvdata(mcp); in ucb1x00_remove() local 638 struct ucb1x00 *ucb; in ucb1x00_register_driver() local 667 struct ucb1x00 *ucb = dev_get_drvdata(dev); in ucb1x00_suspend() local [all …]
|
A D | ucb1400_core.c | 48 struct ucb1400 *ucb; in ucb1400_core_probe() local 130 struct ucb1400 *ucb = dev_get_drvdata(dev); in ucb1400_core_remove() local
|
A D | ucb1x00-assabet.c | 39 struct ucb1x00 *ucb = dev->ucb; in ucb1x00_assabet_add() local
|
A D | ucb1x00-ts.c | 40 struct ucb1x00 *ucb; member
|
/linux/include/linux/mfd/ |
A D | ucb1x00.h | 146 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/drivers/gpio/ |
A D | gpio-ucb1400.c | 45 struct ucb1400_gpio *ucb = dev_get_platdata(&dev->dev); in ucb1400_gpio_probe() local 81 struct ucb1400_gpio *ucb = platform_get_drvdata(dev); in ucb1400_gpio_remove() local
|
/linux/kernel/trace/ |
A D | trace_uprobe.c | 926 struct uprobe_cpu_buffer *ucb; in uprobe_buffer_get() local 941 static void uprobe_buffer_put(struct uprobe_cpu_buffer *ucb) in uprobe_buffer_put() 948 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() 1346 struct uprobe_cpu_buffer *ucb, int dsize) in __uprobe_perf_func() 1406 struct uprobe_cpu_buffer *ucb, int dsize) in uprobe_perf_func() 1418 struct uprobe_cpu_buffer *ucb, int dsize) in uretprobe_perf_func() 1484 struct uprobe_cpu_buffer *ucb; in uprobe_dispatcher() local 1522 struct uprobe_cpu_buffer *ucb; in uretprobe_dispatcher() local
|
/linux/drivers/power/supply/ |
A D | collie_battery.c | 26 static struct ucb1x00 *ucb; variable
|
/linux/drivers/media/dvb-frontends/ |
A D | dib7000p.c | 1668 u32 ucb; in dib7000p_reset_stats() local 1902 u64 blocks, ucb; in dib7000p_get_stats() local
|
A D | cx24120.c | 611 u16 sig, ucb; in cx24120_get_stats() local
|
A D | dib8000.c | 999 u32 ucb; in dib8000_reset_stats() local
|
/linux/drivers/media/dvb-frontends/drx39xyj/ |
A D | drxj.c | 12060 static int drx39xxj_read_ucblocks(struct dvb_frontend *fe, u32 *ucb) in drx39xxj_read_ucblocks()
|
Completed in 47 milliseconds