Searched refs:type (Results 201 - 225 of 13787) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgm200.c35 gm200_therm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
38 return nvkm_therm_new_(&gm200_therm, device, type, inst, ptherm);
/linux-master/arch/mips/generic/
H A Dboard-ocelot.its.S7 type = "flat_dt"; define
18 type = "flat_dt"; define
H A Dboard-jaguar2.its.S7 type = "flat_dt"; define
17 type = "flat_dt"; define
/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.h13 struct dlm_lock *lock, int flags, int type);
16 struct dlm_lock *lock, int flags, int type);
/linux-master/drivers/iommu/intel/
H A Dperf.h39 int dmar_latency_enable(struct intel_iommu *iommu, enum latency_type type);
40 void dmar_latency_disable(struct intel_iommu *iommu, enum latency_type type);
41 bool dmar_latency_enabled(struct intel_iommu *iommu, enum latency_type type);
42 void dmar_latency_update(struct intel_iommu *iommu, enum latency_type type,
47 dmar_latency_enable(struct intel_iommu *iommu, enum latency_type type) argument
53 dmar_latency_disable(struct intel_iommu *iommu, enum latency_type type) argument
58 dmar_latency_enabled(struct intel_iommu *iommu, enum latency_type type) argument
64 dmar_latency_update(struct intel_iommu *iommu, enum latency_type type, u64 latency) argument
/linux-master/arch/powerpc/kernel/
H A Djump_label.c12 enum jump_label_type type)
16 if (type == JUMP_LABEL_JMP)
11 arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument
/linux-master/include/xen/interface/
H A Dcallback.h33 * feature is enabled. Do not use this callback type in new code.
68 uint16_t type; member in struct:callback_register
81 uint16_t type; member in struct:callback_unregister
/linux-master/arch/parisc/kernel/vdso32/
H A Dnote.S10 #define ASM_ELF_NOTE_BEGIN(name, flags, vendor, type) \
15 .long type; /* note type */ \
/linux-master/drivers/media/platform/amphion/
H A Dvpu_mbox.h12 void vpu_mbox_send_msg(struct vpu_core *core, u32 type, u32 data);
13 void vpu_mbox_send_type(struct vpu_core *core, u32 type);
/linux-master/arch/powerpc/kvm/
H A Dtiming.h20 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) argument
22 vcpu->arch.last_exit_type = type;
34 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {} argument
38 static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) argument
40 /* type has to be known at build time for optimization */
44 BUILD_BUG_ON(!__builtin_constant_p(type));
46 switch (type) {
93 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) argument
95 kvmppc_set_exit_type(vcpu, type);
96 kvmppc_account_exit_stat(vcpu, type);
[all...]
/linux-master/drivers/scsi/snic/
H A Dcq_enet_desc.h18 u8 *type, u8 *color, u16 *q_number, u16 *completed_index)
20 cq_desc_dec((struct cq_desc *)desc, type,
17 cq_enet_wq_desc_dec(struct cq_enet_wq_desc *desc, u8 *type, u8 *color, u16 *q_number, u16 *completed_index) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/mei/
H A Dtrace.h30 __field(u16, type)
38 __entry->type = le16_to_cpu(sap_cmd->type);
42 TP_printk("sap_cmd %s: type %d len %d seq %d", __entry->tx ? "Tx" : "Rx",
43 __entry->type, __entry->len, __entry->seq)
50 __field(u8, type)
55 __entry->type = le32_to_cpu(hdr->type);
59 TP_printk("ME message: %s: type %d seq %d", __entry->tx ? "Tx" : "Rx",
60 __entry->type, __entr
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgp10b.c35 gp10b_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
37 return gf100_fb_new_(&gp10b_fb, device, type, inst, pfb);
H A Dgm20b.c38 gm20b_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
40 return gf100_fb_new_(&gm20b_fb, device, type, inst, pfb);
H A Dgf108.c40 gf108_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
42 return gf100_fb_new_(&gf108_fb, device, type, inst, pfb);
H A Dgm107.c40 gm107_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
42 return gf100_fb_new_(&gm107_fb, device, type, inst, pfb);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgk20a.c37 gk20a_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) argument
39 return nvkm_mc_new_(&gk20a_mc, device, type, inst, pmc);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dgv100.c33 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn)
35 return nvkm_vfn_new_(&gv100_vfn, device, type, inst, 0, pvfn);
32 gv100_vfn_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) argument
/linux-master/fs/jfs/
H A Djfs_acl.h10 struct posix_acl *jfs_get_acl(struct inode *inode, int type, bool rcu);
12 struct posix_acl *acl, int type);
/linux-master/drivers/platform/x86/intel/
H A Dpunit_ipc.c46 IPC_TYPE type; member in struct:__anon2469
51 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) argument
53 return readl(ipcdev->base[type][BASE_IFACE]);
56 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) argument
58 writel(cmd, ipcdev->base[type][BASE_IFACE]);
61 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) argument
63 return readl(ipcdev->base[type][BASE_DATA] + OFFSET_DATA_LOW);
66 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) argument
68 return readl(ipcdev->base[type][BASE_DATA] + OFFSET_DATA_HIGH);
71 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u3 argument
76 ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) argument
101 intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) argument
146 IPC_TYPE type; local
181 IPC_TYPE type; local
[all...]
/linux-master/include/linux/
H A Dpci-doe.h19 u8 type);
21 int pci_doe(struct pci_doe_mb *doe_mb, u16 vendor, u8 type,
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Damd.c11 unsigned long *size, mtrr_type *type)
21 *type = 0;
23 *type = MTRR_TYPE_UNCACHABLE;
25 *type = MTRR_TYPE_WRCOMB;
55 * @type The type of the region.
60 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) argument
75 * Set the register to the base, the type (off by one) and an
84 | (base << PAGE_SHIFT) | (type + 1);
96 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type) argument
10 amd_get_mtrr(unsigned int reg, unsigned long *base, unsigned long *size, mtrr_type *type) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_ksym.c35 char type; local
53 type = iter->type;
56 type = iter->exported ? to_upper(type) : to_lower(type);
58 value, type, iter->name, iter->module_name);
60 BPF_SEQ_PRINTF(seq, "0x%llx %c %s ", value, type, iter->name);
H A Dmptcpify.c11 int BPF_PROG(mptcpify, int family, int type, int protocol) argument
14 type == SOCK_STREAM &&
/linux-master/arch/loongarch/kernel/
H A Djump_label.c11 void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument
16 if (type == JUMP_LABEL_JMP)

Completed in 798 milliseconds

1234567891011>>