Home
last modified time | relevance | path

Searched defs:validate (Results 26 - 50 of 95) sorted by relevance

1234

/kernel/linux/linux-5.10/include/linux/
H A Dphylink.h93 void (*validate)(struct phylink_config *config, member
/kernel/linux/linux-5.10/include/net/
H A Drtnetlink.h71 int (*validate)(struct nlattr *tb[], member
H A Dgenetlink.h135 u8 validate; member
163 u8 validate; member
/kernel/linux/linux-5.10/sound/usb/
H A Dclock.c266 __uac_clock_find_source(struct snd_usb_audio *chip, struct audioformat *fmt, int entity_id, unsigned long *visited, bool validate) __uac_clock_find_source() argument
370 __uac3_clock_find_source(struct snd_usb_audio *chip, struct audioformat *fmt, int entity_id, unsigned long *visited, bool validate) __uac3_clock_find_source() argument
482 snd_usb_clock_find_source(struct snd_usb_audio *chip, struct audioformat *fmt, bool validate) snd_usb_clock_find_source() argument
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dprops.c20 int (*validate)(const char *value, size_t len); member
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Djob.c456 static int validate(struct host1x_firewall *fw, struct host1x_job_gather *g) in validate() function
/kernel/linux/linux-6.6/fs/btrfs/
H A Dprops.c25 int (*validate)(const struct btrfs_inode *inode, const char *value, member
/kernel/linux/linux-6.6/fs/efivarfs/
H A Dvars.c153 bool (*validate)(efi_char16_t *var_name, int match, u8 *data, member
/kernel/linux/linux-6.6/include/linux/
H A Dvirtio.h189 int (*validate)(struct virtio_device *dev); member
H A Dphylink.h241 void (*validate)(struct phylink_config *config, member
/kernel/linux/linux-6.6/include/net/
H A Drtnetlink.h93 int (*validate)(struct nlattr *tb[], member
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dcs_internal.h107 int (*validate) (struct pcmcia_socket *s, unsigned int *i); member
/kernel/linux/linux-6.6/sound/usb/
H A Dclock.c254 __uac_clock_find_source(struct snd_usb_audio *chip, const struct audioformat *fmt, int entity_id, unsigned long *visited, bool validate) __uac_clock_find_source() argument
392 snd_usb_clock_find_source(struct snd_usb_audio *chip, const struct audioformat *fmt, bool validate) snd_usb_clock_find_source() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c114 static void validate(void) in validate() function
H A Dbench_bloom_filter_map.c108 static void validate(void) in validate() function
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbench.h53 void (*validate)(void); member
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py130 def validate(self, tok): member in id_parser
/kernel/linux/linux-5.10/lib/
H A Dnlattr.c85 nla_validate_array(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack, unsigned int validate, unsigned int depth) nla_validate_array() argument
163 nla_validate_range_unsigned(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) nla_validate_range_unsigned() argument
303 nla_validate_int_range(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) nla_validate_int_range() argument
358 validate_nla(const struct nlattr *nla, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, unsigned int depth) validate_nla() argument
560 __nla_validate_parse(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, struct nlattr **tb, unsigned int depth) __nla_validate_parse() argument
629 __nla_validate(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) __nla_validate() argument
683 __nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) __nla_parse() argument
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dnvm.c39 int (*validate)(struct tb_nvm *nvm); member
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Djob.c456 static int validate(struct host1x_firewall *fw, struct host1x_job_gather *g) in validate() function
/kernel/linux/linux-6.6/tools/testing/selftests/sched/
H A Dcs_prctl_test.c221 #define validate(v) _validate(__LINE__, v, #v) macro
[all...]
/kernel/linux/linux-6.6/lib/
H A Dnlattr.c89 nla_validate_array(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack, unsigned int validate, unsigned int depth) nla_validate_array() argument
169 nla_validate_range_unsigned(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) nla_validate_range_unsigned() argument
317 nla_validate_int_range(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) nla_validate_int_range() argument
380 validate_nla(const struct nlattr *nla, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, unsigned int depth) validate_nla() argument
582 __nla_validate_parse(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, struct nlattr **tb, unsigned int depth) __nla_validate_parse() argument
651 __nla_validate(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) __nla_validate() argument
705 __nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) __nla_parse() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dvars.c161 bool (*validate)(efi_char16_t *var_name, int match, u8 *data, member
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_core.c529 static int validate(struct slot *slot_cur, int opn) in validate() function
/kernel/linux/linux-5.10/include/linux/phy/
H A Dphy.h107 int (*validate)(struct phy *phy, enum phy_mode mode, int submode, member

Completed in 19 milliseconds

1234