Home
last modified time | relevance | path

Searched refs:gpiochip_get_data (Results 1 – 25 of 270) sorted by relevance

1234567891011

/openbmc/linux/drivers/gpio/
H A Dgpio-lp87565.c23 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 Dgpio-max77620.c54 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 Dgpio-wm8994.c32 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_request()
55 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_direction_in()
64 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_get()
81 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_direction_out()
93 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_set()
105 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_set_config()
125 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_to_irq()
189 struct wm8994_gpio *wm8994_gpio = gpiochip_get_data(chip); in wm8994_gpio_dbg_show()
H A Dgpio-max77650.c43 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 Dgpio-bd9571mwv.c27 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 Dgpio-vf610.c85 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_get()
100 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_set()
109 struct vf610_gpio_port *port = gpiochip_get_data(chip); in vf610_gpio_direction_input()
125 struct vf610_gpio_port *port = gpiochip_get_data(chip); in vf610_gpio_direction_output()
143 gpiochip_get_data(irq_desc_get_handler_data(desc)); in vf610_gpio_irq_handler()
164 gpiochip_get_data(irq_data_get_irq_chip_data(d)); in vf610_gpio_irq_ack()
173 gpiochip_get_data(irq_data_get_irq_chip_data(d)); in vf610_gpio_irq_set_type()
209 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_irq_mask()
220 struct vf610_gpio_port *port = gpiochip_get_data(gc); in vf610_gpio_irq_unmask()
232 gpiochip_get_data(irq_data_get_irq_chip_data(d)); in vf610_gpio_irq_set_wake()
H A Dgpio-rc5t583.c26 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 Dgpio-tps65912.c26 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 Dgpio-wcd934x.c23 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 Dgpio-dln2.c152 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()
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()
325 struct dln2_gpio *dln2 = gpiochip_get_data(gc); in dln2_irq_set_type()
354 struct dln2_gpio *dln2 = gpiochip_get_data(gc); in dln2_irq_bus_lock()
[all …]
H A Dgpio-wcove.c146 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 Dgpio-lpc32xx.c268 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 Dgpio-tc3589x.c39 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 Dgpio-wm8350.c28 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()
H A Dgpio-lp3943.c47 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 Dgpio-crystalcove.c134 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 Dgpio-wm831x.c31 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_direction_in()
45 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_get()
61 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_set()
71 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_direction_out()
93 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_to_irq()
132 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_set_config()
156 struct wm831x_gpio *wm831x_gpio = gpiochip_get_data(chip); in wm831x_gpio_dbg_show()
H A Dgpio-lp873x.c41 struct lp873x_gpio *gpio = gpiochip_get_data(chip); in lp873x_gpio_direction_output()
51 struct lp873x_gpio *gpio = gpiochip_get_data(chip); in lp873x_gpio_get()
64 struct lp873x_gpio *gpio = gpiochip_get_data(chip); in lp873x_gpio_set()
73 struct lp873x_gpio *gpio = gpiochip_get_data(gc); in lp873x_gpio_request()
98 struct lp873x_gpio *gpio = gpiochip_get_data(gc); in lp873x_gpio_set_config()
H A Dgpio-thunderx.c97 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_request()
104 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_in()
121 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_set()
134 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_dir_out()
158 struct thunderx_gpio *txgpio = gpiochip_get_data(chip); in thunderx_gpio_get_direction()
290 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_ack()
299 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask()
308 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_mask_ack()
317 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_unmask()
327 struct thunderx_gpio *txgpio = gpiochip_get_data(gc); in thunderx_gpio_irq_set_type()
[all …]
H A Dgpio-da9055.c35 struct da9055_gpio *gpio = gpiochip_get_data(gc); in da9055_gpio_get()
64 struct da9055_gpio *gpio = gpiochip_get_data(gc); in da9055_gpio_set()
74 struct da9055_gpio *gpio = gpiochip_get_data(gc); in da9055_gpio_direction_input()
90 struct da9055_gpio *gpio = gpiochip_get_data(gc); in da9055_gpio_direction_output()
112 struct da9055_gpio *gpio = gpiochip_get_data(gc); in da9055_gpio_to_irq()
H A Dgpio-tps68470.c31 struct tps68470_gpio_data *tps68470_gpio = gpiochip_get_data(gc); in tps68470_gpio_get()
53 struct tps68470_gpio_data *tps68470_gpio = gpiochip_get_data(gc); in tps68470_gpio_get_direction()
76 struct tps68470_gpio_data *tps68470_gpio = gpiochip_get_data(gc); in tps68470_gpio_set()
91 struct tps68470_gpio_data *tps68470_gpio = gpiochip_get_data(gc); in tps68470_gpio_output()
108 struct tps68470_gpio_data *tps68470_gpio = gpiochip_get_data(gc); in tps68470_gpio_input()
H A Dgpio-stmpe.c43 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()
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()
243 struct stmpe_gpio *stmpe_gpio = gpiochip_get_data(gc); in stmpe_gpio_irq_unmask()
[all …]
/openbmc/linux/drivers/bcma/
H A Ddriver_gpio.c24 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()
/openbmc/linux/arch/mips/ar7/
H A Dgpio.c24 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip); in ar7_gpio_get_value()
32 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip); in titan_gpio_get_value()
42 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip); in ar7_gpio_set_value()
55 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip); in titan_gpio_set_value()
68 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip); in ar7_gpio_direction_input()
78 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip); in titan_gpio_direction_input()
93 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip); in ar7_gpio_direction_output()
105 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip); in titan_gpio_direction_output()
/openbmc/linux/drivers/ssb/
H A Ddriver_gpio.c28 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 …]

1234567891011