/Linux-v6.6/kernel/kcsan/ |
D | core.c | 84 #define SLOT_IDX(slot, i) (slot + ((i + KCSAN_CHECK_ADJACENT) % NUM_SLOTS)) argument 92 #define SLOT_IDX_FAST(slot, i) (slot + i) argument 119 const int slot = watchpoint_slot(addr); in find_watchpoint() local 150 const int slot = watchpoint_slot(addr); in insert_watchpoint() local
|
/Linux-v6.6/include/linux/ |
D | dlm.h | 19 int slot; /* 1 to MAX_INT */ member
|
/Linux-v6.6/arch/arm/mach-omap1/ |
D | board-sx1-mmc.c | 20 static int mmc_set_power(struct device *dev, int slot, int power_on, in mmc_set_power()
|
/Linux-v6.6/arch/arm/mach-orion5x/ |
D | board-mss2.c | 27 static int __init mss2_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in mss2_pci_map_irq()
|
D | board-rd88f5182.c | 72 static int __init rd88f5182_pci_map_irq(const struct pci_dev *dev, u8 slot, in rd88f5182_pci_map_irq()
|
/Linux-v6.6/include/uapi/linux/ |
D | pci.h | 31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
/Linux-v6.6/drivers/nvdimm/ |
D | label.h | 94 __le32 slot; member 130 __le32 slot; member 170 __le32 slot; member
|
/Linux-v6.6/drivers/crypto/nx/ |
D | nx.c | 489 static bool nx_check_prop(struct device *dev, u32 fc, u32 mode, int slot) in nx_check_prop() 527 static int nx_register_shash(struct shash_alg *alg, u32 fc, u32 mode, int slot) in nx_register_shash() 548 int slot) in nx_unregister_shash()
|
/Linux-v6.6/fs/efs/ |
D | dir.c | 27 int slot; in efs_readdir() local
|
/Linux-v6.6/drivers/dca/ |
D | dca-core.c | 173 int err, slot = -ENODEV; in dca_add_requester() local 228 int slot; in dca_remove_requester() local
|
/Linux-v6.6/drivers/media/platform/nxp/imx-jpeg/ |
D | mxc-jpeg-hw.h | 68 #define MXC_SLOT_OFFSET(slot, offset) ((SLOT_BASE * ((slot) + 1)) + (offset)) argument 75 #define GLB_CTRL_SLOT_EN(slot) (0x1 << ((slot) + 4)) argument
|
/Linux-v6.6/drivers/soc/qcom/ |
D | ice.c | 167 int slot) in qcom_ice_program_key() 202 int qcom_ice_evict_key(struct qcom_ice *ice, int slot) in qcom_ice_evict_key()
|
/Linux-v6.6/arch/x86/kernel/kprobes/ |
D | opt.c | 367 u8 *slot = op->optinsn.insn; in __arch_remove_optimized_kprobe() local 394 u8 *buf = NULL, *slot; in arch_prepare_optimized_kprobe() local
|
/Linux-v6.6/arch/mips/pci/ |
D | fixup-ip32.c | 43 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq()
|
D | pci-octeon.c | 74 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq() 235 u8 slot, u8 pin) in octeon_pci_pcibios_map_irq()
|
D | pci-tx4938.c | 115 int tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot) in tx4938_pcic1_map_irq()
|
/Linux-v6.6/arch/alpha/kernel/ |
D | sys_sx164.c | 99 sx164_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in sx164_map_irq()
|
/Linux-v6.6/arch/x86/kvm/ |
D | mmu.h | 277 __kvm_mmu_slot_lpages(struct kvm_memory_slot *slot, unsigned long npages, in __kvm_mmu_slot_lpages() 285 kvm_mmu_slot_lpages(struct kvm_memory_slot *slot, int level) in kvm_mmu_slot_lpages()
|
/Linux-v6.6/drivers/parisc/ |
D | eisa_enumerator.c | 312 static int parse_slot_config(int slot, in parse_slot_config() 425 static int init_slot(int slot, struct eeprom_eisa_slot_info *es) in init_slot()
|
/Linux-v6.6/fs/btrfs/ |
D | file-item.c | 927 int slot = path->slots[0] - 1; in btrfs_del_csums() local 1013 int slot = path->slots[0] + 1; in find_next_csum_offset() local 1271 const int slot = path->slots[0]; in btrfs_extent_item_to_extent_map() local 1336 const int slot = path->slots[0]; in btrfs_file_extent_end() local
|
/Linux-v6.6/drivers/mmc/host/ |
D | cqhci-core.c | 694 struct cqhci_slot *slot; in cqhci_error_irq() local 781 struct cqhci_slot *slot = &cq_host->slot[tag]; in cqhci_finish_mrq() local 898 struct cqhci_slot *slot = &cq_host->slot[tag]; in cqhci_timeout() local 1025 struct cqhci_slot *slot = &cq_host->slot[tag]; in cqhci_recover_mrq() local
|
/Linux-v6.6/block/partitions/ |
D | atari.c | 41 int slot; in atari_partition() local
|
/Linux-v6.6/drivers/tc/ |
D | tc.c | 43 int i, slot, err; in tc_bus_add_devices() local
|
/Linux-v6.6/drivers/pci/hotplug/ |
D | ibmphp_ebda.c | 666 struct slot *slot; in fillslotinfo() local 685 u16 ctlr, slot, bus; in ebda_rsrc_controller() local 991 struct slot *slot; in ibmphp_get_slot_from_physical_num() local
|
/Linux-v6.6/arch/sh/drivers/pci/ |
D | fixups-se7751.c | 11 int pcibios_map_platform_irq(const struct pci_dev *, u8 slot, u8 pin) in pcibios_map_platform_irq()
|