Home
last modified time | relevance | path

Searched refs:gpio_ext (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/leds/
A Dleds-netxbig.c55 struct netxbig_gpio_ext *gpio_ext; member
282 led_dat->gpio_ext = pdata->gpio_ext; in create_netxbig_led()
330 gpiod_put(gpio_ext->addr[i]); in netxbig_gpio_ext_remove()
332 gpiod_put(gpio_ext->data[i]); in netxbig_gpio_ext_remove()
333 gpiod_put(gpio_ext->enable); in netxbig_gpio_ext_remove()
382 gpio_ext->addr = addr; in netxbig_gpio_ext_get()
404 gpio_ext->data = data; in netxbig_gpio_ext_get()
414 gpio_ext->enable = gpiod; in netxbig_gpio_ext_get()
448 gpio_ext = devm_kzalloc(dev, sizeof(*gpio_ext), GFP_KERNEL); in netxbig_leds_get_of_pdata()
449 if (!gpio_ext) { in netxbig_leds_get_of_pdata()
[all …]
/linux-6.3-rc2/arch/arm/boot/dts/
A Ddove-sbc-a510.dts85 gpio = <&gpio_ext 0 GPIO_ACTIVE_HIGH>;
93 gpio = <&gpio_ext 13 GPIO_ACTIVE_HIGH>;
135 powerdown-gpio = <&gpio_ext 3 GPIO_ACTIVE_LOW>;
143 gpio_ext: gpio@20 { label
161 reset-gpios = <&gpio_ext 6 GPIO_ACTIVE_LOW>;
176 wp-gpios = <&gpio_ext 10 GPIO_ACTIVE_LOW>;
A Dam335x-sbc-t335.dts152 gpio_ext: pca9555@26 { label
A Dvf-colibri.dtsi189 pinctrl_gpio_ext: gpio_ext {
/linux-6.3-rc2/Documentation/devicetree/bindings/leds/
A Dleds-netxbig.txt30 gpio-ext = &gpio_ext;
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/
A Ddisp.h36 uint32_t gpio_ext; member
A Dcrtc.c565 regp->gpio_ext = NVReadCRTC(dev, 0, NV_PCRTC_GPIO_EXT); in nv_crtc_mode_set_regs()
683 crtc_state->gpio_ext = crtc_saved->gpio_ext; in nv_crtc_save()
A Dhw.c627 regp->gpio_ext = NVReadCRTC(dev, head, NV_PCRTC_GPIO_EXT); in nv_save_state_ext()
698 NVWriteCRTC(dev, head, NV_PCRTC_GPIO_EXT, regp->gpio_ext); in nv_load_state_ext()

Completed in 26 milliseconds