Home
last modified time | relevance | path

Searched defs:slot (Results 126 - 150 of 1946) sorted by relevance

12345678910>>...78

/kernel/linux/linux-6.6/include/linux/
H A Dof_pci.h35 of_irq_parse_and_map_pci(const struct pci_dev *dev, u8 slot, u8 pin) in of_irq_parse_and_map_pci() argument
/kernel/linux/linux-6.6/drivers/tc/
H A Dtc.c43 int i, slot, err; in tc_bus_add_devices() local
[all...]
/kernel/linux/linux-6.6/arch/x86/pci/
H A Dbroadcom_bus.c18 static void __init cnb20le_res(u8 bus, u8 slot, u8 func) in cnb20le_res() argument
87 u8 bus = 0, slot in broadcom_postcore_init() local
[all...]
H A Dearly.c11 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config() argument
19 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte() argument
27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16() argument
35 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, in write_pci_config() argument
42 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) in write_pci_config_byte() argument
48 write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) write_pci_config_16() argument
[all...]
/kernel/linux/linux-6.6/drivers/dca/
H A Ddca-sysfs.c20 int dca_sysfs_add_req(struct dca_provider *dca, struct device *dev, int slot) in dca_sysfs_add_req() argument
30 void dca_sysfs_remove_req(struct dca_provider *dca, int slot) in dca_sysfs_remove_req() argument
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-iproc-bcma.c26 static int iproc_bcma_pcie_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in iproc_bcma_pcie_map_irq() argument
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Drpaphp_slot.c23 void dealloc_slot_struct(struct slot *slot) in dealloc_slot_struct() argument
33 struct slot *slot; in alloc_slot_struct() local
54 is_registered(struct slot *slot) is_registered() argument
65 rpaphp_deregister_slot(struct slot *slot) rpaphp_deregister_slot() argument
82 rpaphp_register_slot(struct slot *slot) rpaphp_register_slot() argument
[all...]
/kernel/linux/linux-6.6/block/partitions/
H A Datari.c41 int slot; in atari_partition() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dpage_track.h43 kvm_page_track_delete_slot(struct kvm *kvm, struct kvm_memory_slot *slot) kvm_page_track_delete_slot() argument
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
H A Dpci.c57 struct pci_dev *pci_slot_func_init(struct pci_access **pacc, int slot, in pci_slot_func_init() argument
26 pci_acc_init(struct pci_access **pacc, int domain, int bus, int slot, int func, int vendor, int dev) pci_acc_init() argument
/test/xts/hats/startup/partitionslot_additional/src/
H A Dpartitionslot_test.cpp198 int slot = 2147483647; in HWTEST_F() local
213 int slot = -2147483648; in HWTEST_F() local
228 int slot = 2; in HWTEST_F() local
[all...]
/test/xts/hats/startup/partitionslot/src/
H A Dpartitionslot_test.cpp130 int slot = -1; in HWTEST_F() local
144 int slot = 0; in HWTEST_F() local
158 int slot = 1; in HWTEST_F() local
171 int slot = 2; in HWTEST_F() local
185 int slot = 3; in HWTEST_F() local
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.h146 psa_key_slot_state_transition( psa_key_slot_t *slot, psa_key_slot_state_t expected_state, psa_key_slot_state_t new_state) psa_key_slot_state_transition() argument
171 psa_register_read(psa_key_slot_t *slot) psa_register_read() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_interpolation_map.c45 unsigned slot = vue_map->varying_to_slot[location + k]; in gfx4_frag_prog_set_interp_modes() local
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.cc46 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { in PatchFarJumpSlot() argument
[all...]
/third_party/mesa3d/src/mapi/
H A Dtable.h64 table_set_func(struct _glapi_table *tbl, int slot, mapi_func func) in table_set_func() argument
74 table_get_func(const struct _glapi_table *tbl, int slot) in table_get_func() argument
H A Dentry_ppc64le_tls.h83 entry_get_public(int slot) in entry_get_public() argument
127 entry_patch(mapi_func entry, int slot) in entry_patch() argument
135 entry_generate(int slot) in entry_generate() argument
[all...]
H A Dentry_x86_tls.h104 int slot = 0; in entry_patch_public() local
112 entry_get_public(int slot) in entry_get_public() argument
118 entry_patch(mapi_func entry, int slot) in entry_patch() argument
125 entry_generate_or_patch(int slot, cha argument
151 entry_generate(int slot) entry_generate() argument
[all...]
H A Dentry_x86-64_tls.h86 entry_get_public(int slot) in entry_get_public() argument
92 entry_patch(mapi_func entry, int slot) in entry_patch() argument
103 entry_generate(int slot) in entry_generate() argument
[all...]
H A Dentry.c82 entry_get_public(int slot) in entry_get_public() argument
89 entry_generate(int slot) in entry_generate() argument
95 entry_patch(mapi_func entry, int slot) in entry_patch() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_compiler.h56 unsigned slot = value & ~BIR_FAU_UNIFORM; in va_fau_page() local
/third_party/libinput/test/
H A Dlitest-device-alps-3fg.c46 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() argument
70 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() argument
83 touch_up(struct litest_device *d, unsigned int slot) in touch_up() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dfeedback-source.h25 FeedbackSlot slot; member
/third_party/node/deps/v8/src/debug/
H A Ddebug-type-profile.cc53 FeedbackSlot slot = vector.GetTypeProfileSlot(); in Collect() local
100 FeedbackSlot slot = vector.GetTypeProfileSlot(); in SelectMode() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-number-gen.cc195 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); TF_BUILTIN() local
209 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); TF_BUILTIN() local
221 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); TF_BUILTIN() local
236 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); TF_BUILTIN() local
[all...]

Completed in 7 milliseconds

12345678910>>...78