Searched refs:slot_id (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-ring.c325 unsigned int slot_id,
332 __u32 __iomem *db_addr = &xhci->dba->doorbell[slot_id];
334 ep = &xhci->devs[slot_id]->eps[ep_index];
346 unsigned int slot_id,
350 ring_ep_doorbell(xhci, slot_id, ep_index, stream_id);
356 unsigned int slot_id,
362 ep = &xhci->devs[slot_id]->eps[ep_index];
367 ring_ep_doorbell(xhci, slot_id, ep_index, 0);
375 ring_ep_doorbell(xhci, slot_id, ep_index, stream_id);
408 unsigned int slot_id, unsigne
324 ring_ep_doorbell(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) argument
345 xhci_ring_ep_doorbell(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) argument
355 ring_doorbell_for_active_rings(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index) argument
407 xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) argument
464 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
566 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
642 unsigned int slot_id; local
880 unsigned int slot_id; local
954 int slot_id; local
1013 int slot_id = TRB_TO_SLOT_ID(event->flags); local
1232 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
1303 unsigned int slot_id; local
1405 unsigned int slot_id; local
1723 unsigned int slot_id; local
2332 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, struct xhci_td *td) argument
2351 xhci_queue_intr_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
2439 queue_bulk_sg_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
2615 xhci_queue_bulk_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
2772 xhci_queue_ctrl_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
2905 xhci_queue_isoc_tx(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
3036 xhci_queue_isoc_tx_prepare(struct xhci_hcd *xhci, gfp_t mem_flags, struct urb *urb, int slot_id, unsigned int ep_index) argument
3149 xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id) argument
3156 xhci_queue_address_device(struct xhci_hcd *xhci, dma_addr_t in_ctx_ptr, u32 slot_id) argument
3172 xhci_queue_reset_device(struct xhci_hcd *xhci, u32 slot_id) argument
3180 xhci_queue_configure_endpoint(struct xhci_hcd *xhci, dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) argument
3190 xhci_queue_evaluate_context(struct xhci_hcd *xhci, dma_addr_t in_ctx_ptr, u32 slot_id) argument
3199 xhci_queue_stop_endpoint(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index) argument
3213 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
3236 xhci_queue_reset_ep(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index) argument
[all...]
H A Dxhci.c102 int xhci_fake_doorbell(struct xhci_hcd *xhci, int slot_id) argument
107 if (!xhci_alloc_virt_device(xhci, slot_id, 0, GFP_NOIO)) {
112 /* ring fake doorbell for slot_id ep 0 */
113 xhci_ring_ep_doorbell(xhci, slot_id, 0, 0);
133 xhci_free_virt_device(xhci, slot_id);
677 if (!udev->slot_id) {
695 static int xhci_check_maxpacket(struct xhci_hcd *xhci, unsigned int slot_id, argument
706 out_ctx = xhci->devs[slot_id]->out_ctx;
719 xhci_endpoint_copy(xhci, xhci->devs[slot_id]->in_ctx,
720 xhci->devs[slot_id]
756 unsigned int slot_id, ep_index; local
876 unsigned int slot_id; local
1501 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
1618 xhci_check_streams_endpoint(struct xhci_hcd *xhci, struct usb_device *udev, struct usb_host_endpoint *ep, unsigned int slot_id) argument
1722 unsigned int slot_id; local
2003 unsigned int slot_id; local
[all...]
H A Dxhci.h1195 int slot_id; member in struct:xhci_hcd
1343 unsigned int slot_id, unsigned int ep_index,
1349 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id);
1350 int xhci_alloc_virt_device(struct xhci_hcd *xhci, int slot_id, struct usb_device *udev, gfp_t flags);
1443 int xhci_queue_slot_control(struct xhci_hcd *xhci, u32 trb_type, u32 slot_id);
1445 u32 slot_id);
1448 int xhci_queue_stop_endpoint(struct xhci_hcd *xhci, int slot_id,
1451 int slot_id, unsigned int ep_index);
1453 int slot_id, unsigned int ep_index);
1455 int slot_id, unsigne
[all...]
H A Dxhci-mem.c689 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id) argument
695 if (slot_id == 0 || !xhci->devs[slot_id])
698 dev = xhci->devs[slot_id];
699 xhci->dcbaa->dev_context_ptrs[slot_id] = 0;
722 kfree(xhci->devs[slot_id]);
723 xhci->devs[slot_id] = NULL;
726 int xhci_alloc_virt_device(struct xhci_hcd *xhci, int slot_id, argument
733 if (slot_id == 0 || xhci->devs[slot_id]) {
[all...]
H A Dxhci-dbg.c345 unsigned int slot_id, unsigned int ep_index,
355 slot_id, ep_index, i);
363 slot_id, ep_index);
344 xhci_dbg_ep_rings(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, struct xhci_virt_ep *ep) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-dataslot.c93 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
107 if (allocator->allocated_slots[slot].slot_id < 0)
109 allocator->allocated_slots[slot].slot_id = slot;
133 allocator->allocated_slots[slot].slot_id = slot;
140 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
171 _dbus_assert (allocator->allocated_slots[*slot_id_p].slot_id == *slot_id_p);
186 allocator->allocated_slots[*slot_id_p].slot_id = -1;
252 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
310 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
H A Ddbus-dataslot.h48 dbus_int32_t slot_id; /**< ID of this slot */ member in struct:DBusAllocatedSlot
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dacpiphp_ibm.c83 u16 slot_id; member in struct:apci_descriptor::__anon13927
184 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id,
188 args[0].integer.value = ibm_slot->slot.slot_id;
229 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c127 u8 slot_id[SLOT_ID_LEN]; member in struct:c4_inquiry
133 u8 slot_id[SLOT_ID_LEN]; member in struct:rdac_controller
350 static struct rdac_controller *get_controller(u8 *subsys_id, u8 *slot_id, argument
359 (memcmp(tmp->slot_id, slot_id, SLOT_ID_LEN) == 0)) {
371 memcpy(ctlr->slot_id, slot_id, SLOT_ID_LEN);
375 if (slot_id[1] == 0x31)
485 h->ctlr = get_controller(inqp->subsys_id, inqp->slot_id,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Domap_hsmmc.c128 #define mmc_slot(host) (host->pdata->slots[host->slot_id])
172 int slot_id; member in struct:omap_hsmmc_host
737 r = mmc_slot(host).get_cover_state(host->dev, host->slot_id);
1106 ret = mmc_slot(host).set_power(host->dev, host->slot_id, 0, 0);
1110 ret = mmc_slot(host).set_power(host->dev, host->slot_id, 1,
1160 if (mmc_slot(host).get_cover_state(host->dev, host->slot_id)) {
1193 carddetect = slot->card_detect(host->dev, host->slot_id);
1484 mmc_slot(host).set_power(host->dev, host->slot_id,
1489 mmc_slot(host).set_power(host->dev, host->slot_id,
1585 return mmc_slot(host).card_detect(host->dev, host->slot_id);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dnss.c345 const int slot_id = (cacert) ? 0 : 1; local
346 char *slot_name = aprintf("PEM Token #%d", slot_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h433 int slot_id; member in struct:usb_device

Completed in 116 milliseconds