Home
last modified time | relevance | path

Searched refs:type (Results 451 – 475 of 21310) sorted by relevance

1...<<11121314151617181920>>...853

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_rx.h14 #define tidtype_name(type) { PT_##type, #type } argument
15 #define show_tidtype(type) \ argument
16 __print_symbolic(type, \
80 TP_PROTO(unsigned int ctxt, u16 subctxt, const char *type,
82 TP_ARGS(ctxt, subctxt, type, start, end),
86 __string(type, type)
93 __assign_str(type, type);
100 __get_str(type),
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutility.hpp57 using type = std::tuple<FirstArg, Rest...>; typedef
62 using type = std::tuple<>;
118 using type = void; typedef
124 using type = FirstArg; typedef
138 using type = std::tuple<typename std::decay<Args>::type...>; typedef
166 using type = T; typedef
171 using type = std::pair<utility::ArrayToPtr_t< typedef
178 using type = std::tuple<utility::ArrayToPtr_t< typedef
183 using DowncastMembers_t = typename DowncastMembers<T>::type;
197 using type = utility::ArrayToPtr_t< typedef
[all …]
/openbmc/linux/fs/gfs2/
H A Dacl.c29 static const char *gfs2_acl_name(int type) in gfs2_acl_name() argument
31 switch (type) { in gfs2_acl_name()
40 static struct posix_acl *__gfs2_get_acl(struct inode *inode, int type) in __gfs2_get_acl() argument
51 name = gfs2_acl_name(type); in __gfs2_get_acl()
60 struct posix_acl *gfs2_get_acl(struct inode *inode, int type, bool rcu) in gfs2_get_acl() argument
77 acl = __gfs2_get_acl(inode, type); in gfs2_get_acl()
88 const char *name = gfs2_acl_name(type); in __gfs2_set_acl()
106 set_cached_acl(inode, type, acl); in __gfs2_set_acl()
113 struct posix_acl *acl, int type) in gfs2_set_acl() argument
137 if (type == ACL_TYPE_ACCESS && acl) { in gfs2_set_acl()
[all …]
/openbmc/linux/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) in dmar_latency_enable() argument
53 dmar_latency_disable(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_disable() argument
58 dmar_latency_enabled(struct intel_iommu *iommu, enum latency_type type) in dmar_latency_enabled() argument
64 dmar_latency_update(struct intel_iommu *iommu, enum latency_type type, u64 latency) in dmar_latency_update() argument
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.h68 type AUX_EN;\
69 type AUX_RESET;\
70 type AUX_RESET_DONE;\
75 type AUX_SW_DATA_RW;\
76 type AUX_SW_INDEX;\
77 type AUX_SW_GO;\
78 type AUX_SW_DATA;\
80 type AUX_SW_DONE;\
81 type AUX_SW_DONE_ACK;\
82 type AUXN_IMPCAL_ENABLE;\
[all …]
/openbmc/linux/security/keys/
H A Dkey.c285 key->index_key.type = type; in key_alloc()
513 if (key->type->preparse) { in key_instantiate_and_link()
545 if (key->type->preparse) in key_instantiate_and_link()
762 if (!key->type->update) in __key_update()
792 const char *type, in __key_create_or_update() argument
813 index_key.type = key_type_lookup(type); in __key_create_or_update()
1037 const char *type, in key_create() argument
1076 if (!key->type->update) in key_update()
1102 if (key->type->preparse) in key_update()
1131 if (key->type->revoke) in key_revoke()
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_core.c206 type->name, family_name(type->family), in ip_set_type_register()
207 type->revision_min, type->revision_max, in ip_set_type_register()
213 if (find_set_type(type->name, type->family, type->revision_min)) { in ip_set_type_register()
216 type->name, family_name(type->family), in ip_set_type_register()
223 type->name, family_name(type->family), in ip_set_type_register()
224 type->revision_min, type->revision_max); in ip_set_type_register()
236 if (!find_set_type(type->name, type->family, type->revision_min)) { in ip_set_type_unregister()
238 type->name, family_name(type->family), in ip_set_type_unregister()
245 type->name, family_name(type->family), type->revision_min); in ip_set_type_unregister()
1118 STRNCMP(set->type->name, clash->type->name) && in ip_set_create()
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dio.h67 #define __BUILD_UNCACHED_IO(bwlq, type) \ argument
70 type ret; \
95 const volatile type *__addr = addr; \
106 volatile type *__addr = addr; \
182 volatile type *__addr; \
191 volatile type *__addr; \
192 type __val; \
205 #define BUILDIO_IOPORT(bwlq, type) \ argument
206 __BUILD_IOPORT_PFX(, bwlq, type)
218 const volatile type *__addr = addr; \
[all …]
/openbmc/linux/kernel/
H A Ducount.c231 enum ucount_type type) in inc_ucount() argument
239 max = READ_ONCE(tns->ucount_max[type]); in inc_ucount()
247 atomic_long_dec(&iter->ucount[type]); in inc_ucount()
275 max = get_userns_rlimit_max(iter->ns, type); in inc_rlimit_ucounts()
294 struct ucounts *last, enum rlimit_type type) in do_dec_rlimit_put_ucounts() argument
308 do_dec_rlimit_put_ucounts(ucounts, NULL, type); in dec_rlimit_put_ucounts()
324 max = get_userns_rlimit_max(iter->ns, type); in inc_rlimit_get_ucounts()
336 dec = atomic_long_sub_return(1, &iter->rlimit[type]); in inc_rlimit_get_ucounts()
339 do_dec_rlimit_put_ucounts(ucounts, iter, type); in inc_rlimit_get_ucounts()
350 long val = get_rlimit_value(iter, type); in is_rlimit_overlimit()
[all …]
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-routing.c54 u32 type; in ivtv_video_set_io() local
59 type = itv->card->video_inputs[inp].video_type; in ivtv_video_set_io()
61 if (type == IVTV_CARD_INPUT_VID_TUNER) { in ivtv_video_set_io()
63 } else if (type < IVTV_CARD_INPUT_COMPOSITE1) { in ivtv_video_set_io()
74 if (type == IVTV_CARD_INPUT_VID_TUNER || in ivtv_video_set_io()
75 type >= IVTV_CARD_INPUT_COMPOSITE1) { in ivtv_video_set_io()
90 if (type > IVTV_CARD_INPUT_VID_TUNER && in ivtv_video_set_io()
91 type < IVTV_CARD_INPUT_COMPOSITE1) { in ivtv_video_set_io()
99 if (type == IVTV_CARD_INPUT_VID_TUNER || in ivtv_video_set_io()
100 itv->card->type == IVTV_CARD_CX23416GYC) { in ivtv_video_set_io()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_osdep.h39 #define ice_debug(hw, type, fmt, args...) \ argument
42 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
47 #define ice_debug(hw, type, fmt, args...) \ argument
49 if ((type) & (hw)->debug_mask) \
54 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
56 if ((type) & (hw)->debug_mask) \
63 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
66 if ((type) & (hw_l)->debug_mask) { \
71 ice_debug(hw_l, type, "0x%04X %16ph\n",\
74 ice_debug(hw_l, type, "0x%04X %*ph\n", \
/openbmc/linux/kernel/module/
H A Dtree_lookup.c80 for_each_mod_mem_type(type) { in mod_tree_insert()
81 mod->mem[type].mtn.mod = mod; in mod_tree_insert()
82 if (mod->mem[type].size) in mod_tree_insert()
83 __mod_tree_insert(&mod->mem[type].mtn, &mod_tree); in mod_tree_insert()
89 for_class_mod_mem_type(type, init) { in mod_tree_remove_init()
90 if (mod->mem[type].size) in mod_tree_remove_init()
91 __mod_tree_remove(&mod->mem[type].mtn, &mod_tree); in mod_tree_remove_init()
97 for_each_mod_mem_type(type) { in mod_tree_remove()
98 if (mod->mem[type].size) in mod_tree_remove()
99 __mod_tree_remove(&mod->mem[type].mtn, &mod_tree); in mod_tree_remove()
/openbmc/linux/include/media/
H A Dv4l2-async.h54 enum v4l2_async_match_type type; member
195 #define v4l2_async_nf_add_fwnode(notifier, fwnode, type) \ argument
196 ((type *)__v4l2_async_nf_add_fwnode(notifier, fwnode, sizeof(type)))
222 #define v4l2_async_nf_add_fwnode_remote(notifier, ep, type) \ argument
223 ((type *)__v4l2_async_nf_add_fwnode_remote(notifier, ep, sizeof(type)))
243 #define v4l2_async_nf_add_i2c(notifier, adapter, address, type) \ argument
244 ((type *)__v4l2_async_nf_add_i2c(notifier, adapter, address, \
245 sizeof(type)))
/openbmc/linux/arch/x86/include/asm/
H A Dunwind_hints.h11 UNWIND_HINT type=UNWIND_HINT_TYPE_END_OF_STACK
15 UNWIND_HINT type=UNWIND_HINT_TYPE_UNDEFINED
45 .set type, UNWIND_HINT_TYPE_REGS_PARTIAL
47 .set type, UNWIND_HINT_TYPE_REGS_PARTIAL
50 .set type, UNWIND_HINT_TYPE_REGS
53 UNWIND_HINT sp_reg=sp_reg sp_offset=sp_offset type=type signal=\signal
66 UNWIND_HINT sp_reg=ORC_REG_SP sp_offset=8 type=UNWIND_HINT_TYPE_FUNC
70 UNWIND_HINT type=UNWIND_HINT_TYPE_SAVE
74 UNWIND_HINT type=UNWIND_HINT_TYPE_RESTORE
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dgk104.c32 u32 data, type, inst; in gk104_top_parse() local
39 type = ~0; in gk104_top_parse()
65 type = (data & 0x7ffffffc) >> 2; in gk104_top_parse()
73 #define I_(T,I) do { info->type = (T); info->inst = (I); } while(0) in gk104_top_parse()
75 switch (type) { in gk104_top_parse()
99 "reset %2d\n", type, inst, in gk104_top_parse()
100 info->type == NVKM_SUBDEV_NR ? "????????" : nvkm_subdev_type[info->type], in gk104_top_parse()
115 gk104_top_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk104_top_new() argument
118 return nvkm_top_new_(&gk104_top, device, type, inst, ptop); in gk104_top_new()
/openbmc/phosphor-power/
H A Delog-errors.hpp267 using type = typedef
298 using type = typedef
329 using type = typedef
360 using type = typedef
391 using type = typedef
422 using type = typedef
453 using type = typedef
484 using type = typedef
515 using type = typedef
546 using type = typedef
[all …]
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Damd.c11 unsigned long *size, mtrr_type *type) in amd_get_mtrr() argument
21 *type = 0; in amd_get_mtrr()
23 *type = MTRR_TYPE_UNCACHABLE; in amd_get_mtrr()
25 *type = MTRR_TYPE_WRCOMB; in amd_get_mtrr()
60 amd_set_mtrr(unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in amd_set_mtrr() argument
84 | (base << PAGE_SHIFT) | (type + 1); in amd_set_mtrr()
96 amd_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in amd_validate_add_page() argument
106 if (type > MTRR_TYPE_WRCOMB || size < (1 << (17 - PAGE_SHIFT)) in amd_validate_add_page()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVCEN.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
19 System eclosure type and model.
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
/openbmc/qemu/hw/xen/
H A Dtrace-events21 xen_bus_type_enumerate(const char *type) "type: %s"
22 xen_bus_backend_create(const char *type, const char *path) "type: %s path: %s"
23 xen_bus_device_cleanup(const char *type, char *name) "type: %s name: %s"
26 xen_device_realize(const char *type, char *name) "type: %s name: %s"
27 xen_device_unrealize(const char *type, char *name) "type: %s name: %s"
28 xen_device_backend_state(const char *type, char *name, const char *state) "type: %s name: %s -> %s"
29 xen_device_backend_online(const char *type, char *name, bool online) "type: %s name: %s -> %u"
30 xen_device_backend_changed(const char *type, char *name) "type: %s name: %s"
31 xen_device_frontend_state(const char *type, char *name, const char *state) "type: %s name: %s -> %s"
32 xen_device_frontend_changed(const char *type, char *name) "type: %s name: %s"
[all …]
/openbmc/linux/include/linux/
H A Dkobject_ns.h40 enum kobj_ns_type type; member
49 int kobj_ns_type_registered(enum kobj_ns_type type);
53 bool kobj_ns_current_may_mount(enum kobj_ns_type type);
54 void *kobj_ns_grab_current(enum kobj_ns_type type);
55 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
56 const void *kobj_ns_initial(enum kobj_ns_type type);
57 void kobj_ns_drop(enum kobj_ns_type type, void *ns);
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Drcar-mstp.h12 #define mstp_setbits(type, addr, saddr, set) \ argument
13 out_##type((saddr), in_##type(addr) | (set))
14 #define mstp_clrbits(type, addr, saddr, clear) \ argument
15 out_##type((saddr), in_##type(addr) & ~(clear))
16 #define mstp_setclrbits(type, addr, set, clear) \ argument
17 out_##type((addr), (in_##type(addr) | (set)) & ~(clear))
/openbmc/openpower-debug-collector/dump/
H A Ddump_collect_main.cpp26 int type = 0; in main() local
31 app.add_option("--type, -t", type, "Type of the dump") in main()
54 if (((type == SBE_DUMP_TYPE_HARDWARE) || (type == SBE_DUMP_TYPE_SBE) || in main()
55 (type == SBE_DUMP_TYPE_MSBE)) && in main()
80 if ((type == SBE_DUMP_TYPE_SBE) || (type == SBE_DUMP_TYPE_MSBE)) in main()
82 collectSBEDump(id, failingUnitId, pathStr, type); in main()
86 dumpCollector.collectDump(type, id, failingUnitId, pathStr); in main()
/openbmc/qemu/include/qapi/qmp/
H A Dqobject.h39 QType type; member
70 #define qobject_to(type, obj) \ argument
71 ((type *)qobject_check_type(obj, glue(QTYPE_CAST_TO_, type)))
126 assert(QTYPE_NONE < obj->base.type && obj->base.type < QTYPE__MAX); in qobject_type()
127 return obj->base.type; in qobject_type()
135 static inline QObject *qobject_check_type(const QObject *obj, QType type) in qobject_check_type() argument
137 if (obj && qobject_type(obj) == type) { in qobject_check_type()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Dqueue.h107 #define SLIST_HEAD(name, type) \ argument
115 #define SLIST_ENTRY(type) \ argument
117 struct type *sle_next; /* next element */ \
168 #define STAILQ_HEAD(name, type) \ argument
177 #define STAILQ_ENTRY(type) \ argument
249 #define BSD_LIST_HEAD(name, type) \ argument
257 #define LIST_ENTRY(type) \ argument
314 #define TAILQ_HEAD(name, type) \ argument
323 #define TAILQ_ENTRY(type) \ argument
405 #define CIRCLEQ_HEAD(name, type) \ argument
[all …]
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidxu3-common.dtsi64 type = "active";
69 type = "active";
74 type = "active";
90 type = "passive";
95 type = "passive";
153 type = "active";
158 type = "active";
163 type = "active";
226 type = "active";
231 type = "active";
[all …]

1...<<11121314151617181920>>...853