Home
last modified time | relevance | path

Searched refs:identifiers (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkerneldoc.py54 'identifiers': directives.unchanged,
55 'no-identifiers': directives.unchanged,
77 # 'function' is an alias of 'identifiers'
79 self.options['identifiers'] = self.options.get('functions')
90 elif 'identifiers' in self.options:
91 identifiers = self.options.get('identifiers').split()
92 if identifiers:
93 for i in identifiers:
98 if 'no-identifiers' i
[all...]
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkerneldoc.py64 'identifiers': directives.unchanged,
65 'no-identifiers': directives.unchanged,
87 # 'function' is an alias of 'identifiers'
89 self.options['identifiers'] = self.options.get('functions')
100 elif 'identifiers' in self.options:
101 identifiers = self.options.get('identifiers').split()
102 if identifiers:
103 for i in identifiers:
108 if 'no-identifiers' i
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh50 devlink dev flash $DL_HANDLE file dummy overwrite identifiers
51 check_fail $? "Flash with overwrite settings should be identifiers"
56 devlink dev flash $DL_HANDLE file dummy overwrite identifiers overwrite settings
57 check_err $? "Failed to flash with settings and identifiers overwrite enabled"
/kernel/linux/linux-5.10/drivers/acpi/arm64/
H A Diort.c669 *its_id = its->identifiers[idx]; in iort_dev_find_its_id()
731 iort_fwnode = iort_find_domain_token(its->identifiers[0]); in iort_set_device_domain()
774 iort_fwnode = iort_find_domain_token(its->identifiers[0]); in iort_get_platform_device_domain()
874 if (!iort_find_its_base(its->identifiers[i], &base)) { in iort_iommu_msi_get_resv_regions()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh51 devlink dev flash $DL_HANDLE file dummy overwrite identifiers
52 check_fail $? "Flash with overwrite settings should be identifiers"
57 devlink dev flash $DL_HANDLE file dummy overwrite identifiers overwrite settings
58 check_err $? "Failed to flash with settings and identifiers overwrite enabled"
/kernel/linux/linux-6.6/drivers/acpi/arm64/
H A Diort.c678 *its_id = its->identifiers[idx]; in iort_dev_find_its_id()
740 iort_fwnode = iort_find_domain_token(its->identifiers[0]); in iort_set_device_domain()
783 iort_fwnode = iort_find_domain_token(its->identifiers[0]); in iort_get_platform_device_domain()
1146 if (!iort_find_its_base(its->identifiers[i], &base)) { in iort_iommu_msi_get_resv_regions()
/kernel/linux/linux-5.10/include/acpi/
H A Dactbl2.h147 u32 identifiers[1]; /* GIC ITS identifier array */ member
/kernel/linux/linux-6.6/include/acpi/
H A Dactbl2.h456 u32 identifiers[]; /* GIC ITS identifier array */ member

Completed in 18 milliseconds