Searched refs:slot (Results 376 - 400 of 956) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/sh/include/asm/
H A Dpci.h81 int pcibios_map_platform_irq(const struct pci_dev *dev, u8 slot, u8 pin);
/linux-master/arch/arm/mach-orion5x/
H A Dcommon.h65 int orion5x_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_gem.c46 const u64 slot = ggtt->error_capture.start; local
60 ggtt->vm.insert_page(&ggtt->vm, dma, slot,
65 s = io_mapping_map_atomic_wc(&ggtt->iomap, slot);
73 ggtt->vm.clear_range(&ggtt->vm, slot, PAGE_SIZE);
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.h396 #define EMAC_XAHT_SLOT_TO_REG(dev, slot) \
397 ((slot) >> (dev)->xaht_width_shift)
399 #define EMAC_XAHT_SLOT_TO_MASK(dev, slot) \
401 ((slot) & (u32)(EMAC_XAHT_WIDTH(dev) - 1)))
/linux-master/drivers/soc/qcom/
H A Dice.c167 int slot)
192 err = qcom_scm_ice_set_key(slot, key.bytes, AES_256_XTS_KEY_SIZE,
202 int qcom_ice_evict_key(struct qcom_ice *ice, int slot) argument
204 return qcom_scm_ice_invalidate_key(slot);
164 qcom_ice_program_key(struct qcom_ice *ice, u8 algorithm_id, u8 key_size, const u8 crypto_key[], u8 data_unit_size, int slot) argument
/linux-master/drivers/mmc/host/
H A Dcavium-thunderx.c134 * mmc_of_parse and devm* require one device per slot.
135 * Create a dummy device per slot and set the node pointer to
136 * the slot. The easiest way to get this is using
139 if (of_device_is_compatible(child_node, "mmc-slot")) {
158 if (host->slot[i])
159 cvm_mmc_of_slot_remove(host->slot[i]);
178 if (host->slot[i])
179 cvm_mmc_of_slot_remove(host->slot[i]);
H A Dsdhci-pci-arasan.c246 struct sdhci_pci_slot *slot = sdhci_priv(host); local
247 struct arasan_host *arasan_host = sdhci_pci_priv(slot);
300 static int arasan_pci_probe_slot(struct sdhci_pci_slot *slot) argument
304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA;
305 err = arasan_phy_init(slot->host);
H A Dcavium-octeon.c14 #include <linux/mmc/slot-gpio.h>
291 if (host->slot[i])
292 cvm_mmc_of_slot_remove(host->slot[i]);
306 if (host->slot[i])
307 cvm_mmc_of_slot_remove(host->slot[i]);
/linux-master/drivers/pci/hotplug/
H A Dpciehp_core.c46 static int set_attention_status(struct hotplug_slot *slot, u8 value);
47 static int get_power_status(struct hotplug_slot *slot, u8 *value);
48 static int get_latch_status(struct hotplug_slot *slot, u8 *value);
49 static int get_adapter_status(struct hotplug_slot *slot, u8 *value);
57 /* Setup hotplug slot ops */
77 /* register this slot with the hotplug pci core */
160 * occupied slot or bring down an unoccupied slot. This can't be triggered by
207 /* Setup the slot information structures */
H A Dibmphp.h267 struct slot *ibmphp_get_slot_from_physical_num(u8);
380 int ibmphp_hpc_readslot(struct slot *, u8, u8 *);
381 int ibmphp_hpc_writeslot(struct slot *, u8);
454 // slot status
512 // extended slot status
582 // macro for slot info
689 struct slot { struct
697 u8 flag; /* this is for disable slot and polling */
715 u8 starting_slot_num; /* starting and ending slot #'s this ctrl controls*/
736 int ibmphp_init_devno(struct slot **); /* Thi
[all...]
/linux-master/arch/mips/include/asm/
H A Dpci.h63 extern int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin);
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_fw.c48 static void ionic_dev_cmd_firmware_activate(struct ionic_dev *idev, u8 slot) argument
53 .fw_control.slot = slot
160 fw_slot = comp.fw_control.slot;
/linux-master/fs/btrfs/
H A Dtree-mod-log.h40 int btrfs_tree_mod_log_insert_key(struct extent_buffer *eb, int slot,
/linux-master/sound/soc/pxa/
H A Dpxa2xx-ac97.c44 static int pxa2xx_ac97_read_actrl(struct ac97_controller *adrv, int slot, argument
47 return pxa2xx_ac97_read(slot, reg);
50 static int pxa2xx_ac97_write_actrl(struct ac97_controller *adrv, int slot, argument
53 return pxa2xx_ac97_write(slot, reg, val);
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c157 panfrost_dequeue_job(struct panfrost_device *pfdev, int slot) argument
159 struct panfrost_job *job = pfdev->jobs[slot][0];
164 job->engine_usage->elapsed_ns[slot] +=
166 job->engine_usage->cycles[slot] +=
172 pfdev->jobs[slot][0] = pfdev->jobs[slot][1];
173 pfdev->jobs[slot][1] = NULL;
179 panfrost_enqueue_job(struct panfrost_device *pfdev, int slot, argument
185 if (!pfdev->jobs[slot][0]) {
186 pfdev->jobs[slot][
378 int slot = panfrost_job_get_slot(job); local
[all...]
/linux-master/include/linux/
H A Drhashtable-types.h121 * @slot: Current slot
122 * @skip: Number of entries to skip in slot
129 unsigned int slot; member in struct:rhashtable_iter
/linux-master/fs/bcachefs/
H A Dalloc_foreground.h130 open_bucket_idx_t slot = *open_bucket_hashslot(c, dev, bucket); local
132 while (slot) {
133 struct open_bucket *ob = &c->open_buckets[slot];
138 slot = ob->hash;
/linux-master/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c28 * Somewhat arbitrary location and slot, intended to not overlap anything.
408 uint32_t slot; local
436 for (slot = 0; slot < max_mem_slots; slot++)
437 vm_set_user_memory_region(vm, slot, 0,
438 ((uint64_t)slot * MEM_REGION_SIZE),
440 mem_aligned + (uint64_t)slot * MEM_REGION_SIZE);
451 "Adding one more memory slot should fail with EINVAL");
531 /* Overlap the front half of the other slot
[all...]
/linux-master/kernel/trace/rv/
H A Drv.c193 void rv_put_task_monitor_slot(int slot) argument
197 if (slot < 0 || slot >= RV_PER_TASK_MONITORS) {
198 WARN_ONCE(1, "RV releasing an invalid slot!: %d\n", slot);
202 WARN_ONCE(!task_monitor_slots[slot], "RV releasing unused task_monitor_slots: %d\n",
203 slot);
206 task_monitor_slots[slot] = false;
/linux-master/drivers/staging/vt6655/
H A Dcard.c44 #define C_CWMIN_A 15 /* slot time */
47 #define C_CWMAX 1023 /* slot time */
188 unsigned char slot = 0; local
197 slot = C_SLOT_SHORT;
204 slot = C_SLOT_LONG;
214 slot = C_SLOT_SHORT;
217 slot = C_SLOT_LONG;
257 if (priv->slot != slot) {
258 priv->slot
[all...]
/linux-master/drivers/usb/host/
H A Dxhci-trace.h186 TP_printk("vdev %p slot %d ctx %llx | %llx current_mel %d",
222 TP_printk("vdev %p ctx %llx | %llx num %d state %d speed %d port %d level %d slot %d",
282 TP_printk("ep%d%s-%s: urb %p pipe %u slot %d length %d/%d sgs %d/%d stream %d flags %08x",
545 TP_PROTO(u32 slot, u32 doorbell),
546 TP_ARGS(slot, doorbell),
548 __field(u32, slot)
552 __entry->slot = slot;
556 xhci_decode_doorbell(__get_buf(XHCI_MSG_MAX), __entry->slot, __entry->doorbell)
561 TP_PROTO(u32 slot, u3
[all...]
/linux-master/drivers/staging/vt6656/
H A Dcard.c130 priv->slot = C_SLOT_SHORT;
138 priv->slot = C_SLOT_SHORT;
141 priv->slot = C_SLOT_LONG;
145 priv->difs = C_SIFS_BG + 2 * priv->slot;
153 data[3] = (u8)priv->slot;
/linux-master/drivers/media/usb/dvb-usb/
H A Daz6027.c407 int slot,
420 if (slot != 0)
448 int slot,
461 deb_info("%s %d", __func__, slot);
462 if (slot != 0)
480 int slot,
493 if (slot != 0)
525 int slot,
538 if (slot != 0)
558 static int CI_CamReady(struct dvb_ca_en50221 *ca, int slot) argument
406 az6027_ci_read_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address) argument
447 az6027_ci_write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address, u8 value) argument
479 az6027_ci_read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address) argument
524 az6027_ci_write_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address, u8 value) argument
589 az6027_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot) argument
640 az6027_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot) argument
645 az6027_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) argument
674 az6027_ci_poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) argument
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daz6007.c249 int slot,
262 if (slot != 0)
290 int slot,
303 pr_debug("%s(), slot %d\n", __func__, slot);
304 if (slot != 0)
322 int slot,
335 if (slot != 0)
367 int slot,
380 if (slot !
248 az6007_ci_read_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address) argument
289 az6007_ci_write_attribute_mem(struct dvb_ca_en50221 *ca, int slot, int address, u8 value) argument
321 az6007_ci_read_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address) argument
366 az6007_ci_write_cam_control(struct dvb_ca_en50221 *ca, int slot, u8 address, u8 value) argument
400 CI_CamReady(struct dvb_ca_en50221 *ca, int slot) argument
431 az6007_ci_slot_reset(struct dvb_ca_en50221 *ca, int slot) argument
482 az6007_ci_slot_shutdown(struct dvb_ca_en50221 *ca, int slot) argument
487 az6007_ci_slot_ts_enable(struct dvb_ca_en50221 *ca, int slot) argument
516 az6007_ci_poll_slot_status(struct dvb_ca_en50221 *ca, int slot, int open) argument
[all...]
/linux-master/net/rxrpc/
H A Dconn_client.c339 unsigned int slot)
342 unsigned int shift = slot * RXRPC_MAXCALLS;
345 old = bundle->conns[slot];
347 bundle->conns[slot] = NULL;
348 bundle->conn_ids[slot] = 0;
361 bundle->conns[slot] = conn;
362 bundle->conn_ids[slot] = conn->debug_id;
374 int slot = -1, i, usable; local
385 else if (slot == -1)
386 slot
338 rxrpc_add_conn_to_bundle(struct rxrpc_bundle *bundle, unsigned int slot) argument
474 unsigned int channel, slot; local
[all...]

Completed in 274 milliseconds

<<11121314151617181920>>