Searched refs:IDs (Results 1 – 25 of 181) sorted by relevance
12345678
| /linux/Documentation/driver-api/usb/ |
| H A D | bulk-streams.rst | 38 allocate memory so the driver can use up to num_streams stream IDs. They must 40 IDs. This is to ensure that a UASP driver will be able to use the same stream 46 declares how many stream IDs it can support, and each bulk endpoint on a 47 SuperSpeed device will say how many stream IDs it can handle. Therefore, 48 drivers should be able to deal with being allocated less stream IDs than they 60 Picking new Stream IDs to use 69 driver supports secondary stream IDs. 82 All stream IDs will be deallocated when the driver releases the interface, to
|
| /linux/Documentation/core-api/ |
| H A D | idr.rst | 12 A common problem to solve is allocating identifiers (IDs); generally 14 process IDs, packet identifiers in networking protocols, SCSI tags 40 Some users need to allocate IDs larger than ``INT_MAX``. So far all of 42 idr_alloc_u32(). If you need IDs that will not fit in a u32, 45 If you need to allocate IDs sequentially, you can use 47 with larger IDs, so using this function comes at a slight cost. 61 IDs currently allocated.
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-alienware-wmi | 24 fan IDs and internal temp IDs. 39 profile IDs.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | control.rst | 19 All controls are accessed using an ID value. V4L2 defines several IDs 22 pre-defined control IDs have the prefix ``V4L2_CID_``, and are listed in 30 or a driver specific panel application. Predefined IDs were introduced 60 Control IDs 320 End of the predefined control IDs (currently 516 order to resolve this drivers use unique IDs and the 517 ``V4L2_CID_PRIVATE_BASE`` IDs are mapped to those unique IDs by the 518 kernel. Consider these ``V4L2_CID_PRIVATE_BASE`` IDs as aliases to 519 the real IDs. 521 Many applications today still use the ``V4L2_CID_PRIVATE_BASE`` IDs [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | dvb-usb-dibusb-mb-cardlist.rst | 14 - USB IDs 21 * - Artec T1 USB1.1 TVBOX with AN2235 (faulty USB IDs)
|
| H A D | dvb-usb-au6610-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-anysee-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-opera1-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-digitv-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-zd1301-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-nova-t-usb2-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-vp702x-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-dtv5100-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-umt-010-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-lmedm04-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-cinergyT2-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-technisat-usb2-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-a800-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-ec168-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-ce6230-cardlist.rst | 14 - USB IDs
|
| H A D | dvb-usb-az6007-cardlist.rst | 14 - USB IDs
|
| /linux/Documentation/admin-guide/namespaces/ |
| H A D | compatibility-list.rst | 23 1. Both the IPC and the PID namespaces provide IDs to address 33 2. Intentionally, two equal user IDs in different user namespaces
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | ssh.rst | 154 Sequence IDs are not synchronized between the two parties, meaning that they 261 zero. If instance IDs are used, they, in general, start with a value of one, 277 Events are identified by unique and reserved request IDs. These IDs should 280 event handler. Request IDs for events are chosen by the host and directed to 293 and target IDs swapped when compared to the original request (i.e. the request 303 IDs indicating different physical ECs with potentially different feature sets. 310 with up to ``U16_MAX`` pending requests (neglecting request IDs reserved for
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-bindings.txt | 39 those names to the integer IDs. 43 IDs that must be provided, or whether to define the set of state names that 83 /* For the same device if using state IDs */
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-g-topology.rst | 135 do not hardcode entity IDs in an application. 172 do not hardcode interface IDs in an application. 222 do not hardcode pad IDs in an application. 257 do not hardcode link IDs in an application.
|
12345678