Searched refs:type (Results 401 - 425 of 13790) sorted by relevance

<<11121314151617181920>>

/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_keys.h2 /* Internal definitions for asymmetric key type
8 #include <keys/asymmetric-type.h>
/linux-master/drivers/hid/
H A Dhid-roccat-savu.h17 uint8_t type; member in struct:savu_mouse_report_special
48 uint8_t type; member in struct:savu_roccat_report
/linux-master/arch/powerpc/include/asm/
H A Dpmi.h35 u8 type; member in struct:__anon110
43 u8 type; member in struct:pmi_handler
/linux-master/include/linux/
H A Dicmp.h25 static inline bool icmp_is_err(int type) argument
27 switch (type) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgk110.c42 gk110_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
45 return nvkm_i2c_new_(&gk110_i2c, device, type, inst, pi2c);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgv100.c40 gv100_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
43 return nvkm_mmu_new_(&gv100_mmu, device, type, inst, pmmu);
H A Dmcp77.c38 mcp77_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
41 return nvkm_mmu_new_(&mcp77_mmu, device, type, inst, pmmu);
H A Dg84.c38 g84_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
41 return nvkm_mmu_new_(&g84_mmu, device, type, inst, pmmu);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/
H A Dg98.c46 g98_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_mspdec_new_(&g98_mspdec, device, type, inst, pengine);
H A Dgf100.c46 gf100_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_mspdec_new_(&gf100_mspdec, device, type, inst, pengine);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/msppp/
H A Dg98.c46 g98_msppp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_msppp_new_(&g98_msppp, device, type, inst, pengine);
H A Dgf100.c46 gf100_msppp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_msppp_new_(&gf100_msppp, device, type, inst, pengine);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgk20a.c35 gk20a_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
38 int ret = gf100_bar_new_(&gk20a_bar_func, device, type, inst, pbar);
H A Dgm20b.c35 gm20b_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
38 int ret = gf100_bar_new_(&gm20b_bar_func, device, type, inst, pbar);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv49.c42 nv49_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
44 return nvkm_fb_new_(&nv49_fb, device, type, inst, pfb);
H A Dnv47.c42 nv47_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
44 return nvkm_fb_new_(&nv47_fb, device, type, inst, pfb);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dg84.c44 g84_clk_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
47 return nv50_clk_new_(&g84_clk, device, type, inst, (device->chipset >= 0x94), pclk);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dmcp79.c45 mcp79_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) argument
47 return nv50_gr_new_(&mcp79_gr, device, type, inst, pgr);
H A Dgt200.c46 gt200_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) argument
48 return nv50_gr_new_(&gt200_gr, device, type, inst, pgr);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
H A Dg98.c46 g98_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_msvld_new_(&g98_msvld, device, type, inst, pengine);
H A Dgf100.c46 gf100_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_msvld_new_(&gf100_msvld, device, type, inst, pengine);
/linux-master/kernel/kcsan/
H A Dpermissive.h35 * Data race ignore rules based on access type and value change patterns.
38 kcsan_ignore_data_race(size_t size, int type, u64 old, u64 new, u64 diff) argument
47 if (type || size > sizeof(long))
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_map_in_map_invalid.c7 __uint(type, BPF_MAP_TYPE_ARRAY);
14 __uint(type, BPF_MAP_TYPE_ARRAY_OF_MAPS);
/linux-master/arch/powerpc/kernel/vdso/
H A Dnote.S10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \
15 .long type; /* note type */ \
/linux-master/arch/arm64/kernel/
H A Djump_label.c14 enum jump_label_type type)
19 if (type == JUMP_LABEL_JMP) {
13 arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument

Completed in 146 milliseconds

<<11121314151617181920>>