Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 150 of 150) sorted by relevance

/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc13 Description: Control descriptors
18 Description: Class descriptors
23 Description: Super speed control class descriptors
28 Description: Full speed control class descriptors
33 Description: Terminal descriptors
38 Description: Output terminal descriptors
43 Description: Default output terminal descriptors
57 Description: Camera terminal descriptors
62 Description: Default camera terminal descriptors
79 Description: Processing unit descriptors
[all …]
Dconfigfs-usb-gadget-hid8 report_desc - blob corresponding to HID report descriptors
Dsysfs-driver-xen-blkfront7 with the backend for indirect descriptors. The default value
Dsysfs-bus-usb134 in the bmAttributes field of their SuperSpeed BOS descriptors.
/linux-4.1.27/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c63 } __attribute__ ((__packed__)) descriptors = { variable
68 .length = htole32(sizeof(descriptors)),
73 .bLength = sizeof(descriptors.fs_descs.intf),
80 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
86 .bLength = sizeof(descriptors.fs_descs.bulk_source),
95 .bLength = sizeof(descriptors.hs_descs.intf),
102 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
109 .bLength = sizeof(descriptors.hs_descs.bulk_source),
240 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) { in main()
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c65 } __attribute__ ((__packed__)) descriptors = { variable
70 .length = htole32(sizeof(descriptors)),
75 .bLength = sizeof(descriptors.fs_descs.intf),
82 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
88 .bLength = sizeof(descriptors.fs_descs.bulk_source),
97 .bLength = sizeof(descriptors.hs_descs.intf),
104 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
111 .bLength = sizeof(descriptors.hs_descs.bulk_source),
269 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) { in main()
/linux-4.1.27/tools/usb/
Dffs-test.c118 } __attribute__((packed)) descriptors = { variable
123 .length = cpu_to_le32(sizeof descriptors),
128 .bLength = sizeof descriptors.fs_descs.intf,
135 .bLength = sizeof descriptors.fs_descs.sink,
142 .bLength = sizeof descriptors.fs_descs.source,
152 .bLength = sizeof descriptors.fs_descs.intf,
159 .bLength = sizeof descriptors.hs_descs.sink,
166 .bLength = sizeof descriptors.hs_descs.source,
242 __u8 descriptors[]; in descs_to_legacy() member
252 memcpy(out->descriptors, descs_start, descs_end - descs_start); in descs_to_legacy()
[all …]
/linux-4.1.27/drivers/staging/comedi/drivers/
Dmite.c195 ring->descriptors = NULL; in mite_alloc_ring()
204 if (ring->descriptors) { in mite_free_ring()
208 ring->descriptors, in mite_free_ring()
302 if (ring->descriptors) { in mite_buf_change()
306 ring->descriptors, in mite_buf_change()
309 ring->descriptors = NULL; in mite_buf_change()
318 ring->descriptors = in mite_buf_change()
322 if (!ring->descriptors) { in mite_buf_change()
330 ring->descriptors[i].count = cpu_to_le32(PAGE_SIZE); in mite_buf_change()
331 ring->descriptors[i].addr = in mite_buf_change()
[all …]
Dmite.h40 struct mite_dma_descriptor *descriptors; member
/linux-4.1.27/drivers/thunderbolt/
Dnhi.c141 descriptor = &ring->descriptors[ring->head]; in ring_write_descriptors()
181 if (!(ring->descriptors[ring->tail].flags in ring_work()
188 frame->size = ring->descriptors[ring->tail].length; in ring_work()
189 frame->eof = ring->descriptors[ring->tail].eof; in ring_work()
190 frame->sof = ring->descriptors[ring->tail].sof; in ring_work()
191 frame->flags = ring->descriptors[ring->tail].flags; in ring_work()
276 ring->descriptors = dma_alloc_coherent(&ring->nhi->pdev->dev, in ring_alloc()
277 size * sizeof(*ring->descriptors), in ring_alloc()
279 if (!ring->descriptors) in ring_alloc()
416 ring->size * sizeof(*ring->descriptors), in ring_free()
[all …]
Dnhi.h40 struct ring_desc *descriptors; member
/linux-4.1.27/Documentation/usb/
Dfunctionfs.txt5 the user space driver has registered by writing descriptors and
15 write descriptors and strings to that file. It does not need
17 simply provide descriptors such as if the function was the
23 When descriptors and strings are written "ep#" files appear
62 filesystems have been mounted and USB descriptors of all functions
Dusbmon.txt96 format adds a few fields, such as ISO frame descriptors, interval, etc.
149 reading the Data Length or isochronous descriptors.
156 - Number of isochronous frame descriptors and descriptors themselves.
157 If an Isochronous transfer event has a set of descriptors, a total number
222 unsigned int ndesc; /* 60: Actual number of ISO descriptors */
Dpersist.txt81 same descriptors as before, including the Vendor and Product IDs, then
90 If no device is now attached to the port, or if the descriptors are
143 descriptors are compared with the kernel's stored values, but this
Dproc_usb_info.txt56 of first the device descriptor, then the descriptors for each
59 descriptors are in bus endian format! The configuration descriptor
67 read its descriptors to make sure it's the device you expect, and then
100 S = String descriptors.
Dauthorization.txt90 can fake descriptors and device info. Don't trust that. You are
Dacm.txt111 usb.c: skipped 4 class/vendor specific interface descriptors
Dhotplug.txt142 device descriptors for the device. It will only call probe() if there is a
Dgadget_hid.txt18 HID function descriptors you want to use - E.G. something
DURB.txt156 HW descriptors. The status is changed to reflect unlinking. Note
Dehci.txt130 Also, some values in device descriptors (such as polling intervals for
DWUSB-Design-overview.txt323 read descriptors and move our data.
Dusb-serial.txt164 not all of the standard USB descriptors are handled: Get_Status, Set_Feature
/linux-4.1.27/drivers/net/ethernet/natsemi/
Djazzsonic.c176 lp->descriptors = dma_alloc_coherent(lp->device, in sonic_probe1()
181 if (lp->descriptors == NULL) in sonic_probe1()
185 lp->cda = lp->descriptors; in sonic_probe1()
278 lp->descriptors, lp->descriptors_laddr); in jazz_sonic_device_remove()
Dxtsonic.c199 lp->descriptors = dma_alloc_coherent(lp->device, in sonic_probe1()
204 if (lp->descriptors == NULL) { in sonic_probe1()
209 lp->cda = lp->descriptors; in sonic_probe1()
306 lp->descriptors, lp->descriptors_laddr); in xtsonic_device_remove()
Dmacsonic.c203 lp->descriptors = dma_alloc_coherent(lp->device, in macsonic_init()
208 if (lp->descriptors == NULL) in macsonic_init()
212 lp->cda = lp->descriptors; in macsonic_init()
622 lp->descriptors, lp->descriptors_laddr); in mac_sonic_device_remove()
Dsonic.h295 void *descriptors; member
/linux-4.1.27/drivers/usb/gadget/legacy/
Dzero.c334 sourcesink_driver.descriptors = NULL; in zero_bind()
335 loopback_driver.descriptors = NULL; in zero_bind()
344 sourcesink_driver.descriptors = otg_desc; in zero_bind()
346 loopback_driver.descriptors = otg_desc; in zero_bind()
Dether.c232 c->descriptors = otg_desc; in rndis_do_config()
274 c->descriptors = otg_desc; in eth_do_config()
Dmulti.c157 c->descriptors = otg_desc; in rndis_do_config()
239 c->descriptors = otg_desc; in cdc_do_config()
Dncm.c117 c->descriptors = otg_desc; in ncm_do_config()
Dprinter.c140 printer_cfg_driver.descriptors = otg_desc; in printer_do_config()
Dcdc2.c112 c->descriptors = otg_desc; in cdc_do_config()
Dmass_storage.c139 c->descriptors = otg_desc; in msg_do_config()
Dacm_ms.c130 c->descriptors = otg_desc; in acm_ms_do_config()
Dserial.c194 serial_config_driver.descriptors = otg_desc; in gs_bind()
Dhid.c115 c->descriptors = otg_desc; in do_config()
Daudio.c177 c->descriptors = otg_desc; in audio_do_config()
Dg_ffs.c494 c->descriptors = gfs_otg_desc; in gfs_do_config()
/linux-4.1.27/drivers/mfd/
Dtimberdale.c311 .descriptors = 2,
317 .descriptors = 2,
323 .descriptors = 2,
329 .descriptors = 2,
336 .descriptors = 2,
352 .descriptors = 2,
358 .descriptors = 2,
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb119 What: /sys/bus/usb/devices/.../descriptors
122 Binary file containing cached descriptors of the device. The
124 descriptors for each configuration of the device.
125 Note that the wTotalLength of the config descriptors can not
130 All descriptors read from this file are in bus-endian format
Dfirewire-cdev39 - Addition of descriptors or directories to the local
46 - Addition of descriptors or directories to the local
Dsysfs-driver-ib_srp37 the maximum number of data buffer descriptors stored in the
45 in an SRP_CMD the remaining memory descriptors are
102 Description: Maximum number of data buffer descriptors that may be sent to
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-qmss.txt12 Linking RAM registers are used to link the descriptors which are stored in
60 queues looking for descriptors that have been pushed
85 navigator packet DMA descriptors. The memory for
86 descriptors will be allocated by the driver.
88 -- region-spec : specifies the number of descriptors in the
90 <"# of descriptors" "descriptor size">.
/linux-4.1.27/drivers/usb/gadget/
Dcomposite.c400 if (config->descriptors) { in config_buf()
402 config->descriptors); in config_buf()
411 struct usb_descriptor_header **descriptors; in config_buf() local
415 descriptors = f->ss_descriptors; in config_buf()
418 descriptors = f->hs_descriptors; in config_buf()
421 descriptors = f->fs_descriptors; in config_buf()
424 if (!descriptors) in config_buf()
427 (const struct usb_descriptor_header **) descriptors); in config_buf()
675 struct usb_descriptor_header **descriptors; in set_config() local
688 descriptors = f->ss_descriptors; in set_config()
[all …]
/linux-4.1.27/include/linux/
Dtimb_dma.h40 unsigned int descriptors; member
/linux-4.1.27/arch/ia64/
Dmodule.lds7 * official procedure-descriptors (.opd).
/linux-4.1.27/Documentation/networking/
Dstmmac.txt49 the descriptors in the ring and informs the DMA engine that there is a packet
59 are not queued so the driver has to scan all the descriptors in the ring during
77 4.5) DMA descriptors
78 Driver handles both normal and alternate descriptors. The latter has been only
90 4.5.1) Extended descriptors
91 The extended descriptors give us information about the Ethernet payload
95 This support also is mandatory for PTPv2 because the extra descriptors
299 o enh_desc.c: functions for handling enhanced descriptors;
300 o norm_desc.c: functions for handling normal descriptors;
De1000.txt174 This value specifies the number of receive buffer descriptors allocated
184 for a higher number of receive descriptors may be denied. In this
198 descriptors.
237 This value is the number of transmit descriptors allocated by the driver.
242 higher number of transmit descriptors may be denied. In this case,
259 memory cache-line, which is typically 32 bytes, or 4 descriptors long.
261 Setting TxDescriptorStep to a value of 4 will ensure that all TX descriptors
268 compensated for by allocating more descriptors using the TxDescriptors
285 causing the driver to run out of available transmit descriptors.
De100.txt56 Rx Descriptors: Number of receive descriptors. A receive descriptor is a data
63 ethtool -G eth? rx n, where n is the number of desired rx descriptors.
65 Tx Descriptors: Number of transmit descriptors. A transmit descriptor is a data
72 ethtool -G eth? tx n, where n is the number of desired tx descriptors.
Dspider_net.txt18 The receive (RX) ring is a circular linked list of RX descriptors,
22 The elements of the ring are called "descriptors" or "descrs"; they
34 spidernet device driver) allocates a set of RX descriptors and RX
Dcdc_mbim.txt88 USB configuration descriptors
126 convenience, eliminating the need to parse the USB descriptors from
338 [7] "/sys/bus/usb/devices/.../descriptors"
Dtuntap.txt111 file descriptors (queues) to parallelize packets sending or receiving. The
117 be created, fds is used to store and return the file descriptors (queues)
Dixgb.txt132 This value is the number of receive descriptors allocated by the driver.
150 run out of available receive descriptors.
155 This value is the number of transmit descriptors allocated by the driver.
De1000e.txt137 descriptors.
167 causing the driver to run out of available transmit descriptors.
Daltera_tse.txt56 dma_rx_num: Number of descriptors in the RX list (default is 64);
57 dma_tx_num: Number of descriptors in the TX list (default is 64).
Dphonet.txt205 socket descriptors that are already connected or being connected.
Dpktgen.txt39 One should hesitate to conclude that packets/descriptors in the HW
Dcan.txt144 IDs, supporting several open file descriptors and (de)multiplexing
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt77 descriptors:
127 It is also not allowed to individually release descriptors (using gpiod_put())
265 * desc_array - an array of GPIO descriptors
269 or one of its variants. If the group of descriptors returned by that function
277 It is also possible to set a completely arbitrary array of descriptors. The
278 descriptors may be obtained using any combination of gpiod_get() and
279 gpiod_get_array(). Afterwards the array of descriptors has to be setup
283 contiguous within the array of descriptors.
Ddriver.txt177 descriptors through the gpiolib API. Using gpio_request() for this purpose
180 to request and free descriptors without being pinned to the kernel forever.
191 count. Do not use the functions to request gpio descriptors not owned by the
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dkeystone-netcp.txt120 - rx-pool: specifies the number of descriptors to be used & the region-id
122 - tx-pool: specifies the number of descriptors to be used & the region-id
124 - rx-queue-depth: number of descriptors in each of the free descriptor
128 - tx-completion-queue: the navigator queue number where the descriptors are
Dcpsw.txt14 - rx_descs : Specifies number of Rx descriptors
Dfsl-tsec-phy.txt61 buffer descriptors in the L2.
/linux-4.1.27/Documentation/rapidio/
Dtsi721.txt36 "dma_desc_per_channel" - defines number of hardware buffer descriptors used by
42 than hardware buffer descriptors ring.
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dusb-ohci.txt10 - big-endian-desc : boolean, set this for hcds with big-endian descriptors
Dusb-ehci.txt13 - big-endian-desc : boolean, set this for hcds with big-endian descriptors
/linux-4.1.27/Documentation/acpi/
Denumeration.txt307 we need to translate them to the corresponding Linux GPIO descriptors.
312 In the above example we can get the corresponding two GPIO descriptors with
328 /* Now we can use the GPIO descriptors */
331 descriptors once the device is released.
/linux-4.1.27/Documentation/security/
DIMA-templates.txt58 descriptors by adding their identifier to the format string
71 Below, there is the list of defined template descriptors:
DSmack.txt89 This attribute is only available on file descriptors for sockets.
93 This attribute is only available on file descriptors for sockets.
/linux-4.1.27/Documentation/
DIRQ-domain.txt141 descriptors will be allocated on-the-fly for it, and if no range is
143 *no* irq descriptors will be allocated.
181 1) irq_domain_alloc_irqs(): allocate IRQ descriptors and interrupt
183 2) irq_domain_free_irqs(): free IRQ descriptors and interrupt controller
DSAK.txt84 initscripts to have file descriptors 3, 4 and 5 attached to
Dvolatile-considered-harmful.txt92 indicate which descriptors have been processed, is an example of this
Dprintk-formats.txt51 actually function descriptors which must first be resolved. The 'F' and
Dunshare.txt131 such as the virtual memory, open file descriptors, etc, may be
Drbtree.txt29 trees, as are epoll file descriptors, cryptographic keys, and network
DDMA-API.txt84 descriptors or I/O buffers. Rather than allocating in units of a page
181 opportunity to use smaller descriptors as necessary.
Dvfio.txt108 Additionally, it now becomes possible to get file descriptors for each
Dkernel-docs.txt295 open files (file descriptors in UNIX/POSIX, or FDs) in your
Dkprobes.txt354 (64-bit powerpc intricacies such as function descriptors are handled
DDMA-API-HOWTO.txt330 - Network card DMA ring descriptors.
Dmemory-barriers.txt1706 descriptors are available:
1725 /* notify device of new descriptors */
Dpinctrl.txt33 pin control framework, and this descriptor contains an array of pin descriptors
Ddevices.txt3181 /dev/fd /proc/self/fd symbolic File descriptors
/linux-4.1.27/drivers/scsi/osd/
DKconfig31 int "(0-2) When sense is returned, DEBUG print all sense descriptors"
/linux-4.1.27/drivers/usb/class/
DKconfig14 If your modem only reports "Cls=ff(vend.)" in the descriptors in
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dshdma.txt8 descriptors. Therefore respective DMA DT bindings can also all be placed in the
Dfsl-edma.txt35 - big-endian: If present registers and hardware scatter/gather descriptors
/linux-4.1.27/kernel/irq/
DKconfig99 out the interrupt descriptors in a more NUMA-friendly way. )
/linux-4.1.27/Documentation/s390/
Dkvm.txt10 kvm-vm file descriptors, and the kvm-vcpu file descriptors that differ from x86.
DDebugging390.txt567 8 16 glue used in other s/390 linkage formats for saved routine descriptors etc.
568 12 24 glue used in other s/390 linkage formats for saved routine descriptors etc.
/linux-4.1.27/drivers/usb/gadget/udc/
Dgoku_udc.h194 u32 descriptors[DESC_LEN]; /* 0x800 */ member
Dgoku_udc.c1307 writel(0, &regs->descriptors[i]); in ep0_start()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Dcore.h54 #error Invalid number of buffer descriptors (greater than 256)
/linux-4.1.27/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt31 - fsl,descriptor-types-mask : The bitmask representing what descriptors
Dfsl-sec6.txt76 cryptographic descriptors. The specified address
Dfsl-sec4.txt130 cryptographic descriptors. The specified address
/linux-4.1.27/include/linux/usb/
Dcomposite.h290 const struct usb_descriptor_header **descriptors; member
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h112 u8 descriptors; /* number of valid descriptors in WQE */ member
Dehea_main.c1640 swqe->descriptors = 0; in write_swqe2_immediate()
1661 swqe->descriptors++; in write_swqe2_immediate()
1685 if (swqe->descriptors == 0) { in write_swqe2_data()
1694 swqe->descriptors++; in write_swqe2_data()
1706 swqe->descriptors++; in write_swqe2_data()
/linux-4.1.27/arch/arm/plat-pxa/
Ddma.c193 DBGFS_FUNC_DECL(descriptors);
/linux-4.1.27/drivers/firewire/
Dohci.c104 struct descriptor *descriptors; member
674 d = &ctx->descriptors[index]; in ar_context_link_page()
680 d = &ctx->descriptors[ctx->last_buffer_index]; in ar_context_link_page()
737 res_count = ACCESS_ONCE(ctx->descriptors[i].res_count); in ar_search_last_active_buffer()
746 ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
763 ctx->descriptors[next_i].res_count); in ar_search_last_active_buffer()
1019 ctx->descriptors = ohci->misc_buffer + descriptors_offset; in ar_context_init()
1023 d = &ctx->descriptors[i]; in ar_context_init()
/linux-4.1.27/Documentation/filesystems/
Dinotify.txt24 A: An fd-per-watch quickly consumes more file descriptors than are allowed,
D9p.txt58 fd - used passed file descriptors for connection
Dnilfs2.txt127 NILFS_IOCTL_GET_BDESCS Return information about descriptors of disk
Dautofs4-mount-control.txt264 with close(2) so any open descriptors will also be closed at process exit.
Dvfs.txt72 descriptors). The freshly allocated file structure is initialized with
1141 (such as file descriptors), or which only have an effect during the
Dproc.txt136 fd Directory, which contains all file descriptors
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt7 binding descriptors.
9 The target of device tree thermal descriptors is to describe only
191 Below are several examples on how to use thermal data descriptors
/linux-4.1.27/Documentation/locking/
Dlockstat.txt130 short separator. The contention points don't match the column descriptors,
/linux-4.1.27/Documentation/video4linux/
Dpxa_camera.txt103 The descriptors are used as follows :
Dv4l2-framework.txt430 subdevice descriptors that the bridge device needs for its operation. This is
435 of pointers to subdevice descriptors of type struct v4l2_async_subdev type. The
436 V4L2 core will then use these descriptors to match asynchronously registered
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
DKconfig36 Setting this value allows to align ring buffer descriptors into their
/linux-4.1.27/Documentation/hid/
Dhidraw.txt16 descriptors. Because hiddev parses reports which are sent and received
Dhid-sensor.txt56 report descriptors and identifies all the sensors present. It adds an MFD device
/linux-4.1.27/scripts/
Dspelling.txt308 desciptors||descriptors
313 desriptors||descriptors
/linux-4.1.27/Documentation/filesystems/nfs/
DExporting10 dentries via open file descriptors or cwd/root. However remote
/linux-4.1.27/arch/microblaze/
DKconfig120 the process as file descriptors supporting the read/write
/linux-4.1.27/arch/arm/kernel/
Dhead.S274 @ for 64-bit descriptors
/linux-4.1.27/arch/parisc/
DKconfig332 the process as file descriptors supporting the read/write
/linux-4.1.27/Documentation/scsi/
Dosd.txt134 | Get attr descriptors |<---/ | | | |
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt261 descriptor or a list of hardware descriptors from it
350 related to reusing the DMA transaction descriptors or having
/linux-4.1.27/drivers/dma/
Dtimb_dma.c721 td_chan->descs = pchan->descriptors; in td_probe()
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt81 before the dependency is submitted. This requires that all descriptors be
/linux-4.1.27/Documentation/x86/
Dboot.txt1061 disabled; a GDT must be loaded with the descriptors for selectors
1062 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat
1099 a GDT must be loaded with the descriptors for selectors
1100 __BOOT_CS(0x10) and __BOOT_DS(0x18); both descriptors must be 4G flat
/linux-4.1.27/drivers/scsi/
Dscsi_debug.c3228 unsigned int i, payload_len, descriptors; in resp_unmap() local
3238 descriptors = (payload_len - 8) / 16; in resp_unmap()
3239 if (descriptors > scsi_debug_unmap_max_desc) { in resp_unmap()
3254 BUG_ON(get_unaligned_be16(&buf[2]) != descriptors * 16); in resp_unmap()
3260 for (i = 0 ; i < descriptors ; i++) { in resp_unmap()
/linux-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt141 - Profiles/modes listed as bitmasks to make descriptors more compact
/linux-4.1.27/Documentation/sysctl/
Dfs.txt107 Attempts to allocate more file descriptors than file-max are
/linux-4.1.27/Documentation/input/
Dinput.txt127 For embedded systems, for mice with broken HID descriptors and just any
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt191 of objects, but consider using inode numbers on your shared file descriptors
/linux-4.1.27/arch/sparc/
DKconfig244 the process as file descriptors supporting the read/write
/linux-4.1.27/tools/perf/
Ddesign.txt18 Performance counters are accessed via special file descriptors.
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi.c2311 __le32_to_cpu(noa->descriptors[i].type_count); in ath10k_p2p_fill_noa_ie()
2312 noa_attr->desc[i].duration = noa->descriptors[i].duration; in ath10k_p2p_fill_noa_ie()
2313 noa_attr->desc[i].interval = noa->descriptors[i].interval; in ath10k_p2p_fill_noa_ie()
2314 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_fill_noa_ie()
Dwmi.h4311 struct wmi_p2p_noa_descriptor descriptors[WMI_P2P_MAX_NOA_DESCRIPTORS]; member
/linux-4.1.27/arch/sh/
DKconfig658 the process as file descriptors supporting the read/write
/linux-4.1.27/arch/s390/
DKconfig622 the process as file descriptors supporting the read/write
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S570 ;; the length of string descriptors to be read incorrectly, possibly
Dxircom_pgs.S608 ;; the length of string descriptors to be read incorrectly, possibly
/linux-4.1.27/arch/arm64/
DKconfig589 the process as file descriptors supporting the read/write
/linux-4.1.27/arch/powerpc/
DKconfig689 the process as file descriptors supporting the read/write
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg1580 * incoming target mode command descriptors. The
Daic79xx.reg3888 * incoming target mode command descriptors. The
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt28 2. File descriptors
31 The kvm API is centered around file descriptors. An initial
40 In general file descriptors can be migrated among processes by means
/linux-4.1.27/arch/x86/
DKconfig1707 the process as file descriptors supporting the read/write
1743 file based and takes file descriptors as system call argument
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt586 You can attach them to host ptys, ttys, file descriptors, and ports.
728 o already-existing file descriptors - device=file descriptor
/linux-4.1.27/arch/mips/
DKconfig2635 the process as file descriptors supporting the read/write
/linux-4.1.27/Documentation/block/
Dbiodoc.txt377 from the buffer cache unnecessarily added to the weight of the descriptors
/linux-4.1.27/arch/arm/
DKconfig1741 the process as file descriptors supporting the read/write
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt108 interface makes extensive use of errors). File descriptors and open /
/linux-4.1.27/init/
DKconfig1546 programs and maps via file descriptors.