/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | keyspan_remote.c | 113 unsigned char *in_buffer; member 132 snprintf(codes + i * 3, 4, "%02x ", dev->in_buffer[i]); in keyspan_print() 191 for (i = 0; i < RECV_SIZE && remote->in_buffer[i] == GAP; ++i); in keyspan_check_data() 194 memcpy(remote->data.buffer, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 208 memcpy(remote->data.buffer + remote->data.len, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 245 memcpy(remote->data.buffer + remote->data.len, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 469 remote->in_buffer = usb_alloc_coherent(udev, RECV_SIZE, GFP_KERNEL, &remote->in_dma); in keyspan_probe() 470 if (!remote->in_buffer) { in keyspan_probe() 532 remote->in_buffer, RECV_SIZE, keyspan_irq_recv, remote, in keyspan_probe() 548 fail2: usb_free_coherent(udev, RECV_SIZE, remote->in_buffer, remot in keyspan_probe() [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | keyspan_remote.c | 113 unsigned char *in_buffer; member 132 snprintf(codes + i * 3, 4, "%02x ", dev->in_buffer[i]); in keyspan_print() 191 for (i = 0; i < RECV_SIZE && remote->in_buffer[i] == GAP; ++i); in keyspan_check_data() 194 memcpy(remote->data.buffer, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 208 memcpy(remote->data.buffer + remote->data.len, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 245 memcpy(remote->data.buffer + remote->data.len, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 469 remote->in_buffer = usb_alloc_coherent(udev, RECV_SIZE, GFP_KERNEL, &remote->in_dma); in keyspan_probe() 470 if (!remote->in_buffer) { in keyspan_probe() 532 remote->in_buffer, RECV_SIZE, keyspan_irq_recv, remote, in keyspan_probe() 548 fail2: usb_free_coherent(udev, RECV_SIZE, remote->in_buffer, remot in keyspan_probe() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_reqmgr.c | 188 info->in_buffer = (u8 *)info + info_len; in info_create() 190 ((u16 *)info->in_buffer)[0] = req->out_cnt; in info_create() 191 ((u16 *)info->in_buffer)[1] = req->in_cnt; in info_create() 192 ((u16 *)info->in_buffer)[2] = 0; in info_create() 193 ((u16 *)info->in_buffer)[3] = 0; in info_create() 194 cpu_to_be64s((u64 *)info->in_buffer); in info_create() 198 &info->in_buffer[8])) { in info_create() 204 &info->in_buffer[8 + g_sz_bytes])) { in info_create() 210 info->dptr_baddr = dma_map_single(&pdev->dev, info->in_buffer, in info_create() 220 info->completion_addr = info->in_buffer in info_create() [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsxface.c | 236 * in_buffer - Pointer to a buffer containing the in ACPI_EXPORT_SYMBOL() 244 * the buffer pointed to by the in_buffer variable. in ACPI_EXPORT_SYMBOL() 249 struct acpi_buffer *in_buffer) in ACPI_EXPORT_SYMBOL() 258 if ((!in_buffer) || (!in_buffer->pointer) || (!in_buffer->length)) { in ACPI_EXPORT_SYMBOL() 264 status = acpi_rs_validate_parameters(device_handle, in_buffer, &node); in ACPI_EXPORT_SYMBOL() 269 status = acpi_rs_set_srs_method_data(node, in_buffer); in ACPI_EXPORT_SYMBOL() 281 * in_buffer - Pointer to a buffer containing the in ACPI_EXPORT_SYMBOL() 289 * the buffer pointed to by the in_buffer variabl in ACPI_EXPORT_SYMBOL() [all...] |
H A D | utxface.c | 439 * PARAMETERS: in_buffer - Buffer returned by _PLD method in ACPI_EXPORT_SYMBOL() 440 * length - Length of the in_buffer in ACPI_EXPORT_SYMBOL() 451 acpi_decode_pld_buffer(u8 *in_buffer, in ACPI_EXPORT_SYMBOL() 455 u32 *buffer = ACPI_CAST_PTR(u32, in_buffer); in ACPI_EXPORT_SYMBOL() 460 if (!in_buffer || !return_buffer in ACPI_EXPORT_SYMBOL()
|
H A D | rsutils.c | 675 * in_buffer - Pointer to a buffer structure of the 692 struct acpi_buffer *in_buffer) in acpi_rs_set_srs_method_data() 714 * The in_buffer parameter will point to a linked list of in acpi_rs_set_srs_method_data() 721 status = acpi_rs_create_aml_resources(in_buffer, &buffer); in acpi_rs_set_srs_method_data() 691 acpi_rs_set_srs_method_data(struct acpi_namespace_node *node, struct acpi_buffer *in_buffer) acpi_rs_set_srs_method_data() argument
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsxface.c | 236 * in_buffer - Pointer to a buffer containing the in ACPI_EXPORT_SYMBOL() 244 * the buffer pointed to by the in_buffer variable. in ACPI_EXPORT_SYMBOL() 249 struct acpi_buffer *in_buffer) in ACPI_EXPORT_SYMBOL() 258 if ((!in_buffer) || (!in_buffer->pointer) || (!in_buffer->length)) { in ACPI_EXPORT_SYMBOL() 264 status = acpi_rs_validate_parameters(device_handle, in_buffer, &node); in ACPI_EXPORT_SYMBOL() 269 status = acpi_rs_set_srs_method_data(node, in_buffer); in ACPI_EXPORT_SYMBOL() 281 * in_buffer - Pointer to a buffer containing the in ACPI_EXPORT_SYMBOL() 289 * the buffer pointed to by the in_buffer variabl in ACPI_EXPORT_SYMBOL() [all...] |
H A D | utxface.c | 439 * PARAMETERS: in_buffer - Buffer returned by _PLD method in ACPI_EXPORT_SYMBOL() 440 * length - Length of the in_buffer in ACPI_EXPORT_SYMBOL() 451 acpi_decode_pld_buffer(u8 *in_buffer, in ACPI_EXPORT_SYMBOL() 455 u32 *buffer = ACPI_CAST_PTR(u32, in_buffer); in ACPI_EXPORT_SYMBOL() 460 if (!in_buffer || !return_buffer in ACPI_EXPORT_SYMBOL()
|
H A D | rsutils.c | 675 * in_buffer - Pointer to a buffer structure of the 692 struct acpi_buffer *in_buffer) in acpi_rs_set_srs_method_data() 714 * The in_buffer parameter will point to a linked list of in acpi_rs_set_srs_method_data() 721 status = acpi_rs_create_aml_resources(in_buffer, &buffer); in acpi_rs_set_srs_method_data() 691 acpi_rs_set_srs_method_data(struct acpi_namespace_node *node, struct acpi_buffer *in_buffer) acpi_rs_set_srs_method_data() argument
|
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 171 info->in_buffer = kzalloc(info->dlen, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 172 if (!info->in_buffer) { in setup_sgio_list() 177 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt); in setup_sgio_list() 178 ((__be16 *)info->in_buffer)[1] = cpu_to_be16(req->incnt); in setup_sgio_list() 179 ((__be16 *)info->in_buffer)[2] = 0; in setup_sgio_list() 180 ((__be16 *)info->in_buffer)[3] = 0; in setup_sgio_list() 182 memcpy(&info->in_buffer[8], info->gather_components, in setup_sgio_list() 184 memcpy(&info->in_buffer[8 + g_sz_bytes], in setup_sgio_list() 188 (void *)info->in_buffer, in setup_sgio_list() 311 kfree_sensitive(info->in_buffer); in do_request_cleanup() [all...] |
H A D | request_manager.h | 100 u8 *in_buffer; member
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 203 info->in_buffer = (u8 *)info + info_len; in setup_sgio_list() 205 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt); in setup_sgio_list() 206 ((__be16 *)info->in_buffer)[1] = cpu_to_be16(req->incnt); in setup_sgio_list() 207 ((u16 *)info->in_buffer)[2] = 0; in setup_sgio_list() 208 ((u16 *)info->in_buffer)[3] = 0; in setup_sgio_list() 212 &info->in_buffer[8])) { in setup_sgio_list() 218 &info->in_buffer[8 + g_sz_bytes])) { in setup_sgio_list() 224 info->dptr_baddr = dma_map_single(&pdev->dev, (void *)info->in_buffer, in setup_sgio_list() 234 info->completion_addr = (u64 *)(info->in_buffer + align_dlen); in setup_sgio_list() 382 print_hex_dump_debug("", 0, 16, 1, info->in_buffer, in process_request() [all...] |
H A D | otx_cptvf_reqmgr.h | 180 u8 *in_buffer; member
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/ |
H A D | cptvf_reqmanager.c | 171 info->in_buffer = kzalloc(info->dlen, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 172 if (!info->in_buffer) { in setup_sgio_list() 177 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt); in setup_sgio_list() 178 ((__be16 *)info->in_buffer)[1] = cpu_to_be16(req->incnt); in setup_sgio_list() 179 ((__be16 *)info->in_buffer)[2] = 0; in setup_sgio_list() 180 ((__be16 *)info->in_buffer)[3] = 0; in setup_sgio_list() 182 memcpy(&info->in_buffer[8], info->gather_components, in setup_sgio_list() 184 memcpy(&info->in_buffer[8 + g_sz_bytes], in setup_sgio_list() 188 (void *)info->in_buffer, in setup_sgio_list() 307 kfree_sensitive(info->in_buffer); in do_request_cleanup() [all...] |
H A D | request_manager.h | 100 u8 *in_buffer; member
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 203 info->in_buffer = (u8 *)info + info_len; in setup_sgio_list() 205 ((__be16 *)info->in_buffer)[0] = cpu_to_be16(req->outcnt); in setup_sgio_list() 206 ((__be16 *)info->in_buffer)[1] = cpu_to_be16(req->incnt); in setup_sgio_list() 207 ((u16 *)info->in_buffer)[2] = 0; in setup_sgio_list() 208 ((u16 *)info->in_buffer)[3] = 0; in setup_sgio_list() 212 &info->in_buffer[8])) { in setup_sgio_list() 218 &info->in_buffer[8 + g_sz_bytes])) { in setup_sgio_list() 224 info->dptr_baddr = dma_map_single(&pdev->dev, (void *)info->in_buffer, in setup_sgio_list() 234 info->completion_addr = (u64 *)(info->in_buffer + align_dlen); in setup_sgio_list() 382 print_hex_dump_debug("", 0, 16, 1, info->in_buffer, in process_request() [all...] |
/kernel/linux/linux-6.6/drivers/base/firmware_loader/ |
H A D | main.c | 311 size_t in_size, const void *in_buffer) in fw_decompress_zstd() 324 if (zstd_get_frame_header(¶ms, in_buffer, in_size) || in fw_decompress_zstd() 349 len = zstd_decompress_dctx(ctx, out_buf, out_size, in_buffer, in_size); in fw_decompress_zstd() 386 size_t in_size, const void *in_buffer) in fw_decompress_xz_single() 397 xz_buf.in = in_buffer; in fw_decompress_xz_single() 412 size_t in_size, const void *in_buffer) in fw_decompress_xz_pages() 425 xz_buf.in = in_buffer; in fw_decompress_xz_pages() 459 size_t in_size, const void *in_buffer) in fw_decompress_xz() 463 return fw_decompress_xz_single(dev, fw_priv, in_size, in_buffer); in fw_decompress_xz() 465 return fw_decompress_xz_pages(dev, fw_priv, in_size, in_buffer); in fw_decompress_xz() 310 fw_decompress_zstd(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer) fw_decompress_zstd() argument 385 fw_decompress_xz_single(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer) fw_decompress_xz_single() argument 411 fw_decompress_xz_pages(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer) fw_decompress_xz_pages() argument 458 fw_decompress_xz(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer) fw_decompress_xz() argument 488 fw_get_filesystem_firmware(struct device *device, struct fw_priv *fw_priv, const char *suffix, int (*decompress)(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer)) fw_get_filesystem_firmware() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | yurex.c | 403 char in_buffer[20]; in yurex_read() local 415 len = snprintf(in_buffer, 20, "%lld\n", dev->bbu); in yurex_read() 419 if (WARN_ON_ONCE(len >= sizeof(in_buffer))) in yurex_read() 422 return simple_read_from_buffer(buffer, count, ppos, in_buffer, len); in yurex_read()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | yurex.c | 404 char in_buffer[20]; in yurex_read() local 416 len = snprintf(in_buffer, 20, "%lld\n", dev->bbu); in yurex_read() 420 if (WARN_ON_ONCE(len >= sizeof(in_buffer))) in yurex_read() 423 return simple_read_from_buffer(buffer, count, ppos, in_buffer, len); in yurex_read()
|
/kernel/linux/linux-5.10/drivers/base/firmware_loader/ |
H A D | main.c | 382 size_t in_size, const void *in_buffer) in fw_decompress_xz_single() 393 xz_buf.in = in_buffer; in fw_decompress_xz_single() 408 size_t in_size, const void *in_buffer) in fw_decompress_xz_pages() 421 xz_buf.in = in_buffer; in fw_decompress_xz_pages() 455 size_t in_size, const void *in_buffer) in fw_decompress_xz() 459 return fw_decompress_xz_single(dev, fw_priv, in_size, in_buffer); in fw_decompress_xz() 461 return fw_decompress_xz_pages(dev, fw_priv, in_size, in_buffer); in fw_decompress_xz() 489 const void *in_buffer)) in fw_get_filesystem_firmware() 381 fw_decompress_xz_single(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer) fw_decompress_xz_single() argument 407 fw_decompress_xz_pages(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer) fw_decompress_xz_pages() argument 454 fw_decompress_xz(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer) fw_decompress_xz() argument 484 fw_get_filesystem_firmware(struct device *device, struct fw_priv *fw_priv, const char *suffix, int (*decompress)(struct device *dev, struct fw_priv *fw_priv, size_t in_size, const void *in_buffer)) fw_get_filesystem_firmware() argument
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | usb-wwan.h | 50 u8 *in_buffer[N_IN_URB]; member
|
H A D | usb_wwan.c | 507 portdata->in_buffer[i] = buffer; in usb_wwan_port_probe() 541 free_page((unsigned long)portdata->in_buffer[i]); in usb_wwan_port_probe() 559 free_page((unsigned long)portdata->in_buffer[i]); in usb_wwan_port_remove()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | usb-wwan.h | 46 u8 *in_buffer[N_IN_URB]; member
|
H A D | usb_wwan.c | 462 portdata->in_buffer[i] = buffer; in usb_wwan_port_probe() 496 free_page((unsigned long)portdata->in_buffer[i]); in usb_wwan_port_probe() 514 free_page((unsigned long)portdata->in_buffer[i]); in usb_wwan_port_remove()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-cadence-xspi.c | 225 void *in_buffer; member 337 cdns_xspi->in_buffer, sdma_size); in cdns_xspi_sdma_handle() 382 cdns_xspi->in_buffer = op->data.buf.in; in cdns_xspi_send_stig_command()
|