/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/ |
H A D | msm_disp_snapshot.h | 124 * @data: handle to struct msm_disp_state 128 void msm_disp_state_free(void *data);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | engine.h | 21 int (*info)(struct nvkm_engine *, u64 mthd, u64 *data);
|
H A D | intr.h | 34 } *data; member
|
H A D | gpuobj.h | 30 void (*wr32)(struct nvkm_gpuobj *, u32 offset, u32 data);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | outp.h | 29 int nvif_outp_hda_eld(struct nvif_outp *, int head, void *data, u32 size);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_dumb.c | 62 surf.data = 0; in qxl_mode_dumb_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | M0205.h | 24 u8 data; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | mc.h | 18 void nvkm_mc_unk260(struct nvkm_device *, u32 data);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_mock.h | 39 const struct vc4_crtc_data *data);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_debugfs.c | 39 struct debugfs_regset32 *regset = entry->file.data; in vc4_debugfs_regset32()
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_buffer.h | 24 * @count: number of bytes in the FIFO data buffer. 25 * @nb: gyro, accel and total samples in the FIFO data buffer. 26 * @data: FIFO data buffer aligned for DMA (2kB + 32 bytes of read cache). 42 uint8_t data[2080] __aligned(IIO_DMA_MINALIGN); 45 /* FIFO data packet */
|
/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_i3c.c | 41 return st_lsm6dsx_probe(&i3cdev->dev, 0, (uintptr_t)id->data, regmap); in st_lsm6dsx_i3c_probe()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_qp_grp.h | 100 void *data);
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_dm_mad.h | 76 * is 256 bytes -- 64 bytes header and 192 (IB_MGMT_DEVICE_DATA) bytes data. 82 u8 data[IB_MGMT_DEVICE_DATA]; member
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | yealink.h | 16 u8 size; /* 1-11, size of used data bytes. */ 18 u8 data[11]; member 31 * data 0,0,0,0.... 40 * data[0] on return returns the key number, if it changes there's a new 50 * data[0] on return returns the scancode 59 * data segment bits 68 * data[0] 0 OFF / 1 ON 77 * data[0] 0-0xff volume 86 * data binary representation LE16(-freq), LE16(duration) .... 95 * data[ [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-verity-loadpin.c | 38 !memcmp(trd->data, root_digest, digest_size)) { in is_trusted_verity_target()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm/tests/ |
H A D | dwarf-unwind.c | 23 pr_debug("failed to allocate sample uregs data\n"); in sample_ustack() 40 stack->data = (char *) buf; in sample_ustack() 53 pr_debug("failed to allocate sample uregs data\n"); in test__arch_unwind_sample()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm64/tests/ |
H A D | dwarf-unwind.c | 23 pr_debug("failed to allocate sample uregs data\n"); in sample_ustack() 40 stack->data = (char *) buf; in sample_ustack() 53 pr_debug("failed to allocate sample uregs data\n"); in test__arch_unwind_sample()
|
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/tests/ |
H A D | dwarf-unwind.c | 23 pr_debug("failed to allocate sample uregs data\n"); in sample_ustack() 40 stack->data = (char *) buf; in sample_ustack() 53 pr_debug("failed to allocate sample uregs data\n"); in test__arch_unwind_sample()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | dwarf-unwind.c | 23 pr_debug("failed to allocate sample uregs data\n"); in sample_ustack() 47 stack->data = (char *) buf; in sample_ustack() 60 pr_debug("failed to allocate sample uregs data\n"); in test__arch_unwind_sample()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_ct_fast.c | 12 u32 *dest = ®s->data[priv->dreg]; in nft_ct_get_fast_eval()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | top.h | 55 struct ordered_events data[2]; member
|
H A D | config.h | 34 config_fn_t fn, void *data);
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | lkc_proto.h | 52 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_lwt_redirect.c | 30 void *start = (void *)(long)skb->data; in get_redirect_target()
|