/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | pmc.c | 33 * number of descriptors of required size. 34 * Initialize the descriptors as required by pmc dma. 35 * The descriptors' buffers dwords are initialized to hold 84 wil_dbg_misc(wil, "pmc_alloc: %d descriptors x %d bytes each\n", in wil_pmc_alloc() 87 /* allocate descriptors info list in pmc context*/ in wil_pmc_alloc() 88 pmc->descriptors = kcalloc(num_descriptors, in wil_pmc_alloc() 91 if (!pmc->descriptors) { in wil_pmc_alloc() 96 wil_dbg_misc(wil, "pmc_alloc: allocated descriptors info list %p\n", in wil_pmc_alloc() 97 pmc->descriptors); in wil_pmc_alloc() 99 /* Allocate pring buffer and descriptors in wil_pmc_alloc() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | pmc.c | 33 * number of descriptors of required size. 34 * Initialize the descriptors as required by pmc dma. 35 * The descriptors' buffers dwords are initialized to hold 84 wil_dbg_misc(wil, "pmc_alloc: %d descriptors x %d bytes each\n", in wil_pmc_alloc() 87 /* allocate descriptors info list in pmc context*/ in wil_pmc_alloc() 88 pmc->descriptors = kcalloc(num_descriptors, in wil_pmc_alloc() 91 if (!pmc->descriptors) { in wil_pmc_alloc() 96 wil_dbg_misc(wil, "pmc_alloc: allocated descriptors info list %p\n", in wil_pmc_alloc() 97 pmc->descriptors); in wil_pmc_alloc() 99 /* Allocate pring buffer and descriptors in wil_pmc_alloc() [all...] |
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A 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)) < in main() [all...] |
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/ |
H A 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)) < in main() [all...] |
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A 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)) < in main() [all...] |
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 81 } __attribute__ ((__packed__)) descriptors = { variable 86 .length = cpu_to_le32(sizeof(descriptors)), 91 .bLength = sizeof(descriptors.fs_descs.intf), 98 .bLength = sizeof(descriptors.fs_descs.bulk_sink), 104 .bLength = sizeof(descriptors.fs_descs.bulk_source), 113 .bLength = sizeof(descriptors.hs_descs.intf), 120 .bLength = sizeof(descriptors.hs_descs.bulk_sink), 127 .bLength = sizeof(descriptors.hs_descs.bulk_source), 258 if (write(ep0, &descriptors, sizeof(descriptors)) < in main() [all...] |
/kernel/linux/linux-5.10/tools/usb/ |
H A D | ffs-test.c | 126 } __attribute__((packed)) descriptors = { variable 132 .length = cpu_to_le32(sizeof descriptors), 137 .bLength = sizeof descriptors.fs_descs.intf, 144 .bLength = sizeof descriptors.fs_descs.sink, 151 .bLength = sizeof descriptors.fs_descs.source, 161 .bLength = sizeof descriptors.fs_descs.intf, 168 .bLength = sizeof descriptors.hs_descs.sink, 175 .bLength = sizeof descriptors.hs_descs.source, 186 .bLength = sizeof descriptors.fs_descs.intf, 193 .bLength = sizeof descriptors 290 __u8 descriptors[]; descs_to_legacy() member [all...] |
/kernel/linux/linux-6.6/tools/usb/ |
H A D | ffs-test.c | 126 } __attribute__((packed)) descriptors = { variable 132 .length = cpu_to_le32(sizeof descriptors), 137 .bLength = sizeof descriptors.fs_descs.intf, 144 .bLength = sizeof descriptors.fs_descs.sink, 151 .bLength = sizeof descriptors.fs_descs.source, 161 .bLength = sizeof descriptors.fs_descs.intf, 168 .bLength = sizeof descriptors.hs_descs.sink, 175 .bLength = sizeof descriptors.hs_descs.source, 186 .bLength = sizeof descriptors.fs_descs.intf, 193 .bLength = sizeof descriptors 290 __u8 descriptors[]; descs_to_legacy() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | p2p.c | 43 __le32_to_cpu(noa->descriptors[i].type_count); in ath10k_p2p_noa_ie_fill() 44 noa_attr->desc[i].duration = noa->descriptors[i].duration; in ath10k_p2p_noa_ie_fill() 45 noa_attr->desc[i].interval = noa->descriptors[i].interval; in ath10k_p2p_noa_ie_fill() 46 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_noa_ie_fill()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | p2p.c | 43 __le32_to_cpu(noa->descriptors[i].type_count); in ath10k_p2p_noa_ie_fill() 44 noa_attr->desc[i].duration = noa->descriptors[i].duration; in ath10k_p2p_noa_ie_fill() 45 noa_attr->desc[i].interval = noa->descriptors[i].interval; in ath10k_p2p_noa_ie_fill() 46 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_noa_ie_fill()
|
/kernel/linux/linux-6.6/arch/mips/net/ |
H A D | bpf_jit_comp.c | 171 u32 index = INDEX(ctx->descriptors[loc]); in get_target() 187 return (INDEX(ctx->descriptors[ctx->bpf_index + off]) - in get_offset() 556 u32 *descp = &ctx->descriptors[ctx->bpf_index]; in setup_jmp() 583 offset = (INDEX(ctx->descriptors[target]) - in setup_jmp() 584 INDEX(ctx->descriptors[origin]) + 1) * sizeof(u32); in setup_jmp() 686 if (CONVERTED(ctx->descriptors[ctx->bpf_index])) { in finish_jmp() 858 u32 *descp = &ctx->descriptors[i]; in build_body() 883 ctx->descriptors[prog->len] = ctx->jit_index; in build_body() 895 ctx->descriptors[i] = INDEX(ctx->descriptors[ in set_convert_flag() [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | nhi.c | 198 descriptor = &ring->descriptors[ring->head]; in ring_write_descriptors() 243 if (!(ring->descriptors[ring->tail].flags in ring_work() 250 frame->size = ring->descriptors[ring->tail].length; in ring_work() 251 frame->eof = ring->descriptors[ring->tail].eof; in ring_work() 252 frame->sof = ring->descriptors[ring->tail].sof; in ring_work() 253 frame->flags = ring->descriptors[ring->tail].flags; in ring_work() 311 if (ring->descriptors[ring->tail].flags & RING_DESC_COMPLETED) { in tb_ring_poll() 317 frame->size = ring->descriptors[ring->tail].length; in tb_ring_poll() 318 frame->eof = ring->descriptors[ring->tail].eof; in tb_ring_poll() 319 frame->sof = ring->descriptors[rin in tb_ring_poll() [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | nhi.c | 247 descriptor = &ring->descriptors[ring->head]; in ring_write_descriptors() 292 if (!(ring->descriptors[ring->tail].flags in ring_work() 299 frame->size = ring->descriptors[ring->tail].length; in ring_work() 300 frame->eof = ring->descriptors[ring->tail].eof; in ring_work() 301 frame->sof = ring->descriptors[ring->tail].sof; in ring_work() 302 frame->flags = ring->descriptors[ring->tail].flags; in ring_work() 360 if (ring->descriptors[ring->tail].flags & RING_DESC_COMPLETED) { in tb_ring_poll() 366 frame->size = ring->descriptors[ring->tail].length; in tb_ring_poll() 367 frame->eof = ring->descriptors[ring->tail].eof; in tb_ring_poll() 368 frame->sof = ring->descriptors[rin in tb_ring_poll() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | composite.c | 53 * function_descriptors() - get function descriptors for speed 57 * Returns the descriptors or NULL if not set. 63 struct usb_descriptor_header **descriptors; in function_descriptors() local 72 descriptors = f->ssp_descriptors; in function_descriptors() 73 if (descriptors) in function_descriptors() 77 descriptors = f->ss_descriptors; in function_descriptors() 78 if (descriptors) in function_descriptors() 82 descriptors = f->hs_descriptors; in function_descriptors() 83 if (descriptors) in function_descriptors() 87 descriptors in function_descriptors() 533 struct usb_descriptor_header **descriptors; config_buf() local 862 struct usb_descriptor_header **descriptors; set_config() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | composite.c | 56 * function_descriptors() - get function descriptors for speed 60 * Returns the descriptors or NULL if not set. 66 struct usb_descriptor_header **descriptors; in function_descriptors() local 75 descriptors = f->ssp_descriptors; in function_descriptors() 76 if (descriptors) in function_descriptors() 80 descriptors = f->ss_descriptors; in function_descriptors() 81 if (descriptors) in function_descriptors() 85 descriptors = f->hs_descriptors; in function_descriptors() 86 if (descriptors) in function_descriptors() 90 descriptors in function_descriptors() 596 struct usb_descriptor_header **descriptors; config_buf() local 992 struct usb_descriptor_header **descriptors; set_config() local [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | timberdale.c | 299 .descriptors = 2, 305 .descriptors = 2, 311 .descriptors = 2, 317 .descriptors = 2, 324 .descriptors = 2, 340 .descriptors = 2, 346 .descriptors = 2,
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | timberdale.c | 298 .descriptors = 2, 304 .descriptors = 2, 310 .descriptors = 2, 316 .descriptors = 2, 323 .descriptors = 2, 339 .descriptors = 2, 345 .descriptors = 2,
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_list.c | 259 const char *descriptors; in list_gadget_devices() local 286 descriptors = udev_device_get_sysattr_value(dev, in list_gadget_devices() 289 if (!descriptors) { in list_gadget_devices() 295 d_desc = (const struct usb_device_descriptor *) descriptors; in list_gadget_devices()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | zero.c | 327 sourcesink_driver.descriptors = NULL; in zero_bind() 328 loopback_driver.descriptors = NULL; in zero_bind() 349 sourcesink_driver.descriptors = otg_desc; in zero_bind() 351 loopback_driver.descriptors = otg_desc; in zero_bind()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | zero.c | 327 sourcesink_driver.descriptors = NULL; in zero_bind() 328 loopback_driver.descriptors = NULL; in zero_bind() 349 sourcesink_driver.descriptors = otg_desc; in zero_bind() 351 loopback_driver.descriptors = otg_desc; in zero_bind()
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_list.c | 260 const char *descriptors; in list_gadget_devices() local 287 descriptors = udev_device_get_sysattr_value(dev, in list_gadget_devices() 290 if (!descriptors) { in list_gadget_devices() 296 d_desc = (const struct usb_device_descriptor *) descriptors; in list_gadget_devices()
|
/kernel/linux/linux-5.10/drivers/dma/xilinx/ |
H A D | xilinx_dpdma.c | 181 * @node: list node for software descriptors 194 * @descriptors: list of software descriptors 200 struct list_head descriptors; member 219 * @desc: References to descriptors being processed 610 list_for_each_entry(sw_desc, &tx_desc->descriptors, node) { in xilinx_dpdma_chan_dump_tx_desc() 653 INIT_LIST_HEAD(&tx_desc->descriptors); in xilinx_dpdma_chan_alloc_tx_desc() 664 * Free the virtual DMA descriptor @vdesc including its software descriptors. 676 list_for_each_entry_safe(sw_desc, next, &desc->descriptors, node) { in xilinx_dpdma_chan_free_tx_desc() 690 * Prepare a tx descriptor including internal software/hardware descriptors [all...] |
/kernel/linux/linux-6.6/drivers/dma/xilinx/ |
H A D | xilinx_dpdma.c | 182 * @node: list node for software descriptors 195 * @descriptors: list of software descriptors 201 struct list_head descriptors; member 220 * @desc: References to descriptors being processed 598 list_for_each_entry(sw_desc, &tx_desc->descriptors, node) { in xilinx_dpdma_chan_dump_tx_desc() 641 INIT_LIST_HEAD(&tx_desc->descriptors); in xilinx_dpdma_chan_alloc_tx_desc() 652 * Free the virtual DMA descriptor @vdesc including its software descriptors. 664 list_for_each_entry_safe(sw_desc, next, &desc->descriptors, node) { in xilinx_dpdma_chan_free_tx_desc() 678 * Prepare a tx descriptor including internal software/hardware descriptors [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | timb_dma.h | 21 * @descriptors: Number of descriptors to allocate for this channel. 28 unsigned int descriptors; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | timb_dma.h | 21 * @descriptors: Number of descriptors to allocate for this channel. 28 unsigned int descriptors; member
|