/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 13 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 …]
|
D | configfs-usb-gadget-hid | 8 report_desc - blob corresponding to HID report descriptors
|
D | sysfs-driver-xen-blkfront | 7 with the backend for indirect descriptors. The default value
|
D | sysfs-bus-usb | 134 in the bmAttributes field of their SuperSpeed BOS descriptors.
|
/linux-4.1.27/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 63 } __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/ |
D | aio_multibuff.c | 65 } __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/ |
D | ffs-test.c | 118 } __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/ |
D | mite.c | 195 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 …]
|
D | mite.h | 40 struct mite_dma_descriptor *descriptors; member
|
/linux-4.1.27/drivers/thunderbolt/ |
D | nhi.c | 141 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 …]
|
D | nhi.h | 40 struct ring_desc *descriptors; member
|
/linux-4.1.27/Documentation/usb/ |
D | functionfs.txt | 5 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
|
D | usbmon.txt | 96 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 */
|
D | persist.txt | 81 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
|
D | proc_usb_info.txt | 56 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.
|
D | authorization.txt | 90 can fake descriptors and device info. Don't trust that. You are
|
D | acm.txt | 111 usb.c: skipped 4 class/vendor specific interface descriptors
|
D | hotplug.txt | 142 device descriptors for the device. It will only call probe() if there is a
|
D | gadget_hid.txt | 18 HID function descriptors you want to use - E.G. something
|
D | URB.txt | 156 HW descriptors. The status is changed to reflect unlinking. Note
|
D | ehci.txt | 130 Also, some values in device descriptors (such as polling intervals for
|
D | WUSB-Design-overview.txt | 323 read descriptors and move our data.
|
D | usb-serial.txt | 164 not all of the standard USB descriptors are handled: Get_Status, Set_Feature
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | jazzsonic.c | 176 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()
|
D | xtsonic.c | 199 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()
|
D | macsonic.c | 203 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()
|
D | sonic.h | 295 void *descriptors; member
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | zero.c | 334 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()
|
D | ether.c | 232 c->descriptors = otg_desc; in rndis_do_config() 274 c->descriptors = otg_desc; in eth_do_config()
|
D | multi.c | 157 c->descriptors = otg_desc; in rndis_do_config() 239 c->descriptors = otg_desc; in cdc_do_config()
|
D | ncm.c | 117 c->descriptors = otg_desc; in ncm_do_config()
|
D | printer.c | 140 printer_cfg_driver.descriptors = otg_desc; in printer_do_config()
|
D | cdc2.c | 112 c->descriptors = otg_desc; in cdc_do_config()
|
D | mass_storage.c | 139 c->descriptors = otg_desc; in msg_do_config()
|
D | acm_ms.c | 130 c->descriptors = otg_desc; in acm_ms_do_config()
|
D | serial.c | 194 serial_config_driver.descriptors = otg_desc; in gs_bind()
|
D | hid.c | 115 c->descriptors = otg_desc; in do_config()
|
D | audio.c | 177 c->descriptors = otg_desc; in audio_do_config()
|
D | g_ffs.c | 494 c->descriptors = gfs_otg_desc; in gfs_do_config()
|
/linux-4.1.27/drivers/mfd/ |
D | timberdale.c | 311 .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/ |
D | sysfs-bus-usb | 119 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
|
D | firewire-cdev | 39 - Addition of descriptors or directories to the local 46 - Addition of descriptors or directories to the local
|
D | sysfs-driver-ib_srp | 37 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/ |
D | keystone-navigator-qmss.txt | 12 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/ |
D | composite.c | 400 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/ |
D | timb_dma.h | 40 unsigned int descriptors; member
|
/linux-4.1.27/arch/ia64/ |
D | module.lds | 7 * official procedure-descriptors (.opd).
|
/linux-4.1.27/Documentation/networking/ |
D | stmmac.txt | 49 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;
|
D | e1000.txt | 174 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.
|
D | e100.txt | 56 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.
|
D | spider_net.txt | 18 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
|
D | cdc_mbim.txt | 88 USB configuration descriptors 126 convenience, eliminating the need to parse the USB descriptors from 338 [7] "/sys/bus/usb/devices/.../descriptors"
|
D | tuntap.txt | 111 file descriptors (queues) to parallelize packets sending or receiving. The 117 be created, fds is used to store and return the file descriptors (queues)
|
D | ixgb.txt | 132 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.
|
D | e1000e.txt | 137 descriptors. 167 causing the driver to run out of available transmit descriptors.
|
D | altera_tse.txt | 56 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).
|
D | phonet.txt | 205 socket descriptors that are already connected or being connected.
|
D | pktgen.txt | 39 One should hesitate to conclude that packets/descriptors in the HW
|
D | can.txt | 144 IDs, supporting several open file descriptors and (de)multiplexing
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 77 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.
|
D | driver.txt | 177 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/ |
D | keystone-netcp.txt | 120 - 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
|
D | cpsw.txt | 14 - rx_descs : Specifies number of Rx descriptors
|
D | fsl-tsec-phy.txt | 61 buffer descriptors in the L2.
|
/linux-4.1.27/Documentation/rapidio/ |
D | tsi721.txt | 36 "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/ |
D | usb-ohci.txt | 10 - big-endian-desc : boolean, set this for hcds with big-endian descriptors
|
D | usb-ehci.txt | 13 - big-endian-desc : boolean, set this for hcds with big-endian descriptors
|
/linux-4.1.27/Documentation/acpi/ |
D | enumeration.txt | 307 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/ |
D | IMA-templates.txt | 58 descriptors by adding their identifier to the format string 71 Below, there is the list of defined template descriptors:
|
D | Smack.txt | 89 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/ |
D | IRQ-domain.txt | 141 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
|
D | SAK.txt | 84 initscripts to have file descriptors 3, 4 and 5 attached to
|
D | volatile-considered-harmful.txt | 92 indicate which descriptors have been processed, is an example of this
|
D | printk-formats.txt | 51 actually function descriptors which must first be resolved. The 'F' and
|
D | unshare.txt | 131 such as the virtual memory, open file descriptors, etc, may be
|
D | rbtree.txt | 29 trees, as are epoll file descriptors, cryptographic keys, and network
|
D | DMA-API.txt | 84 descriptors or I/O buffers. Rather than allocating in units of a page 181 opportunity to use smaller descriptors as necessary.
|
D | vfio.txt | 108 Additionally, it now becomes possible to get file descriptors for each
|
D | kernel-docs.txt | 295 open files (file descriptors in UNIX/POSIX, or FDs) in your
|
D | kprobes.txt | 354 (64-bit powerpc intricacies such as function descriptors are handled
|
D | DMA-API-HOWTO.txt | 330 - Network card DMA ring descriptors.
|
D | memory-barriers.txt | 1706 descriptors are available: 1725 /* notify device of new descriptors */
|
D | pinctrl.txt | 33 pin control framework, and this descriptor contains an array of pin descriptors
|
D | devices.txt | 3181 /dev/fd /proc/self/fd symbolic File descriptors
|
/linux-4.1.27/drivers/scsi/osd/ |
D | Kconfig | 31 int "(0-2) When sense is returned, DEBUG print all sense descriptors"
|
/linux-4.1.27/drivers/usb/class/ |
D | Kconfig | 14 If your modem only reports "Cls=ff(vend.)" in the descriptors in
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | shdma.txt | 8 descriptors. Therefore respective DMA DT bindings can also all be placed in the
|
D | fsl-edma.txt | 35 - big-endian: If present registers and hardware scatter/gather descriptors
|
/linux-4.1.27/kernel/irq/ |
D | Kconfig | 99 out the interrupt descriptors in a more NUMA-friendly way. )
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 10 kvm-vm file descriptors, and the kvm-vcpu file descriptors that differ from x86.
|
D | Debugging390.txt | 567 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/ |
D | goku_udc.h | 194 u32 descriptors[DESC_LEN]; /* 0x800 */ member
|
D | goku_udc.c | 1307 writel(0, ®s->descriptors[i]); in ep0_start()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | core.h | 54 #error Invalid number of buffer descriptors (greater than 256)
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec2.txt | 31 - fsl,descriptor-types-mask : The bitmask representing what descriptors
|
D | fsl-sec6.txt | 76 cryptographic descriptors. The specified address
|
D | fsl-sec4.txt | 130 cryptographic descriptors. The specified address
|
/linux-4.1.27/include/linux/usb/ |
D | composite.h | 290 const struct usb_descriptor_header **descriptors; member
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.h | 112 u8 descriptors; /* number of valid descriptors in WQE */ member
|
D | ehea_main.c | 1640 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/ |
D | dma.c | 193 DBGFS_FUNC_DECL(descriptors);
|
/linux-4.1.27/drivers/firewire/ |
D | ohci.c | 104 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/ |
D | inotify.txt | 24 A: An fd-per-watch quickly consumes more file descriptors than are allowed,
|
D | 9p.txt | 58 fd - used passed file descriptors for connection
|
D | nilfs2.txt | 127 NILFS_IOCTL_GET_BDESCS Return information about descriptors of disk
|
D | autofs4-mount-control.txt | 264 with close(2) so any open descriptors will also be closed at process exit.
|
D | vfs.txt | 72 descriptors). The freshly allocated file structure is initialized with 1141 (such as file descriptors), or which only have an effect during the
|
D | proc.txt | 136 fd Directory, which contains all file descriptors
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 7 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/ |
D | lockstat.txt | 130 short separator. The contention points don't match the column descriptors,
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 103 The descriptors are used as follows :
|
D | v4l2-framework.txt | 430 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/ |
D | Kconfig | 36 Setting this value allows to align ring buffer descriptors into their
|
/linux-4.1.27/Documentation/hid/ |
D | hidraw.txt | 16 descriptors. Because hiddev parses reports which are sent and received
|
D | hid-sensor.txt | 56 report descriptors and identifies all the sensors present. It adds an MFD device
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 308 desciptors||descriptors 313 desriptors||descriptors
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | Exporting | 10 dentries via open file descriptors or cwd/root. However remote
|
/linux-4.1.27/arch/microblaze/ |
D | Kconfig | 120 the process as file descriptors supporting the read/write
|
/linux-4.1.27/arch/arm/kernel/ |
D | head.S | 274 @ for 64-bit descriptors
|
/linux-4.1.27/arch/parisc/ |
D | Kconfig | 332 the process as file descriptors supporting the read/write
|
/linux-4.1.27/Documentation/scsi/ |
D | osd.txt | 134 | Get attr descriptors |<---/ | | | |
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 261 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/ |
D | timb_dma.c | 721 td_chan->descs = pchan->descriptors; in td_probe()
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 81 before the dependency is submitted. This requires that all descriptors be
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 1061 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/ |
D | scsi_debug.c | 3228 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/ |
D | compress_offload.txt | 141 - Profiles/modes listed as bitmasks to make descriptors more compact
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 107 Attempts to allocate more file descriptors than file-max are
|
/linux-4.1.27/Documentation/input/ |
D | input.txt | 127 For embedded systems, for mice with broken HID descriptors and just any
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 191 of objects, but consider using inode numbers on your shared file descriptors
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 244 the process as file descriptors supporting the read/write
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 18 Performance counters are accessed via special file descriptors.
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi.c | 2311 __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()
|
D | wmi.h | 4311 struct wmi_p2p_noa_descriptor descriptors[WMI_P2P_MAX_NOA_DESCRIPTORS]; member
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 658 the process as file descriptors supporting the read/write
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 622 the process as file descriptors supporting the read/write
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 570 ;; the length of string descriptors to be read incorrectly, possibly
|
D | xircom_pgs.S | 608 ;; the length of string descriptors to be read incorrectly, possibly
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 589 the process as file descriptors supporting the read/write
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 689 the process as file descriptors supporting the read/write
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1580 * incoming target mode command descriptors. The
|
D | aic79xx.reg | 3888 * incoming target mode command descriptors. The
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 28 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/ |
D | Kconfig | 1707 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/ |
D | UserModeLinux-HOWTO.txt | 586 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/ |
D | Kconfig | 2635 the process as file descriptors supporting the read/write
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 377 from the buffer cache unnecessarily added to the weight of the descriptors
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1741 the process as file descriptors supporting the read/write
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 108 interface makes extensive use of errors). File descriptors and open /
|
/linux-4.1.27/init/ |
D | Kconfig | 1546 programs and maps via file descriptors.
|