Home
last modified time | relevance | path

Searched refs:dbg_show (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/include/asm-generic/
Dgpio.h117 void (*dbg_show)(struct seq_file *s, member
/linux-3.4.99/drivers/gpio/
Dgpio-vx855.c214 c->dbg_show = NULL; in vx855gpio_gpio_setup()
Dgpio-wm8994.c246 .dbg_show = wm8994_gpio_dbg_show,
Dgpio-wm831x.c244 .dbg_show = wm831x_gpio_dbg_show,
Dgpio-bt8xx.c169 c->dbg_show = NULL; in bt8xxgpio_gpio_setup()
Dgpio-timberdale.c276 gc->dbg_show = NULL; in timbgpio_probe()
Dgpio-pch.c224 gpio->dbg_show = NULL; in pch_gpio_setup()
Dgpio-mcp23s08.c385 mcp->chip.dbg_show = mcp23s08_dbg_show; in mcp23s08_probe_one()
Dgpiolib.c1802 if (chip->dbg_show) in gpiolib_show()
1803 chip->dbg_show(s, chip); in gpiolib_show()
Dgpio-ml-ioh.c241 gpio->dbg_show = NULL; in ioh_gpio_setup()
Dgpio-nomadik.c958 .dbg_show = nmk_gpio_dbg_show,
/linux-3.4.99/drivers/mfd/
Dtps65010.c195 static int dbg_show(struct seq_file *s, void *_) in dbg_show() function
301 return single_open(file, dbg_show, inode->i_private); in dbg_tps_open()
/linux-3.4.99/arch/avr32/mach-at32ap/
Dpio.c407 pio->chip.dbg_show = pio_bank_show; in pio_probe()
/linux-3.4.99/arch/arm/mach-at91/
Dgpio.c64 .dbg_show = at91_gpiolib_dbg_show, \