Searched refs:dest_size (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_stream_defs.c | 93 .dest_size = sizeof(struct rogue_fwif_cmd_geom), 174 .dest_size = sizeof(struct rogue_fwif_cmd_frag), 231 .dest_size = sizeof(struct rogue_fwif_cmd_compute), 269 .dest_size = sizeof(struct rogue_fwif_cmd_transfer), 329 .dest_size = sizeof(struct rogue_fwif_geom_registers_caswitch), 350 .dest_size = sizeof(struct rogue_fwif_cdm_registers_cswitch),
|
| H A D | pvr_stream.h | 66 size_t dest_size; member
|
| H A D | pvr_job.c | 73 job->cmd = kzalloc(cmd_defs->dest_size, GFP_KERNEL); in pvr_job_process_stream() 77 job->cmd_len = cmd_defs->dest_size; in pvr_job_process_stream()
|
| /linux/drivers/acpi/acpica/ |
| H A D | acutils.h | 627 u8 acpi_ut_safe_strcpy(char *dest, acpi_size dest_size, char *source); 629 void acpi_ut_safe_strncpy(char *dest, char *source, acpi_size dest_size); 631 u8 acpi_ut_safe_strcat(char *dest, acpi_size dest_size, char *source); 635 acpi_size dest_size,
|
| /linux/tools/hv/ |
| H A D | hv_fcopy_uio_daemon.c | 328 static void wcstoutf8(char *dest, const __u16 *src, size_t dest_size) in wcstoutf8() argument 332 while (len < dest_size && *src) { in wcstoutf8()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | main.c | 1051 u16 *dest_size, in b43legacy_generate_probe_resp() argument 1089 *dest_size = dest_pos; in b43legacy_generate_probe_resp() 1098 *dest_size, in b43legacy_generate_probe_resp()
|