/freebsd/lib/libgpio/ |
H A D | gpio.c | 120 gpio_pin_set_name(gpio_handle_t handle, gpio_pin_t pin, char *name) in gpio_pin_set_name() 151 gpio_pin_get(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_get() 164 gpio_pin_set(gpio_handle_t handle, gpio_pin_t pin, gpio_value_t value) in gpio_pin_set() 180 gpio_pin_toggle(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_toggle() 193 gpio_pin_low(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_low() 199 gpio_pin_high(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_high() 205 gpio_pin_set_flag(gpio_handle_t handle, gpio_pin_t pin, uint32_t flag) in gpio_pin_set_flag() 219 gpio_pin_input(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_input() 225 gpio_pin_output(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_output() 231 gpio_pin_opendrain(gpio_handle_t handle, gpio_pin_t pin) in gpio_pin_opendrain() [all …]
|
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_ipq4018_hw.c | 69 int pin, int function) in qcom_tlmm_ipq4018_hw_pin_set_function() 97 int pin, int *function) in qcom_tlmm_ipq4018_hw_pin_get_function() 122 int pin) in qcom_tlmm_ipq4018_hw_pin_set_oe_output() 147 int pin) in qcom_tlmm_ipq4018_hw_pin_set_oe_input() 171 int pin, bool *is_output) in qcom_tlmm_ipq4018_hw_pin_get_oe_state() 193 uint32_t pin, unsigned int value) in qcom_tlmm_ipq4018_hw_pin_set_output_value() 219 uint32_t pin, unsigned int *val) in qcom_tlmm_ipq4018_hw_pin_get_output_value() 242 uint32_t pin, unsigned int *val) in qcom_tlmm_ipq4018_hw_pin_get_input_value() 264 struct qcom_tlmm_softc *sc, uint32_t pin) in qcom_tlmm_ipq4018_hw_pin_toggle_output_value() 292 struct qcom_tlmm_softc *sc, uint32_t pin, in qcom_tlmm_ipq4018_hw_pin_set_pupd_config() [all …]
|
H A D | qcom_tlmm_pin.c | 60 qcom_tlmm_pin_lookup(struct qcom_tlmm_softc *sc, int pin) in qcom_tlmm_pin_lookup() 70 struct gpio_pin *pin, unsigned int flags) in qcom_tlmm_pin_configure() 140 qcom_tlmm_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in qcom_tlmm_pin_getcaps() 157 qcom_tlmm_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in qcom_tlmm_pin_getflags() 211 qcom_tlmm_pin_getname(device_t dev, uint32_t pin, char *name) in qcom_tlmm_pin_getname() 228 qcom_tlmm_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in qcom_tlmm_pin_setflags() 245 qcom_tlmm_pin_set(device_t dev, uint32_t pin, unsigned int value) in qcom_tlmm_pin_set() 261 qcom_tlmm_pin_get(device_t dev, uint32_t pin, unsigned int *val) in qcom_tlmm_pin_get() 277 qcom_tlmm_pin_toggle(device_t dev, uint32_t pin) in qcom_tlmm_pin_toggle()
|
/freebsd/sys/arm/mv/ |
H A D | gpio.c | 99 int pin; member 405 void (*hand)(void *), void *arg, int pin, int flags, void **cookiep) in mv_gpio_setup_intrhandler() 499 int i, pin; in mv_gpio_exec_intr_handlers() local 523 mv_gpio_intr_handler(device_t dev, int pin) in mv_gpio_intr_handler() 544 mv_gpio_configure(device_t dev, uint32_t pin, uint32_t flags, uint32_t mask) in mv_gpio_configure() 600 mv_gpio_double_edge_init(device_t dev, int pin) in mv_gpio_double_edge_init() 617 mv_gpio_debounce_setup(device_t dev, int pin) in mv_gpio_debounce_setup() 639 mv_gpio_debounce_prepare(device_t dev, int pin) in mv_gpio_debounce_prepare() 660 mv_gpio_debounce_init(device_t dev, int pin) in mv_gpio_debounce_init() 686 mv_gpio_debounce_start(device_t dev, int pin) in mv_gpio_debounce_start() [all …]
|
/freebsd/contrib/libfido2/src/ |
H A D | config.c | 45 const char *pin, int *ms) in config_tx() 108 config_enable_entattest_wait(fido_dev_t *dev, const char *pin, int *ms) in config_enable_entattest_wait() 120 fido_dev_enable_entattest(fido_dev_t *dev, const char *pin) in fido_dev_enable_entattest() 128 config_toggle_always_uv_wait(fido_dev_t *dev, const char *pin, int *ms) in config_toggle_always_uv_wait() 140 fido_dev_toggle_always_uv(fido_dev_t *dev, const char *pin) in fido_dev_toggle_always_uv() 149 const fido_str_array_t *rpid, const char *pin, int *ms) in config_pin_minlen_tx() 189 const fido_str_array_t *rpid, const char *pin, int *ms) in config_pin_minlen() 201 fido_dev_set_pin_minlen(fido_dev_t *dev, size_t len, const char *pin) in fido_dev_set_pin_minlen() 209 fido_dev_force_pin_change(fido_dev_t *dev, const char *pin) in fido_dev_force_pin_change() 218 size_t n, const char *pin) in fido_dev_set_pin_minlen_rpid()
|
H A D | pin.c | 37 const fido_blob_t *pin, fido_blob_t **out) in pin_sha256_enc() 70 pad64(const char *pin, fido_blob_t **ppin) in pad64() 99 const char *pin, fido_blob_t **out) in pin_pad64_enc() 150 ctap20_uv_token_tx(fido_dev_t *dev, const char *pin, const fido_blob_t *ecdh, in ctap20_uv_token_tx() 207 ctap21_uv_token_tx(fido_dev_t *dev, const char *pin, const fido_blob_t *ecdh, in ctap21_uv_token_tx() 330 uv_token_wait(fido_dev_t *dev, uint8_t cmd, const char *pin, in uv_token_wait() 349 fido_dev_get_uv_token(fido_dev_t *dev, uint8_t cmd, const char *pin, in fido_dev_get_uv_token() 357 fido_dev_change_pin_tx(fido_dev_t *dev, const char *pin, const char *oldpin, in fido_dev_change_pin_tx() 429 fido_dev_set_pin_tx(fido_dev_t *dev, const char *pin, int *ms) in fido_dev_set_pin_tx() 480 fido_dev_set_pin_wait(fido_dev_t *dev, const char *pin, const char *oldpin, in fido_dev_set_pin_wait() [all …]
|
/freebsd/sys/dev/amdgpio/ |
H A D | amdgpio.c | 76 amdgpio_is_pin_output(struct amdgpio_softc *sc, uint32_t pin) in amdgpio_is_pin_output() 122 amdgpio_valid_pin(struct amdgpio_softc *sc, int pin) in amdgpio_valid_pin() 136 amdgpio_pin_getname(device_t dev, uint32_t pin, char *name) in amdgpio_pin_getname() 156 amdgpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in amdgpio_pin_getcaps() 174 amdgpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in amdgpio_pin_getflags() 196 amdgpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in amdgpio_pin_setflags() 246 amdgpio_pin_get(device_t dev, uint32_t pin, unsigned int *value) in amdgpio_pin_get() 284 amdgpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in amdgpio_pin_set() 318 amdgpio_pin_toggle(device_t dev, uint32_t pin) in amdgpio_pin_toggle() 366 int i, pin, bank; in amdgpio_attach() local
|
/freebsd/sys/dev/gpio/ |
H A D | chvgpio.c | 112 chvgpio_pad_cfg0_offset(int pin) in chvgpio_pad_cfg0_offset() 118 chvgpio_read_pad_cfg0(struct chvgpio_softc *sc, int pin) in chvgpio_read_pad_cfg0() 124 chvgpio_write_pad_cfg0(struct chvgpio_softc *sc, int pin, uint32_t val) in chvgpio_write_pad_cfg0() 130 chvgpio_read_pad_cfg1(struct chvgpio_softc *sc, int pin) in chvgpio_read_pad_cfg1() 158 chvgpio_valid_pin(struct chvgpio_softc *sc, int pin) in chvgpio_valid_pin() 170 chvgpio_pin_getname(device_t dev, uint32_t pin, char *name) in chvgpio_pin_getname() 185 chvgpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in chvgpio_pin_getcaps() 201 chvgpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in chvgpio_pin_getflags() 231 chvgpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in chvgpio_pin_setflags() 269 chvgpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in chvgpio_pin_set() [all …]
|
H A D | qoriq_gpio.c | 70 qoriq_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in qoriq_gpio_pin_getcaps() 88 qoriq_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in qoriq_gpio_pin_getname() 102 qoriq_gpio_pin_configure(device_t dev, uint32_t pin, uint32_t flags) in qoriq_gpio_pin_configure() 136 qoriq_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in qoriq_gpio_pin_setflags() 155 qoriq_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *pflags) in qoriq_gpio_pin_getflags() 173 qoriq_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in qoriq_gpio_pin_set() 197 qoriq_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *value) in qoriq_gpio_pin_get() 211 qoriq_gpio_pin_toggle(device_t dev, uint32_t pin) in qoriq_gpio_pin_toggle() 328 pcell_t *gpios, uint32_t *pin, uint32_t *flags) in qoriq_gpio_map_gpios()
|
H A D | gpiobus.c | 97 gpio_pin_t pin, uint32_t intr_mode) in gpio_alloc_intr_resource() 122 gpio_pin_t pin, uint32_t intr_mode) in gpio_alloc_intr_resource() 158 gpio_pin_t pin; in gpio_pin_get_by_bus_pinnum() local 189 gpio_pin_getcaps(gpio_pin_t pin, uint32_t *caps) in gpio_pin_getcaps() 198 gpio_pin_is_active(gpio_pin_t pin, bool *active) in gpio_pin_is_active() 255 gpio_pin_set_active(gpio_pin_t pin, bool active) in gpio_pin_set_active() 272 gpio_pin_setflags(gpio_pin_t pin, uint32_t flags) in gpio_pin_setflags() 418 gpiobus_acquire_pin(device_t bus, uint32_t pin) in gpiobus_acquire_pin() 440 gpiobus_release_pin(device_t bus, uint32_t pin) in gpiobus_release_pin() 522 unsigned long pin; in gpiobus_parse_pin_list() local [all …]
|
H A D | bytgpio.c | 283 BYGPIO_PIN_REGISTER(sc,pin,r) global() argument 328 bytgpio_valid_pin(struct bytgpio_softc * sc,int pin) bytgpio_valid_pin() argument 341 bytgpio_pad_is_gpio(struct bytgpio_softc * sc,int pin) bytgpio_pad_is_gpio() argument 351 bytgpio_pin_getcaps(device_t dev,uint32_t pin,uint32_t * caps) bytgpio_pin_getcaps() argument 367 bytgpio_pin_getflags(device_t dev,uint32_t pin,uint32_t * flags) bytgpio_pin_getflags() argument 398 bytgpio_pin_setflags(device_t dev,uint32_t pin,uint32_t flags) bytgpio_pin_setflags() argument 441 bytgpio_pin_getname(device_t dev,uint32_t pin,char * name) bytgpio_pin_getname() argument 457 bytgpio_pin_set(device_t dev,uint32_t pin,unsigned int value) bytgpio_pin_set() argument 483 bytgpio_pin_get(device_t dev,uint32_t pin,unsigned int * value) bytgpio_pin_get() argument 515 bytgpio_pin_toggle(device_t dev,uint32_t pin) bytgpio_pin_toggle() argument 558 int pin; bytgpio_attach() local [all...] |
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_irq.c | 91 pirq_read(int pin) in pirq_read() 99 pirq_write(struct vmctx *ctx, int pin, uint8_t val) in pirq_write() 159 int pin; in pci_irq_assert() local 182 int pin; in pci_irq_deassert() local 205 int best_count, best_irq, best_pin, irq, pin; in pirq_alloc_pin() local 247 pirq_irq(int pin) in pirq_irq() 279 int irq, pin; in pirq_dsdt() local
|
/freebsd/sys/dev/p2sb/ |
H A D | lewisburg_gpio.c | 85 lbggpio_pin_getname(device_t dev, uint32_t pin, char *name) in lbggpio_pin_getname() 101 lbggpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in lbggpio_pin_getflags() 117 lbggpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in lbggpio_pin_getcaps() 133 lbggpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in lbggpio_pin_setflags() 151 lbggpio_pin_get(device_t dev, uint32_t pin, uint32_t *value) in lbggpio_pin_get() 165 lbggpio_pin_set(device_t dev, uint32_t pin, uint32_t value) in lbggpio_pin_set() 176 lbggpio_pin_toggle(device_t dev, uint32_t pin) in lbggpio_pin_toggle()
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_grf_gpio.c | 58 rk_grf_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in rk_grf_gpio_pin_getname() 69 rk_grf_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in rk_grf_gpio_pin_getflags() 78 rk_grf_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in rk_grf_gpio_pin_setflags() 89 rk_grf_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in rk_grf_gpio_pin_getcaps() 99 rk_grf_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) in rk_grf_gpio_pin_get() 119 rk_grf_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in rk_grf_gpio_pin_set() 139 pcell_t *gpios, uint32_t *pin, uint32_t *flags) in rk_grf_gpio_map_gpios()
|
/freebsd/contrib/libfido2/tools/ |
H A D | config.c | 22 char *pin = NULL; in config_entattest() local 52 char *pin = NULL; in config_always_uv() local 94 char *pin = NULL; in config_pin_minlen() local 127 char *pin = NULL; in config_force_pin_change() local 157 char *pin = NULL, **rpid = NULL; in config_pin_minlen_rpid() local
|
H A D | credman.c | 25 char *pin = NULL; in credman_get_metadata() local 81 char *pin = NULL; in credman_list_rp() local 151 char *pin = NULL; in credman_list_rk() local 190 char *pin = NULL; in credman_print_rk() local 244 char *pin = NULL; in credman_delete_rk() local 282 char *pin = NULL; in credman_update_rk() local
|
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/ |
H A D | pxa2xx.dtsi | 10 #define PMGROUP(pin) #pin argument 11 #define PMMUX(func, pin, af) \ argument 16 #define PMMUX_LPM_LOW(func, pin, af) \ argument 22 #define PMMUX_LPM_HIGH(func, pin, af) \ argument
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_gpio.c | 179 vf_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in vf_gpio_pin_getname() 201 vf_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in vf_gpio_pin_getcaps() 223 vf_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in vf_gpio_pin_getflags() 245 vf_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) in vf_gpio_pin_get() 267 vf_gpio_pin_toggle(device_t dev, uint32_t pin) in vf_gpio_pin_toggle() 289 vf_gpio_pin_configure(struct vf_gpio_softc *sc, struct gpio_pin *pin, in vf_gpio_pin_configure() 314 vf_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in vf_gpio_pin_setflags() 334 vf_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in vf_gpio_pin_set()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620_gpio.c | 132 struct max77620_gpio_pin *pin) in max77620_pinmux_set_fps() 193 struct max77620_gpio_pin *pin; in max77620_pinmux_config_node() local 408 max77620_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in max77620_gpio_pin_getcaps() 422 max77620_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in max77620_gpio_pin_getname() 439 struct max77620_gpio_pin *pin; in max77620_gpio_get_mode() local 476 max77620_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *out_flags) in max77620_gpio_pin_getflags() 503 struct max77620_gpio_pin *pin; in max77620_gpio_pin_setflags() local 590 max77620_gpio_pin_set(device_t dev, uint32_t pin, uint32_t val) in max77620_gpio_pin_set() 607 max77620_gpio_pin_get(device_t dev, uint32_t pin, uint32_t *val) in max77620_gpio_pin_get() 632 max77620_gpio_pin_toggle(device_t dev, uint32_t pin) in max77620_gpio_pin_toggle() [all …]
|
/freebsd/sys/arm64/apple/ |
H A D | apple_pinctrl.c | 43 #define GPIO_PIN(pin) ((pin) * 4) argument 58 #define GPIO_IRQ(grp, pin) (0x800 + (grp) * 64 + ((pin) >> 5) * 4) argument 195 apple_pinctrl_pin_configure(struct apple_pinctrl_softc *sc, uint32_t pin, in apple_pinctrl_pin_configure() 241 apple_pinctrl_pin_getname(device_t dev, uint32_t pin, char *name) in apple_pinctrl_pin_getname() 256 apple_pinctrl_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in apple_pinctrl_pin_getflags() 281 apple_pinctrl_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in apple_pinctrl_pin_getcaps() 289 apple_pinctrl_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in apple_pinctrl_pin_setflags() 305 apple_pinctrl_pin_get(device_t dev, uint32_t pin, unsigned int *val) in apple_pinctrl_pin_get() 323 apple_pinctrl_pin_set(device_t dev, uint32_t pin, unsigned int value) in apple_pinctrl_pin_set() 344 apple_pinctrl_pin_toggle(device_t dev, uint32_t pin) in apple_pinctrl_pin_toggle() [all …]
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | raspberrypi_gpio.c | 71 rpi_fw_gpio_pin_configure(struct rpi_fw_gpio_softc *sc, struct gpio_pin *pin, in rpi_fw_gpio_pin_configure() 153 rpi_fw_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in rpi_fw_gpio_pin_getcaps() 172 rpi_fw_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in rpi_fw_gpio_pin_getflags() 193 rpi_fw_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in rpi_fw_gpio_pin_getname() 215 rpi_fw_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in rpi_fw_gpio_pin_setflags() 233 rpi_fw_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in rpi_fw_gpio_pin_set() 270 rpi_fw_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) in rpi_fw_gpio_pin_get() 302 rpi_fw_gpio_pin_toggle(device_t dev, uint32_t pin) in rpi_fw_gpio_pin_toggle()
|
/freebsd/sys/dev/rccgpio/ |
H A D | rccgpio.c | 52 uint32_t pin; member 122 rcc_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in rcc_gpio_pin_getcaps() 136 rcc_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in rcc_gpio_pin_getflags() 151 rcc_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in rcc_gpio_pin_getname() 165 rcc_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in rcc_gpio_pin_setflags() 179 rcc_gpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in rcc_gpio_pin_set() 202 rcc_gpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) in rcc_gpio_pin_get() 223 rcc_gpio_pin_toggle(device_t dev, uint32_t pin) in rcc_gpio_pin_toggle()
|
/freebsd/sys/dev/iicbus/gpio/ |
H A D | pcf8574.c | 185 pcf8574_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in pcf8574_pin_getcaps() 195 pcf8574_pin_getflags(device_t dev, uint32_t pin, uint32_t *pflags) in pcf8574_pin_getflags() 234 pcf8574_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in pcf8574_pin_setflags() 274 pcf8574_pin_getname(device_t dev, uint32_t pin, char *name) in pcf8574_pin_getname() 284 pcf8574_pin_get(device_t dev, uint32_t pin, unsigned int *on) in pcf8574_pin_get() 312 pcf8574_pin_set(device_t dev, uint32_t pin, unsigned int on) in pcf8574_pin_set() 357 pcf8574_pin_toggle(device_t dev, uint32_t pin) in pcf8574_pin_toggle()
|
/freebsd/sys/dev/gpio/dwgpio/ |
H A D | dwgpio.c | 202 dwgpio_pin_getname(device_t dev, uint32_t pin, char *name) in dwgpio_pin_getname() 224 dwgpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in dwgpio_pin_getcaps() 246 dwgpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *flags) in dwgpio_pin_getflags() 268 dwgpio_pin_get(device_t dev, uint32_t pin, unsigned int *val) in dwgpio_pin_get() 290 dwgpio_pin_toggle(device_t dev, uint32_t pin) in dwgpio_pin_toggle() 320 struct gpio_pin *pin, unsigned int flags) in dwgpio_pin_configure() 348 dwgpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in dwgpio_pin_setflags() 368 dwgpio_pin_set(device_t dev, uint32_t pin, unsigned int value) in dwgpio_pin_set()
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722_gpio.c | 145 int rv, fnc, pin; in as3722_pinmux_config_node() local 299 as3722_gpio_pin_getcaps(device_t dev, uint32_t pin, uint32_t *caps) in as3722_gpio_pin_getcaps() 313 as3722_gpio_pin_getname(device_t dev, uint32_t pin, char *name) in as3722_gpio_pin_getname() 327 as3722_gpio_pin_getflags(device_t dev, uint32_t pin, uint32_t *out_flags) in as3722_gpio_pin_getflags() 379 as3722_gpio_get_mode(struct as3722_softc *sc, uint32_t pin, uint32_t gpio_flags) in as3722_gpio_get_mode() 421 as3722_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in as3722_gpio_pin_setflags() 452 as3722_gpio_pin_set(device_t dev, uint32_t pin, uint32_t val) in as3722_gpio_pin_set() 473 as3722_gpio_pin_get(device_t dev, uint32_t pin, uint32_t *val) in as3722_gpio_pin_get() 502 as3722_gpio_pin_toggle(device_t dev, uint32_t pin) in as3722_gpio_pin_toggle() 526 int gcells, pcell_t *gpios, uint32_t *pin, uint32_t *flags) in as3722_gpio_map_gpios() [all …]
|