Searched defs:slot_id (Results 1 - 11 of 11) sorted by relevance

/drivers/usb/host/
H A Dxhci-dbg.c370 unsigned int slot_id, unsigned int ep_index,
380 slot_id, ep_index, i);
388 slot_id, ep_index);
369 xhci_dbg_ep_rings(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, struct xhci_virt_ep *ep) argument
H A Dxhci-hub.c243 int slot_id; local
247 slot_id = 0;
254 slot_id = i;
259 return slot_id;
268 static int xhci_stop_device(struct xhci_hcd *xhci, int slot_id, int suspend) argument
278 virt_dev = xhci->devs[slot_id];
288 xhci_queue_stop_endpoint(xhci, slot_id, i, suspend);
292 xhci_queue_stop_endpoint(xhci, slot_id, 0, suspend);
322 void xhci_ring_device(struct xhci_hcd *xhci, int slot_id) argument
327 if (xhci->devs[slot_id]
510 int slot_id; local
939 int slot_id; local
1027 int slot_id; local
[all...]
H A Dxhci-mem.c794 int slot_id)
812 if (tt_info->slot_id == slot_id) {
845 tt_info->slot_id = virt_dev->udev->slot_id;
855 xhci_free_tt_info(xhci, virt_dev, virt_dev->udev->slot_id);
865 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id) argument
872 if (slot_id == 0 || !xhci->devs[slot_id])
875 dev = xhci->devs[slot_id];
792 xhci_free_tt_info(struct xhci_hcd *xhci, struct xhci_virt_device *virt_dev, int slot_id) argument
919 xhci_alloc_virt_device(struct xhci_hcd *xhci, int slot_id, struct usb_device *udev, gfp_t flags) argument
[all...]
H A Dxhci-ring.c282 unsigned int slot_id,
286 __le32 __iomem *db_addr = &xhci->dba->doorbell[slot_id];
287 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index];
308 unsigned int slot_id,
314 ep = &xhci->devs[slot_id]->eps[ep_index];
319 xhci_ring_ep_doorbell(xhci, slot_id, ep_index, 0);
327 xhci_ring_ep_doorbell(xhci, slot_id, ep_index,
359 unsigned int slot_id, unsigned int ep_index,
364 ep = &xhci->devs[slot_id]->eps[ep_index];
373 slot_id, ep_inde
281 xhci_ring_ep_doorbell(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) argument
307 ring_doorbell_for_active_rings(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index) argument
358 xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) argument
419 xhci_find_new_dequeue_state(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_td *cur_td, struct xhci_dequeue_state *state) argument
549 xhci_queue_new_dequeue_state(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_dequeue_state *deq_state) argument
631 unsigned int slot_id; local
934 unsigned int slot_id; local
1026 int slot_id; local
1084 int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); local
1271 u32 slot_id; local
1295 int slot_id; local
1501 xhci_cleanup_halted_endpoint(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_td *td, union xhci_trb *event_trb) argument
1573 unsigned int slot_id; local
1684 unsigned int slot_id; local
2002 unsigned int slot_id; local
2710 giveback_first_trb(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index, unsigned int stream_id, int start_cycle, struct xhci_generic_trb *start_trb) argument
2732 xhci_queue_intr_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
2815 queue_bulk_sg_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
2970 xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
3108 xhci_queue_ctrl_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
3299 xhci_queue_isoc_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
3481 xhci_queue_isoc_tx_prepare(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
3581 xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id) argument
3588 xhci_queue_address_device(struct xhci_hcd *xhci, dma_addr_t in_ctx_ptr, u32 slot_id) argument
3604 xhci_queue_reset_device(struct xhci_hcd *xhci, u32 slot_id) argument
3612 xhci_queue_configure_endpoint(struct xhci_hcd *xhci, dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) argument
3622 xhci_queue_evaluate_context(struct xhci_hcd *xhci, dma_addr_t in_ctx_ptr, u32 slot_id) argument
3635 xhci_queue_stop_endpoint(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index, int suspend) argument
3650 queue_set_tr_deq(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_segment *deq_seg, union xhci_trb *deq_ptr, u32 cycle_state) argument
3682 xhci_queue_reset_ep(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index) argument
[all...]
H A Dxhci.c1018 if (!udev->slot_id || !xhci->devs[udev->slot_id]) {
1024 virt_dev = xhci->devs[udev->slot_id];
1045 static int xhci_check_maxpacket(struct xhci_hcd *xhci, unsigned int slot_id, argument
1056 out_ctx = xhci->devs[slot_id]->out_ctx;
1069 xhci_endpoint_copy(xhci, xhci->devs[slot_id]->in_ctx,
1070 xhci->devs[slot_id]->out_ctx, ep_index);
1071 in_ctx = xhci->devs[slot_id]->in_ctx;
1084 xhci_dbg(xhci, "Slot %d input context\n", slot_id);
1086 xhci_dbg(xhci, "Slot %d output context\n", slot_id);
1110 unsigned int slot_id, ep_index; local
1240 unsigned int slot_id; local
2617 xhci_setup_input_ctx_for_quirk(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, struct xhci_dequeue_state *deq_state) argument
2739 xhci_check_streams_endpoint(struct xhci_hcd *xhci, struct usb_device *udev, struct usb_host_endpoint *ep, unsigned int slot_id) argument
2842 unsigned int slot_id; local
3165 unsigned int slot_id; local
[all...]
H A Dxhci.h939 int slot_id; member in struct:xhci_tt_bw_info
1430 int slot_id; member in struct:xhci_hcd
1595 unsigned int slot_id, unsigned int ep_index,
1601 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id);
1602 int xhci_alloc_virt_device(struct xhci_hcd *xhci, int slot_id, struct usb_device *udev, gfp_t flags);
1744 int xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id);
1746 u32 slot_id);
1749 int xhci_queue_stop_endpoint(struct xhci_hcd *xhci, int slot_id,
1752 int slot_id, unsigned int ep_index);
1754 int slot_id, unsigne
[all...]
/drivers/pci/hotplug/
H A Dacpiphp_ibm.c83 u16 slot_id; member in struct:apci_descriptor::__anon3801
193 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id,
197 args[0].integer.value = ibm_slot->slot.slot_id;
238 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id,
/drivers/input/tablet/
H A Dwacom_wac.c908 int slot_id = data[0] - 2; /* data[0] is between 2 and 17 */ local
913 input_mt_slot(input, slot_id);
/drivers/mmc/host/
H A Domap_hsmmc.c123 #define mmc_slot(host) (host->pdata->slots[host->slot_id])
169 int slot_id; member in struct:omap_hsmmc_host
340 mmc_slot(host).set_power(host->dev, host->slot_id,
342 mmc_slot(host).set_power(host->dev, host->slot_id,
705 r = mmc_slot(host).get_cover_state(host->dev, host->slot_id);
1089 ret = mmc_slot(host).set_power(host->dev, host->slot_id, 0, 0);
1093 ret = mmc_slot(host).set_power(host->dev, host->slot_id, 1,
1142 if (mmc_slot(host).get_cover_state(host->dev, host->slot_id)) {
1174 carddetect = slot->card_detect(host->dev, host->slot_id);
1521 mmc_slot(host).set_power(host->dev, host->slot_id,
[all...]
/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c685 dhd_wlfc_hanger_get_genbit(void* hanger, void* pkt, uint32 slot_id, int* gen) argument
693 if (slot_id == WLFC_HANGER_MAXITEMS)
697 if ((h->items[slot_id].state == WLFC_HANGER_ITEM_STATE_INUSE) ||
698 (h->items[slot_id].state == WLFC_HANGER_ITEM_STATE_INUSE_SUPPRESSED)) {
699 *gen = h->items[slot_id].gen;
711 dhd_wlfc_hanger_pushpkt(void* hanger, void* pkt, uint32 slot_id) argument
716 if (h && (slot_id < WLFC_HANGER_MAXITEMS)) {
717 if (h->items[slot_id].state == WLFC_HANGER_ITEM_STATE_FREE) {
718 h->items[slot_id].state = WLFC_HANGER_ITEM_STATE_INUSE;
719 h->items[slot_id]
734 dhd_wlfc_hanger_poppkt(void* hanger, uint32 slot_id, void** pktout, int remove_from_hanger) argument
766 dhd_wlfc_hanger_mark_suppressed(void* hanger, uint32 slot_id, uint8 gen) argument
[all...]
/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c128 u8 slot_id[SLOT_ID_LEN]; member in struct:c4_inquiry
509 if (inqp->slot_id[1] == 0x31)

Completed in 569 milliseconds