| /linux-4.4.14/drivers/input/touchscreen/ | 
| D | ucb1400_ts.c | 37 static void ucb1400_ts_mode_int(struct ucb1400_ts *ucb)  in ucb1400_ts_mode_int()49 static unsigned int ucb1400_ts_read_pressure(struct ucb1400_ts *ucb)  in ucb1400_ts_read_pressure()
 67 static unsigned int ucb1400_ts_read_xpos(struct ucb1400_ts *ucb)  in ucb1400_ts_read_xpos()
 90 static int ucb1400_ts_read_ypos(struct ucb1400_ts *ucb)  in ucb1400_ts_read_ypos()
 111 static unsigned int ucb1400_ts_read_xres(struct ucb1400_ts *ucb)  in ucb1400_ts_read_xres()
 123 static unsigned int ucb1400_ts_read_yres(struct ucb1400_ts *ucb)  in ucb1400_ts_read_yres()
 131 static int ucb1400_ts_pen_up(struct ucb1400_ts *ucb)  in ucb1400_ts_pen_up()
 138 static void ucb1400_ts_irq_enable(struct ucb1400_ts *ucb)  in ucb1400_ts_irq_enable()
 145 static void ucb1400_ts_irq_disable(struct ucb1400_ts *ucb)  in ucb1400_ts_irq_disable()
 166 static void ucb1400_clear_pending_irq(struct ucb1400_ts *ucb)  in ucb1400_clear_pending_irq()
 [all …]
 
 | 
| /linux-4.4.14/drivers/mfd/ | 
| D | ucb1x00-core.c | 53 void ucb1x00_io_set_dir(struct ucb1x00 *ucb, unsigned int in, unsigned int out)  in ucb1x00_io_set_dir()81 void ucb1x00_io_write(struct ucb1x00 *ucb, unsigned int set, unsigned int clear)  in ucb1x00_io_write()
 105 unsigned int ucb1x00_io_read(struct ucb1x00 *ucb)  in ucb1x00_io_read()
 112 	struct ucb1x00 *ucb = container_of(chip, struct ucb1x00, gpio);  in ucb1x00_gpio_set()  local
 129 	struct ucb1x00 *ucb = container_of(chip, struct ucb1x00, gpio);  in ucb1x00_gpio_get()  local
 141 	struct ucb1x00 *ucb = container_of(chip, struct ucb1x00, gpio);  in ucb1x00_gpio_direction_input()  local
 157 	struct ucb1x00 *ucb = container_of(chip, struct ucb1x00, gpio);  in ucb1x00_gpio_direction_output()  local
 184 	struct ucb1x00 *ucb = container_of(chip, struct ucb1x00, gpio);  in ucb1x00_to_irq()  local
 214 void ucb1x00_adc_enable(struct ucb1x00 *ucb)  in ucb1x00_adc_enable()
 240 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync)  in ucb1x00_adc_read()
 [all …]
 
 | 
| D | ucb1400_core.c | 51 	struct ucb1400 *ucb;  in ucb1400_core_probe()  local133 	struct ucb1400 *ucb = dev_get_drvdata(dev);  in ucb1400_core_remove()  local
 
 | 
| D | ucb1x00-assabet.c | 42 	struct ucb1x00 *ucb = dev->ucb;  in ucb1x00_assabet_add()  local
 | 
| D | ucb1x00-ts.c | 43 	struct ucb1x00		*ucb;  member
 | 
| /linux-4.4.14/include/linux/mfd/ | 
| D | ucb1x00.h | 149 	struct ucb1x00		*ucb;  member174 static inline unsigned int ucb1x00_clkrate(struct ucb1x00 *ucb)  in ucb1x00_clkrate()
 185 static inline void ucb1x00_enable(struct ucb1x00 *ucb)  in ucb1x00_enable()
 198 static inline void ucb1x00_disable(struct ucb1x00 *ucb)  in ucb1x00_disable()
 212 static inline void ucb1x00_reg_write(struct ucb1x00 *ucb, unsigned int reg, unsigned int val)  in ucb1x00_reg_write()
 225 static inline unsigned int ucb1x00_reg_read(struct ucb1x00 *ucb, unsigned int reg)  in ucb1x00_reg_read()
 234 static inline void ucb1x00_set_audio_divisor(struct ucb1x00 *ucb, unsigned int div)  in ucb1x00_set_audio_divisor()
 244 static inline void ucb1x00_set_telecom_divisor(struct ucb1x00 *ucb, unsigned int div)  in ucb1x00_set_telecom_divisor()
 
 | 
| /linux-4.4.14/drivers/gpio/ | 
| D | gpio-ucb1400.c | 48 	struct ucb1400_gpio *ucb = dev_get_platdata(&dev->dev);  in ucb1400_gpio_probe()  local84 	struct ucb1400_gpio *ucb = platform_get_drvdata(dev);  in ucb1400_gpio_remove()  local
 
 | 
| /linux-4.4.14/kernel/trace/ | 
| D | trace_uprobe.c | 765 	struct uprobe_cpu_buffer *ucb;  in uprobe_buffer_get()  local780 static void uprobe_buffer_put(struct uprobe_cpu_buffer *ucb)  in uprobe_buffer_put()
 787 				struct uprobe_cpu_buffer *ucb, int dsize,  in __uprobe_trace_func()
 829 			     struct uprobe_cpu_buffer *ucb, int dsize)  in uprobe_trace_func()
 846 				 struct uprobe_cpu_buffer *ucb, int dsize)  in uretprobe_trace_func()
 1109 			       struct uprobe_cpu_buffer *ucb, int dsize)  in __uprobe_perf_func()
 1162 			    struct uprobe_cpu_buffer *ucb, int dsize)  in uprobe_perf_func()
 1174 				struct uprobe_cpu_buffer *ucb, int dsize)  in uretprobe_perf_func()
 1220 	struct uprobe_cpu_buffer *ucb;  in uprobe_dispatcher()  local
 1258 	struct uprobe_cpu_buffer *ucb;  in uretprobe_dispatcher()  local
 
 | 
| /linux-4.4.14/drivers/power/ | 
| D | collie_battery.c | 28 static struct ucb1x00 *ucb;  variable
 | 
| /linux-4.4.14/drivers/media/dvb-frontends/ | 
| D | dib7000p.c | 1655 	u32 ucb;  in dib7000p_reset_stats()  local1886 	u64 blocks, ucb;  in dib7000p_get_stats()  local
 
 | 
| D | cx24120.c | 618 	u16 sig, ucb;  in cx24120_get_stats()  local
 | 
| D | dib8000.c | 995 	u32 ucb;  in dib8000_reset_stats()  local
 | 
| /linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ | 
| D | drxj.c | 12048 static int drx39xxj_read_ucblocks(struct dvb_frontend *fe, u32 *ucb)  in drx39xxj_read_ucblocks()
 |