Searched refs:slot (Results 176 - 200 of 956) sorted by relevance

1234567891011>>

/linux-master/arch/sh/drivers/pci/
H A Dfixups-se7751.c11 int pcibios_map_platform_irq(const struct pci_dev *, u8 slot, u8 pin) argument
13 switch (slot) {
20 printk("PCI: Bad IRQ mapping request for slot %d\n", slot);
/linux-master/scripts/gdb/linux/
H A Dradixtree.py59 slot = node['slots'][offset]
61 if slot == 0:
64 node = slot.cast(node.type.pointer()).dereference()
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.h329 btc->dm.slot.v1[sid].dur = dura;
330 btc->dm.slot.v1[sid].cxtbl = tbl;
331 btc->dm.slot.v1[sid].cxtype = type;
333 btc->dm.slot.v7[sid].dur = dura;
334 btc->dm.slot.v7[sid].cxtype = type;
335 btc->dm.slot.v7[sid].cxtbl = tbl;
349 btc->dm.slot.v1[sid].dur = cpu_to_le16(dura);
351 btc->dm.slot.v7[sid].dur = cpu_to_le16(dura);
358 btc->dm.slot.v1[sid].cxtype = cpu_to_le16(type);
360 btc->dm.slot
[all...]
/linux-master/arch/sparc/kernel/
H A Ditlb_miss.S8 srlx %g6, 22, %g6 ! Delay slot
18 nop ! Delay slot, fill me
/linux-master/arch/m68k/coldfire/
H A Dclk.c45 __raw_writeb(clk->slot, MCFPM_PPMCR0);
50 __raw_writeb(clk->slot, MCFPM_PPMSR0);
61 __raw_writeb(clk->slot, MCFPM_PPMCR1);
66 __raw_writeb(clk->slot, MCFPM_PPMSR1);
/linux-master/arch/mips/pci/
H A Dfixup-cobalt.c23 * PCI slot numbers
46 * a PCI slot (ask the BIOS vendors why...). The "Memory Controller" Class
192 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) argument
195 return irq_tab_qube1[slot];
198 return irq_tab_raq2[slot];
200 return irq_tab_cobalt[slot];
/linux-master/drivers/pci/hotplug/
H A Dacpiphp_ibm.c67 } slot; member in union:apci_descriptor
82 static int ibm_set_attention_status(struct hotplug_slot *slot, u8 status);
83 static int ibm_get_attention_status(struct hotplug_slot *slot, u8 *status);
113 * @id: the slot number that linux refers to the slot by
115 * Description: This method returns the aCPI slot descriptor
116 * corresponding to the Linux slot number. This descriptor
117 * has info about the aPCI slot id and attention status.
135 des->slot.slot_num != id)) {
139 if (ind < size && des->slot
160 ibm_set_attention_status(struct hotplug_slot *slot, u8 status) argument
209 ibm_get_attention_status(struct hotplug_slot *slot, u8 *status) argument
[all...]
H A Dcpqphp_sysfs.c72 struct slot *slot; local
74 slot = ctrl->slot;
76 while (slot) {
77 new_slot = cpqhp_slot_find(slot->bus, slot->device, 0);
108 slot = slot->next;
/linux-master/drivers/nvdimm/
H A Dlabel.h42 * @labeloff: offset of first label slot
79 * @slot: slot id of this label in label area
94 __le32 slot; member in struct:cxl_region_label
112 * @slot: slot of this label in label area
130 __le32 slot; member in struct:nvdimm_efi_label
153 * @slot: slot id of this label in label area
170 __le32 slot; member in struct:nvdimm_cxl_label
[all...]
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-ci.c37 int slot, int address)
51 static int write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, argument
63 int slot, u8 address)
83 static int write_cam_control(struct dvb_ca_en50221 *ca, int slot, argument
94 static int slot_reset(struct dvb_ca_en50221 *ca, int slot) argument
111 static int slot_shutdown(struct dvb_ca_en50221 *ca, int slot) argument
120 static int slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) argument
130 static int poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) argument
181 int slot, int address)
193 static int write_attribute_mem_xo2(struct dvb_ca_en50221 *ca, int slot, argument
36 read_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address) argument
62 read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address) argument
180 read_attribute_mem_xo2(struct dvb_ca_en50221 *ca, int slot, int address) argument
203 read_cam_control_xo2(struct dvb_ca_en50221 *ca, int slot, u8 address) argument
216 write_cam_control_xo2(struct dvb_ca_en50221 *ca, int slot, u8 address, u8 value) argument
226 slot_reset_xo2(struct dvb_ca_en50221 *ca, int slot) argument
240 slot_shutdown_xo2(struct dvb_ca_en50221 *ca, int slot) argument
250 slot_ts_enable_xo2(struct dvb_ca_en50221 *ca, int slot) argument
259 poll_slot_status_xo2(struct dvb_ca_en50221 *ca, int slot, int open) argument
[all...]
/linux-master/include/linux/
H A Drv.h61 void rv_put_task_monitor_slot(int slot);
/linux-master/scripts/
H A Djobserver-exec47 slot = os.read(reader, 8)
48 jobs += slot
/linux-master/fs/afs/
H A Ddir_edit.c21 * slot. nr_slots is between 1 and 9.
216 int slot; local
284 slot = afs_find_contig_bits(block, need_slots);
285 if (slot >= 0) {
286 _debug("slot %u", slot);
309 slot = AFS_DIR_RESV_BLOCKS0;
316 /* Set the dirent slot. */
317 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot,
319 de = &block->dirents[slot];
383 int slot; local
[all...]
/linux-master/arch/arm/mach-omap1/
H A Dboard-sx1-mmc.c20 static int mmc_set_power(struct device *dev, int slot, int power_on, argument
/linux-master/drivers/mmc/host/
H A Dmmc_hsq.h27 struct hsq_slot *slot; member in struct:mmc_hsq
H A Ddw_mmc-hi3798mv200.c77 static inline int dw_mci_hi3798mv200_enable_tuning(struct dw_mci_slot *slot) argument
79 struct dw_mci_hi3798mv200_priv *priv = slot->host->priv;
84 static inline int dw_mci_hi3798mv200_disable_tuning(struct dw_mci_slot *slot) argument
86 struct dw_mci_hi3798mv200_priv *priv = slot->host->priv;
91 static int dw_mci_hi3798mv200_execute_tuning_mix_mode(struct dw_mci_slot *slot, argument
95 struct dw_mci *host = slot->host;
104 ret = dw_mci_hi3798mv200_enable_tuning(slot);
118 err = mmc_send_tuning(slot->mmc, opcode, NULL);
139 ret = dw_mci_hi3798mv200_disable_tuning(slot);
H A Dsdhci-pci-gli.c536 struct sdhci_pci_slot *slot = sdhci_priv(host); local
541 pdev = slot->chip->pdev;
567 static void gli_pcie_enable_msi(struct sdhci_pci_slot *slot) argument
571 ret = pci_alloc_irq_vectors(slot->chip->pdev, 1, 1,
575 mmc_hostname(slot->host->mmc), ret);
579 slot->host->irq = pci_irq_vector(slot->chip->pdev, 0);
707 struct sdhci_pci_slot *slot = sdhci_priv(host); local
712 pdev = slot->chip->pdev;
734 static void gl9755_hw_setting(struct sdhci_pci_slot *slot) argument
897 struct sdhci_pci_slot *slot = sdhci_priv(host); local
942 gl9767_hw_setting(struct sdhci_pci_slot *slot) argument
985 struct sdhci_pci_slot *slot = sdhci_priv(host); local
1069 gli_probe_slot_gl9750(struct sdhci_pci_slot *slot) argument
1081 gli_probe_slot_gl9755(struct sdhci_pci_slot *slot) argument
1093 gli_probe_slot_gl9767(struct sdhci_pci_slot *slot) argument
1182 gl9763e_set_low_power_negotiation(struct sdhci_pci_slot *slot, bool enable) argument
1283 gl9763e_add_host(struct sdhci_pci_slot *slot) argument
1326 gli_set_gl9763e(struct sdhci_pci_slot *slot) argument
1364 struct sdhci_pci_slot *slot = chip->slots[0]; local
1380 struct sdhci_pci_slot *slot = chip->slots[0]; local
1414 struct sdhci_pci_slot *slot = chip->slots[0]; local
1424 struct sdhci_pci_slot *slot = chip->slots[0]; local
1446 struct sdhci_pci_slot *slot = chip->slots[0]; local
1475 gli_probe_slot_gl9763e(struct sdhci_pci_slot *slot) argument
[all...]
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_ci.c22 /* CI slot 0 base address */
27 /* CI slot 1 base address */
53 int slot)
61 if (slot != 0)
71 int slot)
81 int slot)
115 int slot, int open)
137 int slot, int addr)
149 int slot, int addr, u8 data)
161 int slot, u
52 netup_unidvb_ci_slot_ts_ctl(struct dvb_ca_en50221 *en50221, int slot) argument
70 netup_unidvb_ci_slot_shutdown(struct dvb_ca_en50221 *en50221, int slot) argument
80 netup_unidvb_ci_slot_reset(struct dvb_ca_en50221 *en50221, int slot) argument
114 netup_unidvb_poll_ci_slot_status(struct dvb_ca_en50221 *en50221, int slot, int open) argument
136 netup_unidvb_ci_read_attribute_mem(struct dvb_ca_en50221 *en50221, int slot, int addr) argument
148 netup_unidvb_ci_write_attribute_mem(struct dvb_ca_en50221 *en50221, int slot, int addr, u8 data) argument
160 netup_unidvb_ci_read_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr) argument
172 netup_unidvb_ci_write_cam_ctl(struct dvb_ca_en50221 *en50221, int slot, u8 addr, u8 data) argument
[all...]
/linux-master/arch/arm/mach-rpc/
H A Decard.c12 * podule slot.
102 static inline ecard_t *slot_to_ecard(unsigned int slot) argument
104 return slot < MAX_ECARDS ? slot_to_expcard[slot] : NULL;
587 int slot = ec->slot_no; local
592 ectcr &= ~(1 << slot);
596 if (slot < 4)
597 address = ECARD_MEMC_BASE + (slot << 14);
601 if (slot < 4)
602 address = ECARD_IOC_BASE + (slot << 1
689 ecard_alloc_card(int type, int slot) argument
891 ecard_probe(int slot, unsigned irq, card_type_t type) argument
991 int slot, irqbase; local
[all...]
/linux-master/drivers/firewire/
H A Dinit_ohci1394_dma.c235 static inline void __init init_ohci1394_controller(int num, int slot, int func) argument
241 " at %02x:%02x.%x\n", num, slot, func);
243 ohci_base = read_pci_config(num, slot, func, PCI_BASE_ADDRESS_0+(0<<2))
259 int num, slot, func; local
267 for (slot = 0; slot < 32; slot++) {
269 class = read_pci_config(num, slot, func,
277 init_ohci1394_controller(num, slot, func);
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c763 unsigned long slot; local
788 lpar_rc = plpar_pte_enter(flags, hpte_group, hpte_v, hpte_r, &slot);
804 pr_devel(" -> slot: %lu\n", slot & 7);
809 return (slot & 7) | (!!(vflags & HPTE_V_SECONDARY) << 3);
821 /* pick a random slot to start at */
923 static long pSeries_lpar_hpte_updatepp(unsigned long slot, argument
942 want_v, slot, flags, psize);
944 lpar_rc = plpar_pte_protect(flags, slot, want_v);
988 long slot; local
1017 unsigned long lpar_rc, slot, vsid, flags; local
1037 pSeries_lpar_hpte_invalidate(unsigned long slot, unsigned long vpn, int psize, int apsize, int ssize, int local) argument
1147 hugepage_block_invalidate(unsigned long *slot, unsigned long *vpn, int count, int psize, int ssize) argument
1193 hugepage_bulk_invalidate(unsigned long *slot, unsigned long *vpn, int count, int psize, int ssize) argument
1227 __pSeries_lpar_hugepage_invalidate(unsigned long *slot, unsigned long *vpn, int count, int psize, int ssize) argument
1258 unsigned long shift, hidx, vpn = 0, hash, slot; local
1311 unsigned long slot, vsid; local
1334 unsigned long slot, hash, hidx; local
1354 unsigned long index, shift, slot, current_vpgb, vpgb; local
1533 unsigned long index, shift, slot; local
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c789 const struct kvm_memory_slot *slot, int level)
793 idx = gfn_to_index(gfn, slot->base_gfn, level);
794 return &slot->arch.lpage_info[level - 2][idx];
805 static void update_gfn_disallow_lpage_count(const struct kvm_memory_slot *slot, argument
812 linfo = lpage_info_slot(gfn, slot, i);
820 void kvm_mmu_gfn_disallow_lpage(const struct kvm_memory_slot *slot, gfn_t gfn) argument
822 update_gfn_disallow_lpage_count(slot, gfn, 1);
825 void kvm_mmu_gfn_allow_lpage(const struct kvm_memory_slot *slot, gfn_t gfn) argument
827 update_gfn_disallow_lpage_count(slot, gfn, -1);
833 struct kvm_memory_slot *slot; local
788 lpage_info_slot(gfn_t gfn, const struct kvm_memory_slot *slot, int level) argument
890 struct kvm_memory_slot *slot; local
923 struct kvm_memory_slot *slot; local
1098 gfn_to_rmap(gfn_t gfn, int level, const struct kvm_memory_slot *slot) argument
1110 struct kvm_memory_slot *slot; local
1294 __rmap_clear_dirty(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
1319 kvm_mmu_write_protect_pt_masked(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn_offset, unsigned long mask) argument
1352 kvm_mmu_clear_dirty_pt_masked(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn_offset, unsigned long mask) argument
1385 kvm_arch_mmu_enable_log_dirty_pt_masked(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn_offset, unsigned long mask) argument
1426 kvm_mmu_slot_gfn_write_protect(struct kvm *kvm, struct kvm_memory_slot *slot, u64 gfn, int min_level) argument
1450 struct kvm_memory_slot *slot; local
1456 __kvm_zap_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
1462 kvm_zap_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
1470 const struct kvm_memory_slot *slot; member in struct:slot_rmap_walk_iterator
1494 slot_rmap_walk_init(struct slot_rmap_walk_iterator *iterator, const struct kvm_memory_slot *slot, int start_level, int end_level, gfn_t start_gfn, gfn_t end_gfn) argument
1573 kvm_age_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
1586 kvm_test_age_rmap(struct kvm *kvm, struct kvm_rmap_head *rmap_head, struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
1600 __rmap_add(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, const struct kvm_memory_slot *slot, u64 *spte, gfn_t gfn, unsigned int access) argument
1624 rmap_add(struct kvm_vcpu *vcpu, const struct kvm_memory_slot *slot, u64 *spte, gfn_t gfn, unsigned int access) argument
2765 mmu_try_to_unsync_pages(struct kvm *kvm, const struct kvm_memory_slot *slot, gfn_t gfn, bool can_unsync, bool prefetch) argument
2866 mmu_set_spte(struct kvm_vcpu *vcpu, struct kvm_memory_slot *slot, u64 *sptep, unsigned int pte_access, gfn_t gfn, kvm_pfn_t pfn, struct kvm_page_fault *fault) argument
2942 struct kvm_memory_slot *slot; local
3042 host_pfn_mapping_level(struct kvm *kvm, gfn_t gfn, const struct kvm_memory_slot *slot) argument
3106 __kvm_mmu_max_mapping_level(struct kvm *kvm, const struct kvm_memory_slot *slot, gfn_t gfn, int max_level, bool is_private) argument
3130 kvm_mmu_max_mapping_level(struct kvm *kvm, const struct kvm_memory_slot *slot, gfn_t gfn, int max_level) argument
3142 struct kvm_memory_slot *slot = fault->slot; local
3241 kvm_send_hwpoison_signal(struct kvm_memory_slot *slot, gfn_t gfn) argument
3721 struct kvm_memory_slot *slot; local
4357 struct kvm_memory_slot *slot = fault->slot; local
6089 __walk_slot_rmaps(struct kvm *kvm, const struct kvm_memory_slot *slot, slot_rmaps_handler fn, int start_level, int end_level, gfn_t start_gfn, gfn_t end_gfn, bool flush_on_yield, bool flush) argument
6118 walk_slot_rmaps(struct kvm *kvm, const struct kvm_memory_slot *slot, slot_rmaps_handler fn, int start_level, int end_level, bool flush_on_yield) argument
6129 walk_slot_rmaps_4k(struct kvm *kvm, const struct kvm_memory_slot *slot, slot_rmaps_handler fn, bool flush_on_yield) argument
6449 slot_rmap_write_protect(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
6554 shadow_mmu_split_huge_page(struct kvm *kvm, const struct kvm_memory_slot *slot, u64 *huge_sptep) argument
6600 shadow_mmu_try_split_huge_page(struct kvm *kvm, const struct kvm_memory_slot *slot, u64 *huge_sptep) argument
6639 shadow_mmu_try_split_huge_pages(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
6685 kvm_shadow_mmu_try_split_huge_pages(struct kvm *kvm, const struct kvm_memory_slot *slot, gfn_t start, gfn_t end, int target_level) argument
6754 kvm_mmu_zap_collapsible_spte(struct kvm *kvm, struct kvm_rmap_head *rmap_head, const struct kvm_memory_slot *slot) argument
6791 kvm_rmap_zap_collapsible_sptes(struct kvm *kvm, const struct kvm_memory_slot *slot) argument
6803 kvm_mmu_zap_collapsible_sptes(struct kvm *kvm, const struct kvm_memory_slot *slot) argument
6878 kvm_arch_flush_shadow_memslot(struct kvm *kvm, struct kvm_memory_slot *slot) argument
7199 struct kvm_memory_slot *slot; local
7370 hugepage_test_mixed(struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
7376 hugepage_clear_mixed(struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
7382 hugepage_set_mixed(struct kvm_memory_slot *slot, gfn_t gfn, int level) argument
7388 hugepage_has_attrs(struct kvm *kvm, struct kvm_memory_slot *slot, gfn_t gfn, int level, unsigned long attrs) argument
7409 struct kvm_memory_slot *slot = range->slot; local
7472 kvm_mmu_init_memslot_memory_attributes(struct kvm *kvm, struct kvm_memory_slot *slot) argument
[all...]
/linux-master/drivers/pci/controller/
H A Dpcie-mediatek.c179 * @slot: port slot
199 u32 slot; member in struct:mtk_pcie_port
357 if (port->slot == PCI_SLOT(devfn))
655 port->irq = platform_get_irq(pdev, port->slot);
685 val |= PCIE_CSR_LTSSM_EN(port->slot) |
686 PCIE_CSR_ASPM_L1_EN(port->slot);
689 val = PCIE_CSR_LTSSM_EN(port->slot) |
690 PCIE_CSR_ASPM_L1_EN(port->slot);
779 u32 func = PCI_FUNC(port->slot);
780 u32 slot = PCI_SLOT(port->slot << 3); local
917 mtk_pcie_parse_port(struct mtk_pcie *pcie, struct device_node *node, int slot) argument
1054 int err, slot; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcm4908_enet.c269 struct bcm4908_enet_dma_ring_slot *slot = &enet->rx_ring.slots[idx]; local
274 slot->buf = napi_alloc_frag(ENET_RX_SKB_BUF_ALLOC_SIZE);
275 if (!slot->buf)
278 slot->dma_addr = dma_map_single(dev, slot->buf + ENET_RX_BUF_DMA_OFFSET,
280 err = dma_mapping_error(dev, slot->dma_addr);
283 skb_free_frag(slot->buf);
284 slot->buf = NULL;
293 buf_desc->addr = cpu_to_le32(slot->dma_addr);
322 struct bcm4908_enet_dma_ring_slot *slot; local
525 struct bcm4908_enet_dma_ring_slot *slot; local
590 struct bcm4908_enet_dma_ring_slot slot; local
656 struct bcm4908_enet_dma_ring_slot *slot; local
[all...]
/linux-master/fs/btrfs/tests/
H A Dinode-tests.c18 u64 disk_len, u32 type, u8 compression, int slot)
31 path.slots[0] = slot;
42 fi = btrfs_item_ptr(leaf, slot, struct btrfs_file_extent_item);
98 int slot = 0; local
108 slot);
109 slot++;
114 slot);
115 slot++;
120 disk_bytenr, sectorsize, BTRFS_FILE_EXTENT_REG, 0, slot);
121 slot
16 insert_extent(struct btrfs_root *root, u64 start, u64 len, u64 ram_bytes, u64 offset, u64 disk_bytenr, u64 disk_len, u32 type, u8 compression, int slot) argument
[all...]

Completed in 264 milliseconds

1234567891011>>