Searched refs:gpio_ext (Results 1 – 8 of 8) sorted by relevance
55 struct netxbig_gpio_ext *gpio_ext; member282 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 …]
85 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 { label161 reset-gpios = <&gpio_ext 6 GPIO_ACTIVE_LOW>;176 wp-gpios = <&gpio_ext 10 GPIO_ACTIVE_LOW>;
152 gpio_ext: pca9555@26 { label
189 pinctrl_gpio_ext: gpio_ext {
30 gpio-ext = &gpio_ext;
36 uint32_t gpio_ext; member
565 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()
627 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