Searched refs:slot (Results 351 - 375 of 956) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/i3c/master/
H A Di3c-master-cdns.c953 int slot; local
959 slot = cdns_i3c_master_get_rr_slot(master, dev->info.dyn_addr);
960 if (slot < 0) {
962 return slot;
966 data->id = slot;
968 master->free_rr_slots &= ~BIT(slot);
1000 int slot; local
1002 slot = cdns_i3c_master_get_rr_slot(master, 0);
1003 if (slot < 0)
1004 return slot;
1046 cdns_i3c_master_dev_rr_to_info(struct cdns_i3c_master *master, unsigned int slot, struct i3c_device_info *info) argument
1136 int ret, slot; local
1310 struct i3c_ibi_slot *slot; local
1520 cdns_i3c_master_recycle_ibi_slot(struct i3c_dev_desc *dev, struct i3c_ibi_slot *slot) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c249 struct sdhci_pci_slot *slot = sdhci_priv(host); local
250 struct sdhci_pci_chip *chip = slot->chip;
251 struct o2_host *o2_host = sdhci_pci_priv(slot);
317 struct sdhci_pci_slot *slot = sdhci_priv(host); local
318 struct sdhci_pci_chip *chip = slot->chip;
584 struct sdhci_pci_slot *slot = sdhci_priv(host); local
585 struct sdhci_pci_chip *chip = slot->chip;
638 struct sdhci_pci_slot *slot = sdhci_priv(host); local
639 struct sdhci_pci_chip *chip = slot->chip;
699 struct sdhci_pci_slot *slot local
725 sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot) argument
[all...]
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.h101 int slot; member in struct:mxc_jpeg_ctx
111 int slot; member in struct:mxc_jpeg_slot_data
/linux-master/drivers/iio/adc/
H A Dad4130.c248 int slot; member in struct:ad4130_chan_info
596 unsigned int *slot, bool *overwrite)
600 *slot = AD4130_INVALID_SLOT;
609 *slot = i;
617 /* Find the least used slot. */
618 if (*slot == AD4130_INVALID_SLOT ||
619 slot_info->channels < st->slots_info[*slot].channels)
620 *slot = i;
623 if (*slot == AD4130_INVALID_SLOT)
634 struct ad4130_slot_info *slot_info = &st->slots_info[chan_info->slot];
594 ad4130_find_slot(struct ad4130_state *st, struct ad4130_setup_info *target_setup_info, unsigned int *slot, bool *overwrite) argument
640 ad4130_unlink_slot(struct ad4130_state *st, unsigned int slot) argument
656 ad4130_link_channel_slot(struct ad4130_state *st, unsigned int channel, unsigned int slot) argument
675 ad4130_write_slot_setup(struct ad4130_state *st, unsigned int slot, struct ad4130_setup_info *setup_info) argument
712 int slot; local
[all...]
/linux-master/fs/btrfs/
H A Dxattr.c172 const int slot = path->slots[0]; local
175 const u32 item_size = btrfs_item_size(leaf, slot);
202 ptr = btrfs_item_ptr(leaf, slot, char);
203 ptr += btrfs_item_size(leaf, slot) - data_size;
305 int slot; local
311 slot = path->slots[0];
321 di = btrfs_item_ptr(leaf, slot, struct btrfs_dir_item);
322 item_size = btrfs_item_size(leaf, slot);
H A Dinode-item.c18 int slot,
28 item_size = btrfs_item_size(leaf, slot);
29 ptr = btrfs_item_ptr_offset(leaf, slot);
45 struct extent_buffer *leaf, int slot, u64 ref_objectid,
55 item_size = btrfs_item_size(leaf, slot);
56 ptr = btrfs_item_ptr_offset(leaf, slot);
407 int slot; local
414 slot = path->slots[0] - 1;
416 btrfs_item_key_to_cpu(leaf, &found_key, slot);
429 u64 offset, int extent_type, int slot)
17 btrfs_find_name_in_backref(struct extent_buffer *leaf, int slot, const struct fscrypt_str *name) argument
44 btrfs_find_name_in_ext_backref( struct extent_buffer *leaf, int slot, u64 ref_objectid, const struct fscrypt_str *name) argument
426 btrfs_trace_truncate(struct btrfs_inode *inode, struct extent_buffer *leaf, struct btrfs_file_extent_item *fi, u64 offset, int extent_type, int slot) argument
[all...]
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c522 " slot: %u flags: 0x%x\n"
524 ret, errno, region->region.slot,
915 int __vm_set_user_memory_region(struct kvm_vm *vm, uint32_t slot, uint32_t flags, argument
919 .slot = slot,
929 void vm_set_user_memory_region(struct kvm_vm *vm, uint32_t slot, uint32_t flags, argument
932 int ret = __vm_set_user_memory_region(vm, slot, flags, gpa, size, hva);
942 int __vm_set_user_memory_region2(struct kvm_vm *vm, uint32_t slot, uint32_t flags, argument
947 .slot = slot,
961 vm_set_user_memory_region2(struct kvm_vm *vm, uint32_t slot, uint32_t flags, uint64_t gpa, uint64_t size, void *hva, uint32_t guest_memfd, uint64_t guest_memfd_offset) argument
974 vm_mem_add(struct kvm_vm *vm, enum vm_mem_backing_src_type src_type, uint64_t guest_paddr, uint32_t slot, uint64_t npages, uint32_t flags, int guest_memfd, uint64_t guest_memfd_offset) argument
1153 vm_userspace_mem_region_add(struct kvm_vm *vm, enum vm_mem_backing_src_type src_type, uint64_t guest_paddr, uint32_t slot, uint64_t npages, uint32_t flags) argument
1208 vm_mem_region_set_flags(struct kvm_vm *vm, uint32_t slot, uint32_t flags) argument
1238 vm_mem_region_move(struct kvm_vm *vm, uint32_t slot, uint64_t new_gpa) argument
1267 vm_mem_region_delete(struct kvm_vm *vm, uint32_t slot) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c81 int slot; local
84 slot = find_first_zero_bit(priv->tx.tx_slot, MAX_TX_BUF_NUM);
85 if (slot >= MAX_TX_BUF_NUM) {
89 __set_bit(slot, priv->tx.tx_slot);
92 return slot;
95 void ath9k_htc_tx_clear_slot(struct ath9k_htc_priv *priv, int slot) argument
98 __clear_bit(slot, priv->tx.tx_slot);
155 * Removes the driver header and returns the TX slot number
162 int slot; local
169 slot
214 ath9k_htc_tx_mgmt(struct ath9k_htc_priv *priv, struct ath9k_htc_vif *avp, struct sk_buff *skb, u8 sta_idx, u8 vif_idx, u8 slot) argument
260 ath9k_htc_tx_data(struct ath9k_htc_priv *priv, struct ieee80211_vif *vif, struct sk_buff *skb, u8 sta_idx, u8 vif_idx, u8 slot, bool is_cab) argument
340 ath9k_htc_tx_start(struct ath9k_htc_priv *priv, struct ieee80211_sta *sta, struct sk_buff *skb, u8 slot, bool is_cab) argument
455 int slot; local
[all...]
/linux-master/arch/arm64/kernel/
H A Dproton-pack.c233 __this_cpu_write(bp_hardening_data.slot, HYP_VECTOR_SPECTRE_DIRECT);
342 data->slot += HYP_VECTOR_INDIRECT;
965 static void this_cpu_set_vectors(enum arm64_bp_harden_el1_vectors slot) argument
967 const char *v = arm64_get_bp_hardening_vector(slot);
1013 if (!data->slot)
1014 data->slot = HYP_VECTOR_INDIRECT;
1026 if (!data->slot)
1027 data->slot = HYP_VECTOR_INDIRECT;
1041 if (!data->slot || data->slot
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_ioctl.c379 void __rcu **slot; local
384 slot = pbundle->radix_slots + attr_key;
385 entry = rcu_dereference_raw(*slot);
387 return slot;
400 void __rcu **slot; local
403 slot = uapi_get_attr_for_method(pbundle, attr_key);
404 if (!slot) {
413 attr = rcu_dereference_protected(*slot, true);
534 void __rcu **slot; local
536 slot
567 void __rcu **slot; local
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c277 struct guc_mmio_reg *slot; local
280 size_t size = ALIGN((pos + 1) * sizeof(*slot), PAGE_SIZE);
291 regset->storage_max = size / sizeof(*slot);
294 slot = &regset->storage[pos];
296 *slot = *reg;
298 return slot;
310 struct guc_mmio_reg *slot; local
322 slot = __mmio_reg_add(regset, &entry);
323 if (IS_ERR(slot))
324 return PTR_ERR(slot);
[all...]
/linux-master/drivers/md/
H A Draid10.c340 static inline void update_head_pos(int slot, struct r10bio *r10_bio) argument
344 conf->mirrors[r10_bio->devs[slot].devnum].head_position =
345 r10_bio->devs[slot].addr + (r10_bio->sectors);
354 int slot; local
357 for (slot = 0; slot < conf->geo.raid_disks; slot++) {
358 if (r10_bio->devs[slot].bio == bio)
360 if (r10_bio->devs[slot].repl_bio == bio) {
366 update_head_pos(slot, r10_bi
379 int slot; local
458 int slot, repl; local
588 int slot = 0; local
728 int disk, slot; local
1158 int slot = r10_bio->read_slot; local
1557 int slot, repl; local
2266 int slot; local
2599 int sectors = r10_bio->sectors, slot = r10_bio->read_slot; local
2815 int slot = r10_bio->read_slot; local
4955 int slot = 0; local
5025 int slot; local
[all...]
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c904 struct hisi_sas_slot *slot, *slot2; local
911 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) {
914 (slot->idx << CFG_SET_ABORTED_IPTT_OFF);
1139 struct hisi_sas_slot *slot,
1144 struct hisi_sas_sge_page *sge_page = hisi_sas_sge_addr_mem(slot);
1157 hdr->prd_table_addr = cpu_to_le64(hisi_sas_sge_addr_dma(slot));
1163 struct hisi_sas_slot *slot,
1172 sge_dif_page = hisi_sas_sge_dif_addr_mem(slot);
1185 cpu_to_le64(hisi_sas_sge_dif_addr_dma(slot));
1258 struct hisi_sas_slot *slot)
1138 prep_prd_sge_v3_hw(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot, struct hisi_sas_cmd_hdr *hdr, struct scatterlist *scatter, int n_elem) argument
1162 prep_prd_sge_dif_v3_hw(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot, struct hisi_sas_cmd_hdr *hdr, struct scatterlist *scatter, int n_elem) argument
1257 prep_ssp_v3_hw(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot) argument
1379 prep_smp_v3_hw(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot) argument
1418 prep_ata_v3_hw(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot) argument
1497 prep_abort_v3_hw(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot) argument
2204 slot_err_v3_hw(struct hisi_hba *hisi_hba, struct sas_task *task, struct hisi_sas_slot *slot) argument
2279 slot_complete_v3_hw(struct hisi_hba *hisi_hba, struct hisi_sas_slot *slot) argument
2453 struct hisi_sas_slot *slot; local
3649 debugfs_cq_show_slot_v3_hw(struct seq_file *s, int slot, struct hisi_sas_debugfs_cq *debugfs_cq) argument
3665 int slot; local
3674 debugfs_dq_show_slot_v3_hw(struct seq_file *s, int slot, void *dq_ptr) argument
3688 int slot; local
[all...]
/linux-master/drivers/pci/
H A Dpci.c287 unsigned int seg, bus, slot, func; local
301 ret = sscanf(p, "/%x.%x%c", &slot, &func, &end);
307 if (dev->devfn != PCI_DEVFN(slot, func)) {
327 ret = sscanf(wpath, "%x:%x:%x.%x%c", &seg, &bus, &slot,
331 ret = sscanf(wpath, "%x:%x.%x%c", &bus, &slot, &func, &end);
340 dev->devfn == PCI_DEVFN(slot, func));
4923 if (dev->multifunction || dev->subordinate || !dev->slot ||
4927 return pci_reset_hotplug_slot(dev->slot->hotplug, probe);
5392 /* Do any devices on or below this slot prevent a bus reset? */
5393 static bool pci_slot_resettable(struct pci_slot *slot) argument
5413 pci_slot_lock(struct pci_slot *slot) argument
5427 pci_slot_unlock(struct pci_slot *slot) argument
5441 pci_slot_trylock(struct pci_slot *slot) argument
5506 pci_slot_save_and_disable_locked(struct pci_slot *slot) argument
5524 pci_slot_restore_locked(struct pci_slot *slot) argument
5537 pci_slot_reset(struct pci_slot *slot, bool probe) argument
5563 pci_probe_reset_slot(struct pci_slot *slot) argument
5584 __pci_reset_slot(struct pci_slot *slot) argument
5636 struct pci_slot *slot; local
[all...]
/linux-master/arch/mips/include/asm/txx9/
H A Dgeneric.h40 int (*pci_map_irq)(const struct pci_dev *dev, u8 slot, u8 pin);
H A Drbtx4927.h90 int rbtx4927_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin);
/linux-master/include/linux/
H A Deisa.h32 * signature, slot number, and base address. dma_mask is set by
37 int slot; member in struct:eisa_device
97 int slots; /* Max slot number */
98 int force_probe; /* Probe even when no slot 0 */
/linux-master/drivers/media/pci/mantis/
H A Dmantis_link.h35 struct mantis_slot slot[4]; member in struct:mantis_ca
/linux-master/drivers/net/fddi/skfp/h/
H A Dtargethw.h70 short slot ; /* slot number */ member in struct:s_smt_hw
/linux-master/arch/mips/dec/
H A Dtc.c28 * Protected read byte from TURBOchannel slot space.
37 * the slot space base address and the number of slots.
68 * Get the IRQ for the specified slot.
72 switch (tdev->slot) {
/linux-master/arch/arm/include/asm/mach/
H A Dpci.h28 int (*map_irq)(const struct pci_dev *dev, u8 slot, u8 pin);
/linux-master/arch/sh/drivers/pci/
H A Dfixups-dreamcast.c74 int pcibios_map_platform_irq(const struct pci_dev *dev, u8 slot, u8 pin) argument
/linux-master/drivers/media/firewire/
H A Dfiredtv-ci.c58 struct ca_slot_info *slot = arg; local
65 if (slot->num != 0)
68 slot->type = CA_CI;
69 slot->flags = fdtv_get_ca_flags(&stat);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.h44 struct mt7915_tm_slot_time slot; member in union:mt7915_tm_cmd::__anon1974
/linux-master/arch/sh/include/asm/
H A Dpci.h81 int pcibios_map_platform_irq(const struct pci_dev *dev, u8 slot, u8 pin);

Completed in 418 milliseconds

<<11121314151617181920>>