Home
last modified time | relevance | path

Searched refs:type (Results 226 – 250 of 18878) sorted by relevance

12345678910>>...756

/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/
H A DDevice.interface.yaml20 - name: type
73 type: string
81 type: string
86 type: string
91 type: string
96 type: uint64
102 type: uint32
140 type: double
147 type: double
186 type: int64
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.h148 type CNVC_BYPASS; \
149 type ALPHA_EN; \
153 type CUR0_MODE; \
154 type CUR0_COLOR0; \
155 type CUR0_COLOR1; \
159 type CURSOR_WIDTH; \
160 type CURSOR_HEIGHT; \
161 type CURSOR_MODE; \
163 type CURSOR_PITCH; \
166 type CUR0_ENABLE; \
[all …]
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c175 type->name); in ptrace_set_get_inherit()
185 type->name); in ptrace_set_get_inherit()
197 type->name); in ptrace_set_get_inherit()
203 type->name); in ptrace_set_get_inherit()
255 type->name, vl); in ptrace_set_get_vl()
304 type->name, ret); in ptrace_sve_fpsimd()
316 type->name); in ptrace_sve_fpsimd()
319 type->name); in ptrace_sve_fpsimd()
415 type->name, vl); in ptrace_set_sve_get_sve_data()
500 type->name, vl); in ptrace_set_sve_get_fpsimd_data()
[all …]
/openbmc/linux/include/crypto/internal/
H A Dcipher.h57 u32 type, u32 mask) in crypto_alloc_cipher() argument
59 type &= ~CRYPTO_ALG_TYPE_MASK; in crypto_alloc_cipher()
60 type |= CRYPTO_ALG_TYPE_CIPHER; in crypto_alloc_cipher()
92 type &= ~CRYPTO_ALG_TYPE_MASK; in crypto_has_cipher()
93 type |= CRYPTO_ALG_TYPE_CIPHER; in crypto_has_cipher()
96 return crypto_has_alg(alg_name, type, mask); in crypto_has_cipher()
187 const char *name, u32 type, u32 mask) in crypto_grab_cipher() argument
189 type &= ~CRYPTO_ALG_TYPE_MASK; in crypto_grab_cipher()
190 type |= CRYPTO_ALG_TYPE_CIPHER; in crypto_grab_cipher()
192 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_cipher()
[all …]
/openbmc/linux/arch/x86/events/intel/
H A Duncore.c429 struct intel_uncore_type *type = box->pmu->type; in uncore_get_event_constraint() local
739 if (event->attr.type != event->pmu->type) in uncore_pmu_event_init()
868 struct intel_uncore_type *type = pmu->type; in uncore_get_alias_name() local
874 type->type_id, uncore_get_box_id(type, pmu)); in uncore_get_alias_name()
880 struct intel_uncore_type *type = pmu->type; in uncore_get_pmu_name() local
962 type->cleanup_mapping(type); in uncore_type_exit()
1001 pmus[i].type = type; in uncore_type_init()
1036 type->set_mapping(type); in uncore_type_init()
1084 type = *types; in uncore_pci_find_dev_pmu_from_types()
1089 box_ctl = type->box_ctls[die] + type->pci_offsets[i]; in uncore_pci_find_dev_pmu_from_types()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DPersistentMemory.interface.yaml5 type: uint16
10 type: uint16
14 type: uint16
19 type: uint16
24 type: uint64
28 type: uint64
32 type: uint64
36 type: uint64
40 type: uint64
44 type: uint64
[all …]
/openbmc/phosphor-host-ipmid/
H A Dmeson.options2 option('tests', type: 'feature', description: 'Build tests')
3 option('boot-flag-safe-mode-support', type: 'feature', description: 'Add option to enable/disable s…
7 option('softoff', type: 'feature', description: 'Builds soft power off')
26 option('host-name', type: 'string', value: 'host', description: 'The Control Host D-Bus Object Mana…
39 option('libuserlayer', type: 'feature', description: 'Option to exclue exclude libuserlayer')
46 option('transport-oem', type: 'feature', value: 'disabled', description: 'Enable transporthandler_o…
49 option('ipmi-whitelist', type: 'feature', description: 'Enable/disable IPMI whitelist filtering')
69 option('sensor-yaml-gen', type: 'string', value: 'sensor-example.yaml')
70 option('invsensor-yaml-gen', type: 'string', value: 'inventory-sensor-example.yaml')
71 option('fru-yaml-gen', type: 'string', value: 'fru-read-example.yaml')
[all …]
/openbmc/phosphor-power/
H A Dmeson.options2 'input-history-busname-root', type: 'string',
7 'input-history-sensor-root', type: 'string',
12 'input-history-sync-gpio', type: 'string',
36 'ibm-vpd', type: 'boolean', value: false,
48 'cold-redundancy', type: 'boolean',
52 'supply-monitor', type: 'boolean',
56 'supply-monitor-ng', type: 'boolean',
60 'regulators', type: 'boolean',
64 'sequencer-monitor', type: 'boolean',
68 'power-control', type: 'boolean',
[all …]
/openbmc/linux/mm/
H A Dzpool.c76 if (!strcmp(driver->type, type)) { in zpool_get_driver()
114 bool zpool_has_pool(char *type) in zpool_has_pool() argument
119 request_module("zpool-%s", type); in zpool_has_pool()
120 driver = zpool_get_driver(type); in zpool_has_pool()
152 pr_debug("creating pool type %s\n", type); in zpool_create_pool()
154 driver = zpool_get_driver(type); in zpool_create_pool()
157 request_module("zpool-%s", type); in zpool_create_pool()
158 driver = zpool_get_driver(type); in zpool_create_pool()
162 pr_err("no driver for type %s\n", type); in zpool_create_pool()
183 pr_debug("created pool type %s\n", type); in zpool_create_pool()
[all …]
/openbmc/qemu/scripts/coccinelle/
H A Duse-g_new-etc.cocci3 type T;
8 type T;
13 type T;
18 type T;
23 type T;
29 type T;
35 type T;
41 type T;
47 type T;
53 type T;
[all …]
/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/
H A Dpalmetto-ipmi-sensors.yaml10 type: string
13 type: string
16 type: string
19 type: string
22 type: string
25 type: string
43 type: bool
47 type: bool
81 type: bool
88 type: bool
[all …]
/openbmc/linux/fs/quota/
H A Dquota.c56 int type = *(int *)arg; in quota_sync_one() local
75 switch (type) { in qtype_enforce_flag()
131 tstate = state.s_state + type; in quota_getinfo()
671 int type, qid_t id) in copy_to_xfs_dqblk() argument
679 if (type == USRQUOTA) in copy_to_xfs_dqblk()
681 else if (type == PRJQUOTA) in copy_to_xfs_dqblk()
772 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()
920 uint cmds, type; in SYSCALL_DEFINE4() local
926 type = cmd & SUBCMDMASK; in SYSCALL_DEFINE4()
928 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
[all …]
/openbmc/u-boot/drivers/clk/
H A Dmpc83xx_clk.c43 return type == SOC_MPC8360; in is_clk_valid()
45 return (type == SOC_MPC8308) || (type == SOC_MPC8309); in is_clk_valid()
49 return type == SOC_MPC8315; in is_clk_valid()
56 return type == SOC_MPC8360; in is_clk_valid()
58 return type == SOC_MPC8349; in is_clk_valid()
66 return (type == SOC_MPC8308) || (type == SOC_MPC8309); in is_clk_valid()
68 return mpc83xx_has_pci(type); in is_clk_valid()
75 return mpc83xx_has_quicc_engine(type) && (type != SOC_MPC8309); in is_clk_valid()
321 ulong type; in mpc83xx_clk_probe() local
333 if (mpc83xx_has_sdhc(type)) in mpc83xx_clk_probe()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_icmpv6.c42 tuple->dst.u.icmp.type = hp->icmp6_type; in icmpv6_pkt_to_tuple()
71 int type = orig->dst.u.icmp.type - 128; in nf_conntrack_invert_icmpv6_tuple() local
72 if (type < 0 || type >= sizeof(invmap) || !invmap[type]) in nf_conntrack_invert_icmpv6_tuple()
76 tuple->dst.u.icmp.type = invmap[type] - 1; in nf_conntrack_invert_icmpv6_tuple()
102 int type = ct->tuplehash[0].tuple.dst.u.icmp.type - 128; in nf_conntrack_icmpv6_packet() local
104 if (type < 0 || type >= sizeof(valid_new) || !valid_new[type]) { in nf_conntrack_icmpv6_packet()
107 type + 128); in nf_conntrack_icmpv6_packet()
190 int type; in nf_conntrack_icmpv6_error() local
205 type = icmp6h->icmp6_type - 130; in nf_conntrack_icmpv6_error()
206 if (type >= 0 && type < sizeof(noct_valid_new) && in nf_conntrack_icmpv6_error()
[all …]
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/
H A Devents.yaml16 type: /org/open_power/control
115 - type
124 - type
141 - type
152 - type
263 type: bool
268 type: bool
280 type: oneshot
292 type: bool
297 type: bool
[all …]
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_json_unittest.cpp25 "type" : "file", in TEST()
30 "type" : "systemd", in TEST()
51 "type" : "file", in TEST()
81 "type" : "systemd", in TEST()
97 "type" : "file", in TEST()
118 "type" : "file", in TEST()
134 "type" : "file", in TEST()
151 "type" : "file", in TEST()
166 "type" : "file", in TEST()
181 "type" : "file", in TEST()
[all …]
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_json_unittest.cpp39 "type" : "file", in TEST()
65 "type" : "file", in TEST()
111 "type" : "file", in TEST()
132 "type" : "file", in TEST()
148 "type" : "file", in TEST()
165 "type" : "file", in TEST()
180 "type" : "file", in TEST()
195 "type" : "file", in TEST()
221 "type" : "file", in TEST()
243 "type" : "file", in TEST()
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/
H A Du-boot.inc60 for type in ${UBOOT_CONFIG}; do
104 for type in ${UBOOT_CONFIG}; do
109 … ln -sf ${UBOOT_BINARYNAME}-${type}-${PV}-${PR}.${UBOOT_SUFFIX} ${D}/boot/${UBOOT_BINARY}-${type}
142 for type in ${UBOOT_CONFIG}; do
147 … ln -sf u-boot-${type}-${PV}-${PR}.${UBOOT_ELF_SUFFIX} ${D}/boot/${UBOOT_BINARY}-${type}
222 for type in ${UBOOT_CONFIG}; do
228 … ln -sf ${UBOOT_BINARYNAME}-${type}-${PV}-${PR}.${UBOOT_SUFFIX} ${UBOOT_SYMLINK}-${type}
230 … ln -sf ${UBOOT_BINARYNAME}-${type}-${PV}-${PR}.${UBOOT_SUFFIX} ${UBOOT_BINARY}-${type}
238 … ln -sf ${UBOOT_INITIAL_ENV}-${MACHINE}-${type}-${PV}-${PR} ${UBOOT_INITIAL_ENV}-${type}
280 … ln -sf u-boot-${type}-${PV}-${PR}.${UBOOT_ELF_SUFFIX} ${DEPLOYDIR}/${UBOOT_ELF_BINARY}-${type}
[all …]
/openbmc/linux/scripts/kconfig/
H A Dmenu.c117 if (sym->type == type) in menu_set_type()
120 sym->type = type; in menu_set_type()
126 sym_type_name(sym->type), sym_type_name(type)); in menu_set_type()
136 prop->type = type; in menu_add_prop()
217 return sym2->type == S_INT || sym2->type == S_HEX || in menu_validate_number()
230 if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && in sym_check_prop()
238 if (sym->type == S_HEX || sym->type == S_INT) { in sym_check_prop()
259 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
272 if (sym->type != S_INT && sym->type != S_HEX) in sym_check_prop()
667 type = menu->prompt ? menu->prompt->type : 0; in menu_get_parent_menu()
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Dfou.yaml17 type: enum
34 type: u16
38 type: u8
41 type: u8
43 name: type
44 type: u8
47 type: flag
50 type: u32
58 type: u32
66 type: u16
[all …]
/openbmc/linux/drivers/md/
H A Ddm-cache-policy.c80 int dm_cache_policy_register(struct dm_cache_policy_type *type) in dm_cache_policy_register() argument
85 if (type->hint_size != 0 && type->hint_size != 4) { in dm_cache_policy_register()
91 if (__find_policy(type->name)) { in dm_cache_policy_register()
95 list_add(&type->list, &register_list); in dm_cache_policy_register()
107 list_del_init(&type->list); in dm_cache_policy_unregister()
118 struct dm_cache_policy_type *type; in dm_cache_policy_create() local
120 type = get_policy(name); in dm_cache_policy_create()
121 if (!type) { in dm_cache_policy_create()
126 p = type->create(cache_size, origin_size, cache_block_size); in dm_cache_policy_create()
128 put_policy(type); in dm_cache_policy_create()
[all …]
/openbmc/linux/tools/bpf/bpftool/
H A Dcgroup.c46 enum bpf_attach_type type; in parse_attach_type() local
48 for (type = 0; ; type++) { in parse_attach_type()
53 return type; in parse_attach_type()
59 for (type = 0; ; type++) { in parse_attach_type()
64 return type; in parse_attach_type()
184 enum bpf_attach_type type; in cgroup_has_attached_progs() local
187 for (type = 0; type < __MAX_BPF_ATTACH_TYPE; type++) { in cgroup_has_attached_progs()
287 enum bpf_attach_type type; in do_show() local
339 for (type = 0; type < __MAX_BPF_ATTACH_TYPE; type++) { in do_show()
369 enum bpf_attach_type type; in do_show_tree_fn() local
[all …]
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c1030 dst->_present.type = 1; in ethtool_tunnel_udp_entry_parse()
1031 dst->type = mnl_attr_get_u32(attr); in ethtool_tunnel_udp_entry_parse()
1067 if (type == ETHTOOL_A_STRING_INDEX) { in ethtool_string_parse()
1356 if (type == ETHTOOL_A_STRINGSET_ID) { in ethtool_stringset_parse()
2448 if (type == ETHTOOL_A_WOL_HEADER) { in ethtool_wol_get_rsp_parse()
4094 if (type == ETHTOOL_A_EEE_HEADER) { in ethtool_eee_get_rsp_parse()
4644 if (type == ETHTOOL_A_FEC_HEADER) { in ethtool_fec_get_rsp_parse()
5285 if (type == ETHTOOL_A_PSE_HEADER) { in ethtool_pse_get_rsp_parse()
5451 if (type == ETHTOOL_A_RSS_HEADER) { in ethtool_rss_get_rsp_parse()
5600 if (type == ETHTOOL_A_PLCA_HEADER) { in ethtool_plca_get_cfg_rsp_parse()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcoredump.c812 .type = ATH10K_MEM_REGION_TYPE_REG,
827 .type = ATH10K_MEM_REGION_TYPE_REG,
855 .type = ATH10K_MEM_REGION_TYPE_AXI,
865 .type = ATH10K_MEM_REGION_TYPE_REG,
888 .type = ATH10K_MEM_REGION_TYPE_AXI,
918 .type = ATH10K_MEM_REGION_TYPE_REG,
941 .type = ATH10K_MEM_REGION_TYPE_AXI,
951 .type = ATH10K_MEM_REGION_TYPE_REG,
996 .type = ATH10K_MEM_REGION_TYPE_REG,
1006 .type = ATH10K_MEM_REGION_TYPE_REG,
[all …]
/openbmc/qemu/block/
H A Daccounting.c108 assert(type < BLOCK_MAX_IOTYPE); in block_acct_start()
112 cookie->type = type; in block_acct_start()
214 assert(cookie->type < BLOCK_MAX_IOTYPE); in block_account_one_io()
216 if (cookie->type == BLOCK_ACCT_NONE) { in block_account_one_io()
225 stats->nr_ops[cookie->type]++; in block_account_one_io()
241 cookie->type = BLOCK_ACCT_NONE; in block_account_one_io()
256 assert(type < BLOCK_MAX_IOTYPE); in block_acct_invalid()
263 stats->invalid_ops[type]++; in block_acct_invalid()
274 assert(type < BLOCK_MAX_IOTYPE); in block_acct_merge_done()
277 stats->merged[type] += num_requests; in block_acct_merge_done()
[all …]

12345678910>>...756