Searched refs:gpio (Results 126 - 149 of 149) sorted by relevance

123456

/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_pad.c48 #include <sys/gpio.h>
50 #include <dev/gpio/gpiobusvar.h>
217 /* first 132 gpio */
849 "gpio",
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_gpio.c48 #include <sys/gpio.h>
56 #include <dev/gpio/gpiobusvar.h>
126 {"fsl,imx6q-gpio", 1},
127 {"fsl,imx53-gpio", 1},
128 {"fsl,imx51-gpio", 1},
176 * From devicetree/bindings/gpio/fsl-imx-gpio.txt:
676 * isn't the case for most normal gpio pins, so only try to read via PSR
902 "gpio",
/freebsd-11-stable/share/man/man4/
H A DMakefile187 gpio.4 \
679 MLINKS+=gpio.4 gpiobus.4
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c3789 uint16_t gpio, val[BWI_LED_MAX]; local
3801 gpio = bwi_read_sprom(sc, BWI_SPROM_GPIO01);
3802 val[0] = __SHIFTOUT(gpio, BWI_SPROM_GPIO_0);
3803 val[1] = __SHIFTOUT(gpio, BWI_SPROM_GPIO_1);
3805 gpio = bwi_read_sprom(sc, BWI_SPROM_GPIO23);
3806 val[2] = __SHIFTOUT(gpio, BWI_SPROM_GPIO_2);
3807 val[3] = __SHIFTOUT(gpio, BWI_SPROM_GPIO_3);
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425.c128 DB_SHOW_COMMAND(gpio, db_show_gpio)
180 /* configure gpio line as an input */
321 mtx_init(&ixp425_gpio_mtx, "gpio", NULL, MTX_DEF);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_mode.h87 /* radeon gpio-based i2c
89 * grabs the gpio pins for software use
447 struct radeon_gpio_rec gpio; member in struct:radeon_hpd
H A Dradeon.h1019 /* gpio voltage */
1020 struct radeon_gpio_rec gpio; member in struct:radeon_voltage
/freebsd-11-stable/sys/arm/mv/
H A Dgpio.c32 __FBSDID("$FreeBSD: stable/11/sys/arm/mv/gpio.c 314503 2017-03-01 18:53:05Z ian $");
100 "gpio",
107 DRIVER_MODULE(gpio, simplebus, mv_gpio_driver, mv_gpio_devclass, 0, 0);
120 { "mrvl,gpio", &mv_handle_gpios_prop },
131 if (!ofw_bus_is_compatible(dev, "mrvl,gpio"))
266 "gpio%d:", pin);
553 if (!OF_hasprop(ctrl, "gpio-controller"))
557 if (OF_getencprop(ctrl, "#gpio-cells", &gpio_cells, sizeof(pcell_t)) < 0)
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_soctherm.c39 #include <sys/gpio.h>
/freebsd-11-stable/sys/modules/
H A DMakefile141 gpio \
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c33 #include <sys/gpio.h>
49 #include <dev/gpio/gpiobusvar.h>
H A Dtegra_dc.c33 #include <sys/gpio.h>
/freebsd-11-stable/sys/arm/allwinner/
H A Daxp209.c44 #include <sys/gpio.h>
52 #include <dev/gpio/gpiobusvar.h>
H A Dif_emac.c46 #include <sys/gpio.h>
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c3688 u16 gpio, u32 *gpio_val)
3693 drv_mb_param = (gpio << DRV_MB_PARAM_GPIO_NUMBER_OFFSET);
3709 u16 gpio, u16 gpio_val)
3714 drv_mb_param = (gpio << DRV_MB_PARAM_GPIO_NUMBER_OFFSET) |
3731 u16 gpio, u32 *gpio_direction,
3737 drv_mb_param = gpio << DRV_MB_PARAM_GPIO_NUMBER_OFFSET;
3686 ecore_mcp_gpio_read(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 gpio, u32 *gpio_val) argument
3707 ecore_mcp_gpio_write(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 gpio, u16 gpio_val) argument
3729 ecore_mcp_gpio_info(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u16 gpio, u32 *gpio_direction, u32 *gpio_ctrl) argument
/freebsd-11-stable/share/mk/
H A Dsrc.libnames.mk103 gpio \
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_scm_padconf.c43 #include <sys/gpio.h>
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_sdxc-m8.c44 #include <sys/gpio.h>
794 "could not use gpio to control power\n");
866 "could not use gpio to set voltage\n");
1171 "could not use gpio to reset card\n");
H A Daml8726_mmc.c44 #include <sys/gpio.h>
633 "could not use gpio to control power\n");
705 "could not use gpio to set voltage\n");
/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h590 struct mlx5_eqe_gpio gpio; member in union:ev_data
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h422 uint32_t gpio; member in struct:al_ec_efc
2352 /**** gpio register ****/
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp44 #include <sys/gpio.h>
H A Dsanitizer_interceptors_ioctl_netbsd.inc1036 /* Entries from file: sys/gpio.h */
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dosprey_reg_map.h3122 struct jupiter_reg_map__gpio_reg_csr gpio; /* 0x14000 - 0x14098 */ member in struct:jupiter_reg_map__apb_map_csr

Completed in 624 milliseconds

123456