Searched defs:pin (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/drivers/amd/ |
| H A D | ps_gpio_driver.c | 39 uint32_t pin = 0; in ps_gpio_get_value() local 56 uint32_t pin = 0; in ps_gpio_set_value() local 87 uint32_t pin = 0; in ps_gpio_get_dir() local 104 uint32_t pin = 0; in ps_gpio_set_dir() local 129 uint32_t pin = 0; in ps_gpio_get_intr() local 146 uint32_t pin = 0; in ps_gpio_set_intr() local
|
| H A D | gpio_common.c | 17 uint32_t *bank, uint32_t *pin) in amd_gpio_get_bank_and_pin()
|
| /optee_os/core/drivers/ |
| H A D | versal_gpio.c | 74 uint32_t *bank, uint32_t *pin) in versal_gpio_get_pin() 102 uint32_t pin = 0; in versal_gpio_get_value() local 114 uint32_t pin = 0; in versal_gpio_set_value() local 141 uint32_t pin = 0; in versal_gpio_set_direction() local 172 uint32_t pin = 0; in versal_gpio_get_direction() local
|
| H A D | bcm_gpio.c | 20 #define GPIO_BANK(pin) ((pin) / NGPIOS_PER_BANK) argument 22 #define IPROC_GPIO_REG(pin, reg) ((reg) + \ argument 25 #define IPROC_GPIO_SHIFT(pin) ((pin) % NGPIOS_PER_BANK) argument 29 #define IPROC_GPIO_SEC_CFG_REG(pin) \ argument 34 struct bcm_gpio_chip *bcm_gpio_pin_to_chip(unsigned int pin) in bcm_gpio_pin_to_chip()
|
| H A D | stm32_gpio.c | 148 uint8_t pin; member 449 static bool pin_is_accessible(struct stm32_gpio_bank *bank, unsigned int pin) in pin_is_accessible() 480 unsigned int pin) in acquire_rif_semaphore_if_needed() 504 unsigned int pin) in semaphore_current_cid() 512 unsigned int pin) in release_rif_semaphore_if_acquired() 560 static bool pin_is_secure(struct stm32_gpio_bank *bank, unsigned int pin) in pin_is_secure() 577 static void get_gpio_cfg(uint32_t bank_id, uint32_t pin, struct gpio_cfg *cfg) in get_gpio_cfg() 616 static void set_gpio_cfg(uint32_t bank_id, uint32_t pin, struct gpio_cfg *cfg) in set_gpio_cfg() 694 uint32_t pin = 0; in get_pinctrl_from_fdt() local 799 unsigned int pin = handle->gpio_pinctrl.pin; in consumed_gpios_pm() local [all …]
|
| H A D | ls_sfp.c | 154 uint32_t pin = gpio_info.gpio_pin; in ls_sfp_program_fuses() local
|
| H A D | atmel_piobu.c | 24 #define SECUMOD_PIN_VAL(pin) BIT(SECUMOD_PIN_SHIFT + (pin)) argument
|
| H A D | stm32_tamp.c | 327 uint8_t pin; member 1624 unsigned int pin = gpio->pin; in stm32_tamp_configure_pin() local
|
| /optee_os/ta/pkcs11/src/ |
| H A D | persistent_token.c | 74 static enum pkcs11_rc do_hash(uint32_t user, const uint8_t *pin, in do_hash() 98 enum pkcs11_rc hash_pin(enum pkcs11_user_type user, const uint8_t *pin, in hash_pin() 115 enum pkcs11_rc verify_pin(enum pkcs11_user_type user, const uint8_t *pin, in verify_pin() 155 const uint8_t *pin, in setup_identity_auth_from_pin()
|
| H A D | pkcs11_token.c | 832 void *pin = NULL; in entry_ck_token_initialize() local 1099 void *pin = NULL; in entry_ck_init_pin() local 1132 uint8_t *pin, size_t pin_size) in check_so_pin() 1189 uint8_t *pin, size_t pin_size) in check_user_pin() 1262 void *pin = NULL; in entry_ck_set_pin() local 1409 void *pin = NULL; in entry_ck_login() local
|
| /optee_os/core/include/drivers/ |
| H A D | gpio.h | 113 unsigned int pin; member
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 636 unsigned int pin; member
|