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

<<11121314151617181920>>

/linux-master/arch/sparc/lib/
H A DGENcopy_from_user.S20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest
/linux-master/arch/s390/include/uapi/asm/
H A Dqeth.h44 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry7
51 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry7_ipv6
57 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry7_short
63 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry7_short_ipv6
70 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry5
76 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry5_ipv6
81 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry5_short
86 struct qeth_arp_entrytype type; member in struct:qeth_arp_qi_entry5_short_ipv6
/linux-master/net/atm/
H A Dsignaling.h23 void sigd_enq2(struct atm_vcc *vcc,enum atmsvc_msg_type type,
26 void sigd_enq(struct atm_vcc *vcc,enum atmsvc_msg_type type,
/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))

Completed in 488 milliseconds

<<11121314151617181920>>