Searched refs:dbg_show (Results 1 – 14 of 14) sorted by relevance
117 void (*dbg_show)(struct seq_file *s, member
214 c->dbg_show = NULL; in vx855gpio_gpio_setup()
246 .dbg_show = wm8994_gpio_dbg_show,
244 .dbg_show = wm831x_gpio_dbg_show,
169 c->dbg_show = NULL; in bt8xxgpio_gpio_setup()
276 gc->dbg_show = NULL; in timbgpio_probe()
224 gpio->dbg_show = NULL; in pch_gpio_setup()
385 mcp->chip.dbg_show = mcp23s08_dbg_show; in mcp23s08_probe_one()
1802 if (chip->dbg_show) in gpiolib_show()1803 chip->dbg_show(s, chip); in gpiolib_show()
241 gpio->dbg_show = NULL; in ioh_gpio_setup()
958 .dbg_show = nmk_gpio_dbg_show,
195 static int dbg_show(struct seq_file *s, void *_) in dbg_show() function301 return single_open(file, dbg_show, inode->i_private); in dbg_tps_open()
407 pio->chip.dbg_show = pio_bank_show; in pio_probe()
64 .dbg_show = at91_gpiolib_dbg_show, \