| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 550 unsigned int slot_id, in xhci_ring_ep_doorbell() argument 554 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id]; in xhci_ring_ep_doorbell() 555 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_ring_ep_doorbell() 568 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id)); in xhci_ring_ep_doorbell() 577 unsigned int slot_id, in ring_doorbell_for_active_rings() argument 583 ep = &xhci->devs[slot_id]->eps[ep_index]; in ring_doorbell_for_active_rings() 588 xhci_ring_ep_doorbell(xhci, slot_id, ep_index, 0); in ring_doorbell_for_active_rings() 596 xhci_ring_ep_doorbell(xhci, slot_id, ep_index, in ring_doorbell_for_active_rings() 602 unsigned int slot_id, in xhci_ring_doorbell_for_active_rings() argument 605 ring_doorbell_for_active_rings(xhci, slot_id, ep_index); in xhci_ring_doorbell_for_active_rings() [all …]
|
| H A D | xhci.c | 1519 if (!udev->slot_id || !xhci->devs[udev->slot_id]) { in xhci_check_args() 1525 virt_dev = xhci->devs[udev->slot_id]; in xhci_check_args() 1627 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local 1663 slot_id = urb->dev->slot_id; in xhci_urb_enqueue() 1670 if (xhci->devs[slot_id]->flags & VDEV_PORT_ERROR) { in xhci_urb_enqueue() 1683 ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_urb_enqueue() 1701 slot_id, ep_index); in xhci_urb_enqueue() 1705 slot_id, ep_index); in xhci_urb_enqueue() 1709 slot_id, ep_index); in xhci_urb_enqueue() 1713 slot_id, ep_index); in xhci_urb_enqueue() [all …]
|
| H A D | xhci-trace.h | 169 __field(int, slot_id) 177 __entry->slot_id = (int) vdev->slot_id; 181 __entry->vdev, __entry->slot_id, __entry->in_ctx, 203 __field(int, slot_id) 214 __entry->slot_id = vdev->udev->slot_id; 219 __entry->portnum, __entry->level, __entry->slot_id 260 __field(int, slot_id) 276 __entry->slot_id = urb->dev->slot_id; 286 __entry->urb, __entry->pipe, __entry->slot_id,
|
| H A D | xhci-debugfs.c | 456 int slot_id) in xhci_debugfs_create_context_files() argument 458 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_debugfs_create_context_files() 614 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id) in xhci_debugfs_create_slot() argument 617 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_debugfs_create_slot() 623 snprintf(priv->name, sizeof(priv->name), "%02d", slot_id); in xhci_debugfs_create_slot() 631 xhci_debugfs_create_context_files(xhci, priv->root, slot_id); in xhci_debugfs_create_slot() 634 void xhci_debugfs_remove_slot(struct xhci_hcd *xhci, int slot_id) in xhci_debugfs_remove_slot() argument 638 struct xhci_virt_device *dev = xhci->devs[slot_id]; in xhci_debugfs_remove_slot()
|
| H A D | xhci-debugfs.h | 111 void xhci_debugfs_create_slot(struct xhci_hcd *xhci, int slot_id); 112 void xhci_debugfs_remove_slot(struct xhci_hcd *xhci, int slot_id);
|
| H A D | xhci-sideband.c | 414 if (!udev->slot_id || type != XHCI_SIDEBAND_VENDOR) in xhci_sideband_register() 426 vdev = xhci->devs[udev->slot_id]; in xhci_sideband_register() 430 udev->slot_id); in xhci_sideband_register()
|
| H A D | xhci-pci.c | 906 if (!port->slot_id || !xhci->devs[port->slot_id]) { in xhci_pci_poweroff_late() 908 port->slot_id, port->rhub->hcd->self.busnum, in xhci_pci_poweroff_late() 913 udev = xhci->devs[port->slot_id]->udev; in xhci_pci_poweroff_late()
|
| H A D | xhci-mtk-sch.c | 134 virt_dev = xhci->devs[udev->slot_id]; in get_bw_info() 920 virt_dev = xhci->devs[udev->slot_id]; in add_ep_quirk() 976 struct xhci_virt_device *virt_dev = xhci->devs[udev->slot_id]; in xhci_mtk_check_bandwidth()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| H A D | vdec_av1_req_lat_if.c | 664 s8 slot_id; member 874 int slot_id, ref_id; in vdec_av1_slice_cleanup_slots() local 879 for (slot_id = 0; slot_id < AV1_MAX_FRAME_BUF_COUNT; slot_id++) { in vdec_av1_slice_cleanup_slots() 880 u64 timestamp = slots->timestamp[slot_id]; in vdec_av1_slice_cleanup_slots() 884 if (slots->frame_info[slot_id].ref_count == 0) in vdec_av1_slice_cleanup_slots() 889 frame->ref_frame_map[ref_id] = slot_id; in vdec_av1_slice_cleanup_slots() 895 vdec_av1_slice_decrease_ref_count(slots, slot_id); in vdec_av1_slice_cleanup_slots() 909 vsi->slot_id = vdec_av1_slice_get_new_slot(vsi); in vdec_av1_slice_setup_slot() 911 if (vsi->slot_id == AV1_INVALID_IDX) { in vdec_av1_slice_setup_slot() 913 vsi->slot_id = 0; in vdec_av1_slice_setup_slot() [all …]
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpiphp_ibm.c | 58 u16 slot_id; member 176 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, in ibm_set_attention_status() 180 args[0].integer.value = ibm_slot->slot.slot_id; in ibm_set_attention_status() 226 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, in ibm_get_attention_status()
|
| /linux/sound/usb/qcom/ |
| H A D | usb_audio_qmi_v01.h | 108 u32 slot_id; member 138 u32 slot_id; member
|
| H A D | usb_audio_qmi_v01.c | 443 slot_id), 672 slot_id),
|
| H A D | qc_audio_offload.c | 360 disconnect_ind.slot_id = dev->udev->slot_id; in uaudio_send_disconnect_ind() 1373 resp->slot_id = subs->dev->slot_id; in prepare_qmi_response()
|
| /linux/Documentation/devicetree/bindings/mailbox/ |
| H A D | hisilicon,hi6220-mailbox.txt | 21 <&phandle slot_id dst_irq ack_irq> 23 slot_id: Slot id used either for TX or RX
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwsignal.c | 582 struct sk_buff *pkt, u32 slot_id) in brcmf_fws_hanger_pushpkt() argument 584 if (slot_id >= BRCMF_FWS_HANGER_MAXITEMS) in brcmf_fws_hanger_pushpkt() 587 if (h->items[slot_id].state != BRCMF_FWS_HANGER_ITEM_STATE_FREE) { in brcmf_fws_hanger_pushpkt() 593 h->items[slot_id].state = BRCMF_FWS_HANGER_ITEM_STATE_INUSE; in brcmf_fws_hanger_pushpkt() 594 h->items[slot_id].pkt = pkt; in brcmf_fws_hanger_pushpkt() 600 u32 slot_id, struct sk_buff **pktout, in brcmf_fws_hanger_poppkt() argument 603 if (slot_id >= BRCMF_FWS_HANGER_MAXITEMS) in brcmf_fws_hanger_poppkt() 606 if (h->items[slot_id].state == BRCMF_FWS_HANGER_ITEM_STATE_FREE) { in brcmf_fws_hanger_poppkt() 612 *pktout = h->items[slot_id].pkt; in brcmf_fws_hanger_poppkt() 614 h->items[slot_id].state = BRCMF_FWS_HANGER_ITEM_STATE_FREE; in brcmf_fws_hanger_poppkt() [all …]
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-ring.c | 775 if (pdev->slot_id) in cdnsp_update_port_id() 2408 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_slot_control() 2419 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_address_device() 2427 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_reset_device() 2437 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_configure_endpoint() 2446 cdnsp_queue_command(pdev, 0, 0, 0, SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_stop_endpoint() 2456 u32 trb_slot_id = SLOT_ID_FOR_TRB(pdev->slot_id); in cdnsp_queue_new_dequeue_state() 2476 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_reset_ep() 2487 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_halt_endpoint()
|
| H A D | cdnsp-gadget.c | 849 pdev->slot_id = 0; in cdnsp_disable_slot() 879 pdev->slot_id = 1; in cdnsp_enable_slot() 898 if (!pdev->slot_id) { in cdnsp_setup_device()
|
| H A D | cdnsp-gadget.h | 1450 int slot_id; member
|
| /linux/drivers/scsi/device_handler/ |
| H A D | scsi_dh_rdac.c | 128 u8 slot_id[SLOT_ID_LEN]; member 446 if (inqp->slot_id[1] == 0x31) in initialize_controller()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | opal.h | 150 int64_t opal_set_slot_led_status(uint64_t phb_id, uint64_t slot_id, uint8_t led_type, uint8_t led_a…
|
| /linux/net/packet/ |
| H A D | af_packet.c | 2245 unsigned int slot_id = 0; in tpacket_rcv() local 2356 slot_id = po->rx_ring.head; in tpacket_rcv() 2357 if (test_bit(slot_id, po->rx_ring.rx_owner_map)) in tpacket_rcv() 2359 __set_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv() 2484 __clear_bit(slot_id, po->rx_ring.rx_owner_map); in tpacket_rcv()
|
| /linux/include/linux/ |
| H A D | usb.h | 738 int slot_id; member
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 8640 __u32 slot; /* as_id | slot_id */
|