Home
last modified time | relevance | path

Searched defs:kind (Results 1 – 25 of 112) sorted by relevance

12345

/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl0002.h41 __u8 kind; member
53 __u8 kind; member
64 __u8 kind; member
H A Dmmu.h31 u8 *kind; member
39 nvif_mmu_kind_valid(struct nvif_mmu *mmu, u8 kind) in nvif_mmu_kind_valid()
H A Dif500d.h18 __u8 kind; member
H A Dif900d.h19 __u8 kind; member
H A Dif900b.h21 __u8 kind; member
H A Difb00d.h25 __u8 kind; member
H A Dif500b.h22 __u8 kind; member
/linux/tools/testing/selftests/sched_ext/
H A Dhotplug.c47 long kind, code; in test_hotplug() local
104 long kind, code; in test_hotplug_attach() local
/linux/include/uapi/linux/tc_ematch/
H A Dtc_em_meta.h18 __u16 kind; member
24 #define TCF_META_TYPE(kind) (((kind) & TCF_META_TYPE_MASK) >> 12) argument
26 #define TCF_META_ID(kind) ((kind) & TCF_META_ID_MASK) argument
/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c32 static const char *btf_kind_str(__u16 kind) in btf_kind_str()
91 int kind, i; in fprintf_btf_type_raw() local
H A Dtest_tcp_hdr_options.h71 __u8 kind; member
81 __u8 kind; member
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c135 uint8_t *kind) in nouveau_decode_mod()
166 uint8_t *kind) in nouveau_framebuffer_get_layout()
194 uint8_t *kind) in nouveau_validate_decode_mod()
266 uint8_t kind; in nouveau_framebuffer_new() local
H A Dnouveau_mem.h12 u8 kind; member
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c63 u8 kind; in nv50_wndw_ctxdma_new() local
282 uint8_t kind; in nv50_wndw_atomic_check_acquire() local
659 u8 kind; in nv50_wndw_get_scanout_buffer() local
804 const uint8_t kind = (modifier >> 12) & 0xff; in nv50_plane_format_mod_supported() local
H A Dhandles.h13 #define NV50_DISP_HANDLE_WNDW_CTX(kind) (0xfb000000 | kind) argument
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Dremote.py8 def Remote(kind, args, src_path): argument
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgf100.c36 kind[256] = { in gf100_mmu_kind() local
H A Dnv50.c41 kind[128] = { in nv50_mmu_kind() local
H A Dgm200.c33 kind[256] = { in gm200_mmu_kind() local
/linux/kernel/bpf/
H A Dtrampoline.c238 int kind; in bpf_trampoline_get_progs() local
553 enum bpf_tramp_prog_type kind; in __bpf_trampoline_link_prog() local
617 enum bpf_tramp_prog_type kind; __bpf_trampoline_unlink_prog() local
715 int kind; cgroup_shim_find() local
[all...]
/linux/tools/sched_ext/include/scx/
H A Duser_exit_info_common.h24 int kind; member
/linux/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c116 struct nvif_mmu_kind_v0 *kind; in nvif_mmu_ctor() local
/linux/drivers/infiniband/hw/hfi1/
H A Defivar.c111 int read_hfi1_efi_var(struct hfi1_devdata *dd, const char *kind, in read_hfi1_efi_var()
/linux/drivers/hwmon/
H A Dfschmd.c263 enum chips kind; member
699 int kind = data->kind + 1; /* 0-x array index -> 1-x module param */ in watchdog_set_timeout() local
1047 enum chips kind; in fschmd_detect() local
1089 enum chips kind = (uintptr_t)i2c_get_match_data(client); in fschmd_probe() local
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_parse_tcp_hdr_opt_dynptr.c33 __u8 kind, hdr_len; in parse_hdr_opt() local

12345