Home
last modified time | relevance | path

Searched refs:base_type (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
Dpinctrl-nsp-gpio.c80 enum base_type { enum
103 static inline void nsp_set_bit(struct nsp_gpio *chip, enum base_type address, in nsp_set_bit()
127 static inline bool nsp_get_bit(struct nsp_gpio *chip, enum base_type address, in nsp_get_bit()
/kernel/linux/linux-5.10/kernel/bpf/
Dverifier.c415 return base_type(type) == PTR_TO_SOCKET || in reg_type_may_be_refcounted_or_null()
416 base_type(type) == PTR_TO_TCP_SOCK || in reg_type_may_be_refcounted_or_null()
417 base_type(type) == PTR_TO_MEM; in reg_type_may_be_refcounted_or_null()
517 if (base_type(type) == PTR_TO_BTF_ID || in reg_type_str()
518 base_type(type) == PTR_TO_PERCPU_BTF_ID) in reg_type_str()
530 prefix, str[base_type(type)], postfix); in reg_type_str()
592 if (base_type(t) == PTR_TO_BTF_ID || in print_verifier_state()
593 base_type(t) == PTR_TO_PERCPU_BTF_ID) in print_verifier_state()
602 else if (base_type(t) == CONST_PTR_TO_MAP || in print_verifier_state()
603 base_type(t) == PTR_TO_MAP_VALUE) in print_verifier_state()
[all …]
Dbtf.c4529 type = base_type(ctx_arg_info->reg_type); in btf_ctx_access()
/kernel/linux/linux-5.10/include/linux/
Dbpf_verifier.h497 static inline u32 base_type(u32 type) in base_type() function
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Dcpqphp_pci.c622 func->base_type[(cloop - 0x10) >> 2] = type; in cpqhp_save_base_addr_length()
661 func->base_type[(cloop - 0x10) >> 2] = type; in cpqhp_save_base_addr_length()
1137 if (func->base_type[(cloop - 0x10) >> 2] != type) in cpqhp_valid_replace()
Dcpqphp.h236 u8 base_type[0x06]; member
/kernel/linux/linux-5.10/drivers/spi/
Dspi-bcm-qspi.c169 enum base_type { enum
270 static inline u32 bcm_qspi_read(struct bcm_qspi *qspi, enum base_type type, in bcm_qspi_read()
277 static inline void bcm_qspi_write(struct bcm_qspi *qspi, enum base_type type, in bcm_qspi_write()