Home
last modified time | relevance | path

Searched full:descriptor (Results 1 – 25 of 5569) sorted by relevance

12345678910>>...223

/kernel/linux/linux-6.6/drivers/hid/
Dhid-uclogic-rdesc.h22 /* Size of the original descriptor of WPXXXXU tablets */
25 /* Fixed WP4030U report descriptor */
29 /* Fixed WP5540U report descriptor */
33 /* Fixed WP8060U report descriptor */
37 /* Size of the original descriptor of the new WP5540U tablet */
40 /* Size of the original descriptor of WP1062 tablet */
43 /* Fixed WP1062 report descriptor */
47 /* Size of the original descriptor of PF1209 tablet */
50 /* Fixed PF1209 report descriptor */
59 /* Fixed PID 0522 tablet report descriptor, interface 0 (stylus) */
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-uclogic-rdesc.h22 /* Size of the original descriptor of WPXXXXU tablets */
25 /* Fixed WP4030U report descriptor */
29 /* Fixed WP5540U report descriptor */
33 /* Fixed WP8060U report descriptor */
37 /* Size of the original descriptor of the new WP5540U tablet */
40 /* Size of the original descriptor of WP1062 tablet */
43 /* Fixed WP1062 report descriptor */
47 /* Size of the original descriptor of PF1209 tablet */
50 /* Fixed PF1209 report descriptor */
59 /* Fixed PID 0522 tablet report descriptor, interface 0 (stylus) */
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-ufs19 device descriptor parameters. The full information about
20 the descriptor could be found at UFS specifications 2.1.
28 device descriptor parameters. The full information about
29 the descriptor could be found at UFS specifications 2.1.
37 the UFS device descriptor parameters. The full information
38 about the descriptor could be found at UFS specifications 2.1.
46 This is one of the UFS device descriptor parameters.
47 The full information about the descriptor could be found
56 the UFS device descriptor parameters. The full information
57 about the descriptor could be found at UFS specifications 2.1.
[all …]
/kernel/linux/linux-6.6/drivers/greybus/
Dmanifest.c34 * the interface descriptor). As each is processed we remove it from
45 static void release_manifest_descriptor(struct manifest_desc *descriptor) in release_manifest_descriptor() argument
47 list_del(&descriptor->links); in release_manifest_descriptor()
48 kfree(descriptor); in release_manifest_descriptor()
53 struct manifest_desc *descriptor; in release_manifest_descriptors() local
56 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in release_manifest_descriptors()
57 release_manifest_descriptor(descriptor); in release_manifest_descriptors()
78 struct manifest_desc *descriptor; in get_next_bundle_desc() local
81 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in get_next_bundle_desc()
82 if (descriptor->type == GREYBUS_TYPE_BUNDLE) in get_next_bundle_desc()
[all …]
/kernel/linux/linux-5.10/drivers/greybus/
Dmanifest.c34 * the interface descriptor). As each is processed we remove it from
45 static void release_manifest_descriptor(struct manifest_desc *descriptor) in release_manifest_descriptor() argument
47 list_del(&descriptor->links); in release_manifest_descriptor()
48 kfree(descriptor); in release_manifest_descriptor()
53 struct manifest_desc *descriptor; in release_manifest_descriptors() local
56 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in release_manifest_descriptors()
57 release_manifest_descriptor(descriptor); in release_manifest_descriptors()
78 struct manifest_desc *descriptor; in get_next_bundle_desc() local
81 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in get_next_bundle_desc()
82 if (descriptor->type == GREYBUS_TYPE_BUNDLE) in get_next_bundle_desc()
[all …]
/kernel/linux/linux-6.6/sound/soc/fsl/
Dfsl_dma.h14 __be32 eclndar; /* Current link descriptor extended addr reg */
15 __be32 clndar; /* Current link descriptor address register */
21 __be32 enlndar; /* Next link descriptor extended address reg */
22 __be32 nlndar; /* Next link descriptor address register */
24 __be32 eclsdar; /* Current list descriptor extended addr reg */
25 __be32 clsdar; /* Current list descriptor address register */
26 __be32 enlsdar; /* Next list descriptor extended address reg */
27 __be32 nlsdar; /* Next list descriptor address register */
96 * List Descriptor for extended chaining mode DMA operations.
99 * Descriptor. Each object must be aligned on a 32-byte boundary. Each
[all …]
/kernel/linux/linux-5.10/sound/soc/fsl/
Dfsl_dma.h14 __be32 eclndar; /* Current link descriptor extended addr reg */
15 __be32 clndar; /* Current link descriptor address register */
21 __be32 enlndar; /* Next link descriptor extended address reg */
22 __be32 nlndar; /* Next link descriptor address register */
24 __be32 eclsdar; /* Current list descriptor extended addr reg */
25 __be32 clsdar; /* Current list descriptor address register */
26 __be32 enlsdar; /* Next list descriptor extended address reg */
27 __be32 nlsdar; /* Next list descriptor address register */
96 * List Descriptor for extended chaining mode DMA operations.
99 * Descriptor. Each object must be aligned on a 32-byte boundary. Each
[all …]
/kernel/linux/linux-5.10/drivers/crypto/ccree/
Dcc_hw_queue_defs.h204 /* Descriptor packing macros */
208 * hw_desc_init() - Init a HW descriptor struct
209 * @pdesc: pointer to HW descriptor struct
220 * @pdesc: Pointer to HW descriptor struct
228 * set_din_type() - Set the DIN field of a HW descriptor
230 * @pdesc: Pointer to HW descriptor struct
250 * set_din_no_dma() - Set the DIN field of a HW descriptor to NO DMA mode.
251 * Used for NOP descriptor, register patches and other special modes.
253 * @pdesc: Pointer to HW descriptor struct
264 * set_cpp_crypto_key() - Setup the special CPP descriptor
[all …]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
Dcc_hw_queue_defs.h204 /* Descriptor packing macros */
208 * hw_desc_init() - Init a HW descriptor struct
209 * @pdesc: pointer to HW descriptor struct
220 * @pdesc: Pointer to HW descriptor struct
228 * set_din_type() - Set the DIN field of a HW descriptor
230 * @pdesc: Pointer to HW descriptor struct
250 * set_din_no_dma() - Set the DIN field of a HW descriptor to NO DMA mode.
251 * Used for NOP descriptor, register patches and other special modes.
253 * @pdesc: Pointer to HW descriptor struct
264 * set_cpp_crypto_key() - Setup the special CPP descriptor
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.h173 /* set rx descriptor data buffer size */
176 u32 descriptor);
178 /* set rx descriptor dca enable */
182 /* set rx descriptor enable */
184 u32 descriptor);
186 /* set rx descriptor header splitting */
189 u32 descriptor);
191 /* get rx descriptor head pointer */
192 u32 hw_atl_rdm_rx_desc_head_ptr_get(struct aq_hw_s *aq_hw, u32 descriptor);
194 /* set rx descriptor length */
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.h173 /* set rx descriptor data buffer size */
176 u32 descriptor);
178 /* set rx descriptor dca enable */
182 /* set rx descriptor enable */
184 u32 descriptor);
186 /* set rx descriptor header splitting */
189 u32 descriptor);
191 /* get rx descriptor head pointer */
192 u32 hw_atl_rdm_rx_desc_head_ptr_get(struct aq_hw_s *aq_hw, u32 descriptor);
194 /* set rx descriptor length */
[all …]
/kernel/linux/linux-5.10/include/soc/fsl/
Ddpaa2-fd.h13 * DOC: DPAA2 FD - Frame Descriptor APIs for DPAA2
36 * This structure represents the basic Frame Descriptor used in the system.
98 * dpaa2_fd_get_addr() - get the addr field of frame descriptor
99 * @fd: the given frame descriptor
101 * Return the address in the frame descriptor.
109 * dpaa2_fd_set_addr() - Set the addr field of frame descriptor
110 * @fd: the given frame descriptor
111 * @addr: the address needs to be set in frame descriptor
119 * dpaa2_fd_get_frc() - Get the frame context in the frame descriptor
120 * @fd: the given frame descriptor
[all …]
/kernel/linux/linux-6.6/include/soc/fsl/
Ddpaa2-fd.h14 * DOC: DPAA2 FD - Frame Descriptor APIs for DPAA2
37 * This structure represents the basic Frame Descriptor used in the system.
99 * dpaa2_fd_get_addr() - get the addr field of frame descriptor
100 * @fd: the given frame descriptor
102 * Return the address in the frame descriptor.
110 * dpaa2_fd_set_addr() - Set the addr field of frame descriptor
111 * @fd: the given frame descriptor
112 * @addr: the address needs to be set in frame descriptor
120 * dpaa2_fd_get_frc() - Get the frame context in the frame descriptor
121 * @fd: the given frame descriptor
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-ufs20 device descriptor parameters. The full information about
21 the descriptor could be found at UFS specifications 2.1.
30 device descriptor parameters. The full information about
31 the descriptor could be found at UFS specifications 2.1.
40 the UFS device descriptor parameters. The full information
41 about the descriptor could be found at UFS specifications 2.1.
50 This is one of the UFS device descriptor parameters.
51 The full information about the descriptor could be found
61 the UFS device descriptor parameters. The full information
62 about the descriptor could be found at UFS specifications 2.1.
[all …]
/kernel/linux/linux-5.10/include/linux/dma/
Dti-cppi5.h16 * struct cppi5_desc_hdr_t - Descriptor header, present in all types of
31 * struct cppi5_host_desc_t - Host-mode packet and buffer descriptor definition
32 * @hdr: Descriptor header
66 * 0 - located in the descriptor,
93 * the descriptor and beginning to transfer data.
98 * 0 = Descriptor must be returned to tail of queue
99 * 1 = Descriptor must be returned to head of queue
119 * struct cppi5_desc_epib_t - Host Packet Descriptor Extended Packet Info Block
133 * struct cppi5_monolithic_desc_t - Monolithic-mode packet descriptor
134 * @hdr: Descriptor header
[all …]
/kernel/linux/linux-6.6/include/linux/dma/
Dti-cppi5.h16 * struct cppi5_desc_hdr_t - Descriptor header, present in all types of
31 * struct cppi5_host_desc_t - Host-mode packet and buffer descriptor definition
32 * @hdr: Descriptor header
66 * 0 - located in the descriptor,
93 * the descriptor and beginning to transfer data.
98 * 0 = Descriptor must be returned to tail of queue
99 * 1 = Descriptor must be returned to head of queue
119 * struct cppi5_desc_epib_t - Host Packet Descriptor Extended Packet Info Block
133 * struct cppi5_monolithic_desc_t - Monolithic-mode packet descriptor
134 * @hdr: Descriptor header
[all …]
/kernel/linux/linux-5.10/kernel/printk/
Dprintk_ringbuffer.c28 * The internal state information of a descriptor is the key element to allow
34 * Descriptor Ring
36 * The descriptor ring is an array of descriptors. A descriptor contains
39 * "Data Rings" below). Each descriptor is assigned an ID that maps
40 * directly to index values of the descriptor array and has a state. The ID
41 * and the state are bitwise combined into a single descriptor field named
52 * descriptor (transitioning it back to reserved), but in the committed
57 * writer cannot reopen the descriptor.
64 * descriptor to query. This can yield a possible fifth (pseudo) state:
67 * The descriptor being queried has an unexpected ID.
[all …]
/kernel/linux/linux-6.6/kernel/printk/
Dprintk_ringbuffer.c28 * The internal state information of a descriptor is the key element to allow
34 * Descriptor Ring
36 * The descriptor ring is an array of descriptors. A descriptor contains
39 * "Data Rings" below). Each descriptor is assigned an ID that maps
40 * directly to index values of the descriptor array and has a state. The ID
41 * and the state are bitwise combined into a single descriptor field named
52 * descriptor (transitioning it back to reserved), but in the committed
57 * writer cannot reopen the descriptor.
64 * descriptor to query. This can yield a possible fifth (pseudo) state:
67 * The descriptor being queried has an unexpected ID.
[all …]
/kernel/linux/linux-5.10/drivers/usb/core/
Dotg_productlist.h46 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted()
47 le16_to_cpu(dev->descriptor.idProduct) == 0xbadd)) in is_targeted()
51 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted()
52 le16_to_cpu(dev->descriptor.idProduct) == 0x0200)) in is_targeted()
60 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in is_targeted()
64 id->idProduct != le16_to_cpu(dev->descriptor.idProduct)) in is_targeted()
70 (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice))) in is_targeted()
74 (id->bcdDevice_hi < le16_to_cpu(dev->descriptor.bcdDevice))) in is_targeted()
78 (id->bDeviceClass != dev->descriptor.bDeviceClass)) in is_targeted()
82 (id->bDeviceSubClass != dev->descriptor.bDeviceSubClass)) in is_targeted()
[all …]
/kernel/linux/linux-6.6/drivers/usb/core/
Dotg_productlist.h46 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted()
47 le16_to_cpu(dev->descriptor.idProduct) == 0xbadd)) in is_targeted()
51 if ((le16_to_cpu(dev->descriptor.idVendor) == 0x1a0a && in is_targeted()
52 le16_to_cpu(dev->descriptor.idProduct) == 0x0200)) in is_targeted()
60 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in is_targeted()
64 id->idProduct != le16_to_cpu(dev->descriptor.idProduct)) in is_targeted()
70 (id->bcdDevice_lo > le16_to_cpu(dev->descriptor.bcdDevice))) in is_targeted()
74 (id->bcdDevice_hi < le16_to_cpu(dev->descriptor.bcdDevice))) in is_targeted()
78 (id->bDeviceClass != dev->descriptor.bDeviceClass)) in is_targeted()
82 (id->bDeviceSubClass != dev->descriptor.bDeviceSubClass)) in is_targeted()
[all …]
/kernel/linux/linux-6.6/drivers/usb/gadget/
Depautoconf.c21 * descriptor and ep companion descriptor
23 * @desc: Endpoint descriptor, with endpoint direction and transfer mode
27 * @ep_comp: Endpoint companion descriptor, with the required
36 * By choosing an endpoint to use with the specified descriptor,
39 * passed later to usb_ep_enable(), along with some descriptor.
41 * That second descriptor won't always be the same as the first one.
53 * descriptor bEndpointAddress. For bulk endpoints, the wMaxPacket value
55 * the bmAttribute field in the ep companion descriptor is
61 * On failure, this returns a null endpoint descriptor.
119 * descriptor
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/
Depautoconf.c21 * descriptor and ep companion descriptor
23 * @desc: Endpoint descriptor, with endpoint direction and transfer mode
27 * @ep_comp: Endpoint companion descriptor, with the required
36 * By choosing an endpoint to use with the specified descriptor,
39 * passed later to usb_ep_enable(), along with some descriptor.
41 * That second descriptor won't always be the same as the first one.
53 * descriptor bEndpointAddress. For bulk endpoints, the wMaxPacket value
55 * the bmAttribute field in the ep companion descriptor is
61 * On failure, this returns a null endpoint descriptor.
119 * descriptor
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt14 descriptor pointers each channel fetch fifo can hold.
17 should be encoded following the SEC's Descriptor Header Dword
33 - fsl,descriptor-types-mask : The bitmask representing what descriptors
34 are available. It's a single 32-bit cell. Descriptor type information
35 should be encoded following the SEC's Descriptor Header Dword DESC_TYPE
39 bit 1 = set if SEC supports the ipsec_esp descriptor type
43 bit 5 = set if SEC supports the srtp descriptor type
45 bit 7 = set if SEC supports the pkeu_assemble descriptor type
47 bit 9 = set if SEC supports the pkeu_ptmul descriptor type
49 bit 11 = set if SEC supports the pkeu_ptadd_dbl descriptor type
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/
Dfsl-sec2.txt14 descriptor pointers each channel fetch fifo can hold.
17 should be encoded following the SEC's Descriptor Header Dword
33 - fsl,descriptor-types-mask : The bitmask representing what descriptors
34 are available. It's a single 32-bit cell. Descriptor type information
35 should be encoded following the SEC's Descriptor Header Dword DESC_TYPE
39 bit 1 = set if SEC supports the ipsec_esp descriptor type
43 bit 5 = set if SEC supports the srtp descriptor type
45 bit 7 = set if SEC supports the pkeu_assemble descriptor type
47 bit 9 = set if SEC supports the pkeu_ptmul descriptor type
49 bit 11 = set if SEC supports the pkeu_ptadd_dbl descriptor type
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
Dgve_desc_dqo.h7 /* GVE DQO Descriptor formats */
21 /* Basic TX descriptor (DTYPE 0x0C) */
28 /* Denotes the last descriptor of a packet. */
32 /* If set, will generate a descriptor completion for this descriptor. */
55 * descriptor of a TX packet, and they must be spaced apart with at least this
97 /* General context descriptor for sending metadata. */
118 /* Logical structure of metadata which is packed into context descriptor flex
146 /* TX completion descriptor */
157 /* Flipped by HW to notify the descriptor is populated. */
160 /* For descriptor completions, this is the last index fetched
[all …]

12345678910>>...223