[go: nahoru, domu]

Searched defs:descriptors (Results 1 - 9 of 9) sorted by relevance

/drivers/thunderbolt/
H A Dnhi.h40 struct ring_desc *descriptors; member in struct:tb_ring
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h112 u8 descriptors; /* number of valid descriptors in WQE */ member in struct:ehea_swqe
/drivers/usb/gadget/
H A Dcomposite.c75 * for_each_ep_desc()- iterate over endpoint descriptors in the
76 * descriptors list
93 * This function chooses the right descriptors for a given
99 * Note: the supplied function should hold all the descriptors
136 /* find descriptors */
330 * ID in interface, association, CDC union, and other descriptors. It
340 * multiple versions of the relevant descriptors.
399 /* There may be e.g. OTG descriptors */
400 if (config->descriptors) {
402 config->descriptors);
411 struct usb_descriptor_header **descriptors; local
675 struct usb_descriptor_header **descriptors; local
[all...]
/drivers/net/ethernet/natsemi/
H A Dsonic.h273 #define SONIC_NUM_RDS SONIC_NUM_RRS /* number of receive descriptors */
274 #define SONIC_NUM_TDS 16 /* number of transmit descriptors */
295 void *descriptors; member in struct:sonic_local
/drivers/staging/comedi/drivers/
H A Dmite.h41 struct mite_dma_descriptor *descriptors; member in struct:mite_dma_descriptor_ring
/drivers/usb/gadget/udc/
H A Dgoku_udc.h194 u32 descriptors[DESC_LEN]; /* 0x800 */ member in struct:goku_udc_regs
/drivers/firewire/
H A Dohci.c104 struct descriptor *descriptors; member in struct:ar_context
139 * List of page-sized buffers for storing DMA descriptors.
674 d = &ctx->descriptors[index];
679 wmb(); /* finish init of new descriptors before branch_address update */
680 d = &ctx->descriptors[ctx->last_buffer_index];
743 res_count = ACCESS_ONCE(ctx->descriptors[i].res_count);
750 rmb(); /* read descriptors in order */
752 ctx->descriptors[next_i].res_count);
769 ctx->descriptors[next_i].res_count);
1026 ctx->descriptors
[all...]
/drivers/scsi/
H A Dscsi_debug.c1058 /* version descriptors (2 bytes each) follow */
2328 unsigned int i, payload_len, descriptors; local
2339 descriptors = (payload_len - 8) / 16;
2348 BUG_ON(get_unaligned_be16(&buf[2]) != descriptors * 16);
2354 for (i = 0 ; i < descriptors ; i++) {
/drivers/net/wireless/ath/ath10k/
H A Dwmi.h1661 * and Max no of descriptors for each Video link (node).
1668 /* Number of msdu descriptors target should use */
1846 * and Max no of descriptors for each Video link (node).
1850 /* Number of msdu descriptors target should use */
4263 /* Number of NOA descriptors */
4266 struct wmi_p2p_noa_descriptor descriptors[WMI_P2P_MAX_NOA_DESCRIPTORS]; member in struct:wmi_p2p_noa_info

Completed in 219 milliseconds