Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/gpio/
Ddriver.h121 void (*dbg_show)(struct seq_file *s, member
/linux-4.4.14/drivers/gpio/
Dgpio-vx855.c212 c->dbg_show = NULL; in vx855gpio_gpio_setup()
Dgpio-wm8994.c244 .dbg_show = wm8994_gpio_dbg_show,
Dgpio-wm831x.c242 .dbg_show = wm831x_gpio_dbg_show,
Dgpio-bt8xx.c169 c->dbg_show = NULL; in bt8xxgpio_gpio_setup()
Dgpio-timberdale.c277 gc->dbg_show = NULL; in timbgpio_probe()
Dgpio-crystalcove.c345 cg->chip.dbg_show = crystalcove_gpio_dbg_show; in crystalcove_gpio_probe()
Dgpio-ich.c300 chip->dbg_show = NULL; in ichx_gpiolib_setup()
Dgpio-sta2x11.c146 gpio->dbg_show = NULL; in gsta_gpio_setup()
Dgpio-stmpe.c364 stmpe_gpio->chip.dbg_show = stmpe_dbg_show; in stmpe_gpio_probe()
Dgpio-pch.c229 gpio->dbg_show = NULL; in pch_gpio_setup()
Dgpio-adnp.c264 chip->dbg_show = adnp_gpio_dbg_show; in adnp_gpio_setup()
Dgpio-ml-ioh.c242 gpio->dbg_show = NULL; in ioh_gpio_setup()
Dgpio-mvebu.c713 mvchip->chip.dbg_show = mvebu_gpio_dbg_show; in mvebu_gpio_probe()
Dgpiolib.c2522 if (chip->dbg_show) in gpiolib_seq_show()
2523 chip->dbg_show(s, chip); in gpiolib_seq_show()
Dgpio-mcp23s08.c599 mcp->chip.dbg_show = mcp23s08_dbg_show; in mcp23s08_probe_one()
/linux-4.4.14/include/linux/
Dpwm.h168 void (*dbg_show)(struct pwm_chip *chip, struct seq_file *s); member
/linux-4.4.14/drivers/pwm/
Dcore.c945 if (chip->ops->dbg_show) in pwm_seq_show()
946 chip->ops->dbg_show(chip, s); in pwm_seq_show()
/linux-4.4.14/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-4.4.14/arch/avr32/mach-at32ap/
Dpio.c407 pio->chip.dbg_show = pio_bank_show; in pio_probe()
/linux-4.4.14/arch/arm/plat-orion/
Dgpio.c561 ochip->chip.dbg_show = orion_gpio_dbg_show; in orion_gpio_init()
/linux-4.4.14/drivers/pinctrl/qcom/
Dpinctrl-spmi-gpio.c592 .dbg_show = pmic_gpio_dbg_show,
Dpinctrl-ssbi-gpio.c597 .dbg_show = pm8xxx_gpio_dbg_show,
Dpinctrl-ssbi-mpp.c652 .dbg_show = pm8xxx_mpp_dbg_show,
Dpinctrl-spmi-mpp.c650 .dbg_show = pmic_mpp_dbg_show,
Dpinctrl-msm.c520 .dbg_show = msm_gpio_dbg_show,
/linux-4.4.14/drivers/pinctrl/intel/
Dpinctrl-baytrail.c598 gc->dbg_show = byt_gpio_dbg_show; in byt_gpio_probe()
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-amd.c776 gpio_dev->gc.dbg_show = amd_gpio_dbg_show; in amd_gpio_probe()
Dpinctrl-at91.c1676 .dbg_show = at91_gpio_dbg_show,
/linux-4.4.14/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c667 .dbg_show = abx500_gpio_dbg_show,
Dpinctrl-nomadik.c1258 chip->dbg_show = nmk_gpio_dbg_show; in nmk_gpio_probe()