/linux/drivers/gpio/ |
H A D | gpio-lp87565.c | 23 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_get() 36 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_set() 45 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_get_direction() 61 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_direction_input() 71 struct lp87565_gpio *gpio = gpiochip_get_data(chip); in lp87565_gpio_direction_output() 82 struct lp87565_gpio *gpio = gpiochip_get_data(gc); in lp87565_gpio_request() 111 struct lp87565_gpio *gpio = gpiochip_get_data(gc); in lp87565_gpio_set_config()
|
H A D | gpio-max77620.c | 54 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_irq_mask() 63 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_irq_unmask() 72 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_set_irq_type() 101 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_bus_lock() 109 struct max77620_gpio *gpio = gpiochip_get_data(chip); in max77620_gpio_bus_sync_unlock() 137 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_dir_input() 151 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_get() 170 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_dir_output() 229 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_set() 245 struct max77620_gpio *mgpio = gpiochip_get_data(gc); in max77620_gpio_set_config() [all …]
|
H A D | gpio-wm8994.c | 33 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_request() 56 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_direction_in() 65 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_get() 82 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_direction_out() 94 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_set() 106 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_set_config() 126 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_to_irq() 190 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_dbg_show()
|
H A D | gpio-vf610.c | 99 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_get() 114 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_set() 123 struct vf610_gpio_port *port = gpiochip_get_data(chip); in vf610_gpio_direction_input() 139 struct vf610_gpio_port *port = gpiochip_get_data(chip); in vf610_gpio_direction_output() 156 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_get_direction() 170 gpiochip_get_data(irq_desc_get_handler_data(desc)); in vf610_gpio_irq_handler() 191 gpiochip_get_data(irq_data_get_irq_chip_data(d)); in vf610_gpio_irq_ack() 200 gpiochip_get_data(irq_data_get_irq_chip_data(d)); in vf610_gpio_irq_set_type() 236 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_irq_mask() 247 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_irq_unmask() [all …]
|
H A D | gpio-max77650.c | 43 struct max77650_gpio_chip *chip = gpiochip_get_data(gc); in max77650_gpio_direction_input() 54 struct max77650_gpio_chip *chip = gpiochip_get_data(gc); in max77650_gpio_direction_output() 68 struct max77650_gpio_chip *chip = gpiochip_get_data(gc); in max77650_gpio_set_value() 82 struct max77650_gpio_chip *chip = gpiochip_get_data(gc); in max77650_gpio_get_value() 96 struct max77650_gpio_chip *chip = gpiochip_get_data(gc); in max77650_gpio_get_direction() 110 struct max77650_gpio_chip *chip = gpiochip_get_data(gc); in max77650_gpio_set_config() 135 struct max77650_gpio_chip *chip = gpiochip_get_data(gc); in max77650_gpio_to_irq()
|
H A D | gpio-dln2.c | 152 struct dln2_gpio *dln2 = gpiochip_get_data(chip); in dln2_gpio_request() 193 struct dln2_gpio *dln2 = gpiochip_get_data(chip); in dln2_gpio_free() 200 struct dln2_gpio *dln2 = gpiochip_get_data(chip); in dln2_gpio_get_direction() 210 struct dln2_gpio *dln2 = gpiochip_get_data(chip); in dln2_gpio_get() 225 struct dln2_gpio *dln2 = gpiochip_get_data(chip); in dln2_gpio_set() 233 struct dln2_gpio *dln2 = gpiochip_get_data(chip); in dln2_gpio_set_direction() 261 struct dln2_gpio *dln2 = gpiochip_get_data(chip); in dln2_gpio_direction_output() 274 struct dln2_gpio *dln2 = gpiochip_get_data(chip); in dln2_gpio_set_config() 305 struct dln2_gpio *dln2 = gpiochip_get_data(gc); in dln2_irq_unmask() 315 struct dln2_gpio *dln2 = gpiochip_get_data(gc); in dln2_irq_mask() [all …]
|
H A D | gpio-wcove.c | 146 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_gpio_dir_in() 158 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_gpio_dir_out() 169 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_gpio_get_direction() 188 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_gpio_get() 204 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_gpio_set() 219 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_gpio_set_config() 242 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_irq_type() 273 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_bus_lock() 281 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_bus_sync_unlock() 296 struct wcove_gpio *wg = gpiochip_get_data(chip); in wcove_irq_unmask() [all …]
|
H A D | gpio-lpc32xx.c | 268 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_input_p012() 278 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_input_p3() 293 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_get_value_p012() 300 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_get_value_p3() 307 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpi_get_value() 315 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_output_p012() 326 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_output_p3() 337 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_out_always() 346 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_set_value_p012() 354 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_set_value_p3() [all …]
|
H A D | gpio-tc3589x.c | 39 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(chip); in tc3589x_gpio_get() 54 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(chip); in tc3589x_gpio_set() 66 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(chip); in tc3589x_gpio_direction_output() 79 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(chip); in tc3589x_gpio_direction_input() 90 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(chip); in tc3589x_gpio_get_direction() 109 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(chip); in tc3589x_gpio_set_config() 160 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(gc); in tc3589x_gpio_irq_set_type() 188 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(gc); in tc3589x_gpio_irq_lock() 196 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(gc); in tc3589x_gpio_irq_sync_unlock() 226 struct tc3589x_gpio *tc3589x_gpio = gpiochip_get_data(gc); in tc3589x_gpio_irq_mask() [all …]
|
H A D | gpio-crystalcove.c | 134 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_dir_in() 145 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_dir_out() 156 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_get() 172 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_set() 186 struct crystalcove_gpio *cg = gpiochip_get_data(irq_data_get_irq_chip_data(data)); in crystalcove_irq_type() 216 struct crystalcove_gpio *cg = gpiochip_get_data(irq_data_get_irq_chip_data(data)); in crystalcove_bus_lock() 223 struct crystalcove_gpio *cg = gpiochip_get_data(irq_data_get_irq_chip_data(data)); in crystalcove_bus_sync_unlock() 238 struct crystalcove_gpio *cg = gpiochip_get_data(gc); in crystalcove_irq_unmask() 253 struct crystalcove_gpio *cg = gpiochip_get_data(gc); in crystalcove_irq_mask() 303 struct crystalcove_gpio *cg = gpiochip_get_data(chip); in crystalcove_gpio_dbg_show()
|
H A D | gpio-rc5t583.c | 26 struct rc5t583_gpio *rc5t583_gpio = gpiochip_get_data(gc); in rc5t583_gpio_get() 40 struct rc5t583_gpio *rc5t583_gpio = gpiochip_get_data(gc); in rc5t583_gpio_set() 50 struct rc5t583_gpio *rc5t583_gpio = gpiochip_get_data(gc); in rc5t583_gpio_dir_input() 65 struct rc5t583_gpio *rc5t583_gpio = gpiochip_get_data(gc); in rc5t583_gpio_dir_output() 80 struct rc5t583_gpio *rc5t583_gpio = gpiochip_get_data(gc); in rc5t583_gpio_to_irq() 90 struct rc5t583_gpio *rc5t583_gpio = gpiochip_get_data(gc); in rc5t583_gpio_free()
|
H A D | gpio-bd9571mwv.c | 27 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_get_direction() 42 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_direction_input() 52 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_direction_output() 65 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_get() 78 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_set()
|
H A D | gpio-tangier.c | 66 struct tng_gpio *priv = gpiochip_get_data(chip); in gpio_reg() 75 struct tng_gpio *priv = gpiochip_get_data(chip); in gpio_reg_and_bit() 95 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_set() 108 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_direction_input() 127 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_direction_output() 159 struct tng_gpio *priv = gpiochip_get_data(chip); in tng_gpio_set_debounce() 199 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_ack() 232 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_mask() 242 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_unmask() 252 struct tng_gpio *priv = gpiochip_get_data(gc); in tng_irq_set_type() [all …]
|
H A D | gpio-thunderx.c | 98 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_request() 105 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_in() 122 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set() 135 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_out() 159 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get_direction() 188 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set_config() 260 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get() 278 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set_multiple() 291 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_ack() 300 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask() [all …]
|
H A D | gpio-stmpe.c | 43 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(chip); in stmpe_gpio_get() 58 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(chip); in stmpe_gpio_set() 77 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(chip); in stmpe_gpio_get_direction() 96 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(chip); in stmpe_gpio_direction_output() 109 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(chip); in stmpe_gpio_direction_input() 119 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(chip); in stmpe_gpio_request() 143 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(gc); in stmpe_gpio_irq_set_type() 172 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(gc); in stmpe_gpio_irq_lock() 180 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(gc); in stmpe_gpio_irq_sync_unlock() 231 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(gc); in stmpe_gpio_irq_mask() [all …]
|
H A D | gpio-tps65912.c | 26 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_get_direction() 42 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_direction_input() 51 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_direction_output() 63 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_get() 79 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_set()
|
H A D | gpio-wcd934x.c | 23 struct wcd_gpio_data *data = gpiochip_get_data(chip); in wcd_gpio_get_direction() 39 struct wcd_gpio_data *data = gpiochip_get_data(chip); in wcd_gpio_direction_input() 48 struct wcd_gpio_data *data = gpiochip_get_data(chip); in wcd_gpio_direction_output() 60 struct wcd_gpio_data *data = gpiochip_get_data(chip); in wcd_gpio_get() 70 struct wcd_gpio_data *data = gpiochip_get_data(chip); in wcd_gpio_set()
|
H A D | gpio-lp3943.c | 47 struct lp3943_gpio *lp3943_gpio = gpiochip_get_data(chip); in lp3943_gpio_request() 59 struct lp3943_gpio *lp3943_gpio = gpiochip_get_data(chip); in lp3943_gpio_free() 77 struct lp3943_gpio *lp3943_gpio = gpiochip_get_data(chip); in lp3943_gpio_direction_input() 133 struct lp3943_gpio *lp3943_gpio = gpiochip_get_data(chip); in lp3943_gpio_get() 152 struct lp3943_gpio *lp3943_gpio = gpiochip_get_data(chip); in lp3943_gpio_set() 166 struct lp3943_gpio *lp3943_gpio = gpiochip_get_data(chip); in lp3943_gpio_direction_output()
|
H A D | gpio-wm831x.c | 32 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_direction_in() 46 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_get() 62 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_set() 72 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_direction_out() 94 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_to_irq() 133 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_set_config() 157 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_dbg_show()
|
H A D | gpio-ljca.c | 142 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_get_value() 150 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_set_value() 162 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_direction_input() 178 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_direction_output() 194 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_get_direction() 205 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_set_config() 229 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(chip); in ljca_gpio_init_valid_mask() 309 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(gc); in ljca_irq_unmask() 319 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(gc); in ljca_irq_mask() 329 struct ljca_gpio_dev *ljca_gpio = gpiochip_get_data(gc); in ljca_irq_set_type() [all …]
|
H A D | gpio-nomadik.c | 79 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_ack() 174 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_mask() 183 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_unmask() 192 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_set_wake() 221 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_set_type() 263 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_startup() 273 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(gc); in nmk_gpio_irq_shutdown() 307 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_get_dir() 324 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_make_input() 337 struct nmk_gpio_chip *nmk_chip = gpiochip_get_data(chip); in nmk_gpio_get_input() [all …]
|
H A D | gpio-wm8350.c | 28 struct wm8350_gpio_data *wm8350_gpio = gpiochip_get_data(chip); in wm8350_gpio_direction_in() 37 struct wm8350_gpio_data *wm8350_gpio = gpiochip_get_data(chip); in wm8350_gpio_get() 53 struct wm8350_gpio_data *wm8350_gpio = gpiochip_get_data(chip); in wm8350_gpio_set() 65 struct wm8350_gpio_data *wm8350_gpio = gpiochip_get_data(chip); in wm8350_gpio_direction_out() 82 struct wm8350_gpio_data *wm8350_gpio = gpiochip_get_data(chip); in wm8350_gpio_to_irq()
|
/linux/drivers/bcma/ |
H A D | driver_gpio.c | 24 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() 32 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() 39 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() 48 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() 57 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_request() 70 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_free() 81 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_unmask() 93 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_mask()
|
/linux/drivers/ssb/ |
H A D | driver_gpio.c | 28 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_to_irq() 43 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_get_value() 51 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_set_value() 59 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_direction_input() 68 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_direction_output() 77 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_request() 90 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_chipco_free() 263 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_extif_get_value() 271 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_extif_set_value() 279 struct ssb_bus *bus = gpiochip_get_data(chip); in ssb_gpio_extif_direction_input() [all …]
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-da9062.c | 78 struct da9062_pctl *pctl = gpiochip_get_data(gc); in da9062_gpio_get() 108 struct da9062_pctl *pctl = gpiochip_get_data(gc); in da9062_gpio_set() 117 struct da9062_pctl *pctl = gpiochip_get_data(gc); in da9062_gpio_get_direction() 140 struct da9062_pctl *pctl = gpiochip_get_data(gc); in da9062_gpio_direction_input() 167 struct da9062_pctl *pctl = gpiochip_get_data(gc); in da9062_gpio_direction_output() 183 struct da9062_pctl *pctl = gpiochip_get_data(gc); in da9062_gpio_set_config() 228 struct da9062_pctl *pctl = gpiochip_get_data(gc); in da9062_gpio_to_irq()
|