Home
last modified time | relevance | path

Searched refs:type (Results 276 – 300 of 19390) sorted by relevance

1...<<11121314151617181920>>...776

/openbmc/phosphor-webui/app/common/styles/base/
H A Dfoundation.scss254 [type="reset"],
255 [type="submit"] {
260 [type="button"],
261 [type="reset"],
262 [type="submit"] {
292 [type="radio"] {
481type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type=…
501type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='…
538 [type='submit'],
548 [type='file'],
[all …]
/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.h98 enum parse_opt_type type; member
114 #define check_vtype(v, type) ( BUILD_BUG_ON_ZERO(!__builtin_types_compatible_p(typeof(v), type)) + … argument
116 #define OPT_END() { .type = OPTION_END }
117 #define OPT_PARENT(p) { .type = OPTION_END, .parent = (p) }
118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }
119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }
124 { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), \
138 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
142 { .type = OPTION_STRING, .short_name = (s), .long_name = (l), \
158 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l),\
[all …]
/openbmc/linux/arch/x86/kernel/
H A Djump_label.c60 if (type == JUMP_LABEL_JMP) in __jump_label_patch()
72 addr, addr, addr, expect, size, type); in __jump_label_patch()
76 if (type == JUMP_LABEL_NOP) in __jump_label_patch()
84 enum jump_label_type type, in __jump_label_transform() argument
109 enum jump_label_type type, in jump_label_transform() argument
113 __jump_label_transform(entry, type, init); in jump_label_transform()
118 enum jump_label_type type) in arch_jump_label_transform() argument
120 jump_label_transform(entry, type, 0); in arch_jump_label_transform()
124 enum jump_label_type type) in arch_jump_label_transform_queue() argument
132 arch_jump_label_transform(entry, type); in arch_jump_label_transform_queue()
[all …]
/openbmc/linux/arch/mips/fw/arc/
H A Dmemory.c75 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs() argument
77 switch (type.arcs) { in memtype_classify_arcs()
95 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc() argument
97 switch (type.arc) { in memtype_classify_arc()
118 return memtype_classify_arcs(type); in prom_memtype_classify()
120 return memtype_classify_arc(type); in prom_memtype_classify()
134 i, p, p->base, p->pages, mtypes(p->type)); in prom_meminit()
144 long type; in prom_meminit() local
148 type = prom_memtype_classify(p->type); in prom_meminit()
156 if (type == mem_reserved) in prom_meminit()
[all …]
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.c43 if (item->type == BTRFS_FT_SYMLINK) { in readdir_callback()
57 printf("<%s> ", typestr[item->type]); in readdir_callback()
58 if (item->type == BTRFS_FT_CHRDEV || item->type == BTRFS_FT_BLKDEV) in readdir_callback()
66 if (item->type == BTRFS_FT_SYMLINK) { in readdir_callback()
116 u8 type; in btrfs_ls() local
125 if (type != BTRFS_FT_DIR) { in btrfs_ls()
142 u8 type; in btrfs_exists() local
154 u8 type; in btrfs_size() local
164 if (type != BTRFS_FT_REG_FILE) { in btrfs_size()
179 u8 type; in btrfs_read() local
[all …]
/openbmc/linux/Documentation/devicetree/bindings/nvmem/layouts/
H A Donie,tlv-layout.yaml29 type: object
33 type: object
37 type: object
41 type: object
53 type: object
57 type: object
61 type: object
65 type: object
69 type: object
73 type: object
[all …]
/openbmc/linux/security/apparmor/
H A Daudit.c98 aa_audit_type[ad->type]); in audit_pre()
151 ad->type = type; in aa_audit_msg()
172 if (type == AUDIT_APPARMOR_AUTO) { in aa_audit()
176 type = AUDIT_APPARMOR_AUDIT; in aa_audit()
178 type = AUDIT_APPARMOR_ALLOWED; in aa_audit()
180 type = AUDIT_APPARMOR_DENIED; in aa_audit()
183 (type == AUDIT_APPARMOR_DENIED && in aa_audit()
188 type = AUDIT_APPARMOR_KILL; in aa_audit()
192 aa_audit_msg(type, ad, cb); in aa_audit()
194 if (ad->type == AUDIT_APPARMOR_KILL) in aa_audit()
[all …]
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc141 type *ap = (type *)&a; \
155 type *ap = (type *)&a; \
453 static type##_t name(type##_t a) \
455 type *ap = (type *)&a; \
463 static type##_t name(type##_t a, type##_t b) \
465 type *ap = (type *)&a; \
466 type *bp = (type *)&b; \
561 static type##_t name(type##_t a, type##_t b, type##_t c) \
609 static bool name(type##_t a, type##_t b) \
611 type *ap = (type *)&a; \
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c97 switch(pt->type) { in visit_primitive_type()
142 switch (pl->type) { in visit_primitive_list()
284 const char *type; member
301 pt_copy->type = pt->type; in test_primitives()
307 switch (pt->type) { in test_primitives()
366 pl.type = pl_copy.type = pt->type; in test_primitive_lists()
370 switch (pl.type) { in test_primitive_lists()
749 .type = PTYPE_U8,
754 .type = PTYPE_U8,
759 .type = PTYPE_U8,
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Ddsmthdat.c19 acpi_ds_method_data_delete_value(u8 type,
23 acpi_ds_method_data_set_value(u8 type,
213 acpi_ds_method_data_get_node(u8 type, in acpi_ds_method_data_get_node() argument
223 switch (type) { in acpi_ds_method_data_get_node()
279 acpi_ds_method_data_set_value(u8 type, in acpi_ds_method_data_set_value() argument
333 acpi_ds_method_data_get_value(u8 type, in acpi_ds_method_data_get_value() argument
387 switch (type) { in acpi_ds_method_data_get_value()
407 type)); in acpi_ds_method_data_get_value()
510 type, index, obj_desc)); in acpi_ds_store_object_to_local()
572 if (type == ACPI_REFCLASS_ARG) { in acpi_ds_store_object_to_local()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c258 mmu->type[mmu->type_nr].type = type | mmu->heap[heap].type; in nvkm_mmu_type()
269 mmu->heap[mmu->heap_nr].type = type; in nvkm_mmu_heap()
286 nvkm_mmu_type(mmu, heap, type); in nvkm_mmu_host()
294 type |= NVKM_MEM_MAPPABLE; in nvkm_mmu_host()
298 nvkm_mmu_type(mmu, heap, type); in nvkm_mmu_host()
306 type |= NVKM_MEM_COHERENT; in nvkm_mmu_host()
338 nvkm_mmu_type(mmu, heapU, type); in nvkm_mmu_vram()
339 nvkm_mmu_type(mmu, heapN, type); in nvkm_mmu_vram()
353 type |= NVKM_MEM_MAPPABLE; in nvkm_mmu_vram()
360 type |= NVKM_MEM_COHERENT; in nvkm_mmu_vram()
[all …]
/openbmc/linux/arch/arm/mach-omap2/
H A Dio.c70 .type = MT_DEVICE
76 .type = MT_DEVICE
86 .type = MT_DEVICE
92 .type = MT_DEVICE
98 .type = MT_DEVICE
110 .type = MT_DEVICE
116 .type = MT_DEVICE
122 .type = MT_DEVICE
128 .type = MT_DEVICE
140 .type = MT_DEVICE
[all …]
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-inspur-fp5280g2.dts487 type = <PCA955X_TYPE_GPIO>;
492 type = <PCA955X_TYPE_GPIO>;
497 type = <PCA955X_TYPE_GPIO>;
502 type = <PCA955X_TYPE_GPIO>;
507 type = <PCA955X_TYPE_GPIO>;
512 type = <PCA955X_TYPE_GPIO>;
517 type = <PCA955X_TYPE_GPIO>;
522 type = <PCA955X_TYPE_GPIO>;
538 type = <PCA955X_TYPE_GPIO>;
543 type = <PCA955X_TYPE_GPIO>;
[all …]
/openbmc/linux/crypto/
H A Dapi.c68 if ((q->cra_flags ^ type) & mask) in __crypto_alg_lookup()
139 alg = __crypto_alg_lookup(name, type, mask); in crypto_larval_add()
241 if (!((type | mask) & CRYPTO_ALG_TESTED)) in crypto_alg_lookup()
248 if (((type | mask) ^ fips) & fips) in crypto_alg_lookup()
253 ((type ^ alg->cra_flags) & mask)) { in crypto_alg_lookup()
282 alg = crypto_alg_lookup(name, type, mask); in crypto_larval_lookup()
290 alg = crypto_alg_lookup(name, type, mask); in crypto_larval_lookup()
352 if (type && tfm->exit) in crypto_exit_ops()
571 u32 type, u32 mask) in crypto_find_alg() argument
574 type &= frontend->maskclear; in crypto_find_alg()
[all …]
/openbmc/u-boot/drivers/power/regulator/
H A Dpalmas_regulator.c170 if (type == TPS65917) { in palmas_ldo_bypass_enable()
174 } else if (type == TPS659038) { in palmas_ldo_bypass_enable()
301 int type = dev_get_driver_data(parent); in palmas_ldo_probe() local
303 uc_pdata->type = REGULATOR_TYPE_LDO; in palmas_ldo_probe()
307 uc_pdata->ctrl_reg = palmas_ldo_ctrl[type][idx]; in palmas_ldo_probe()
308 uc_pdata->volt_reg = palmas_ldo_volt[type][idx]; in palmas_ldo_probe()
312 uc_pdata->ctrl_reg = palmas_ldo_ctrl[type][9]; in palmas_ldo_probe()
313 uc_pdata->volt_reg = palmas_ldo_volt[type][9]; in palmas_ldo_probe()
366 int type = dev_get_driver_data(parent); in palmas_smps_probe() local
368 uc_pdata->type = REGULATOR_TYPE_BUCK; in palmas_smps_probe()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-phy-db.c87 if (!phy_db || type >= IWL_PHY_DB_MAX) in iwl_phy_db_get_section()
90 switch (type) { in iwl_phy_db_get_section()
151 enum iwl_phy_db_section_type type; in iwl_phy_db_set_section() local
159 type = le16_to_cpu(phy_db_notif->type); in iwl_phy_db_set_section()
290 if (type == IWL_PHY_DB_CALIB_CHG_PAPD) in iwl_phy_db_get_section_data()
319 type, length); in iwl_send_phy_db_cmd()
322 phy_db_cmd.type = cpu_to_le16(type); in iwl_send_phy_db_cmd()
347 type, in iwl_phy_db_send_all_channel_groups()
357 type, in iwl_phy_db_send_all_channel_groups()
363 type, i, err); in iwl_phy_db_send_all_channel_groups()
[all …]
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c78 .type = "bq27542",
118 .type = "lp8557",
168 .type = EV_SW,
245 .type = "bq27542",
277 .type = EV_SW,
295 .type = "lsm303d",
303 .type = "al3320a",
311 .type = "bq24190",
328 .type = "bq27541",
352 .type = "lp8557",
[all …]
/openbmc/linux/scripts/gcc-plugins/
H A Dstructleak_plugin.c101 tree type = (tree)event_data; in finish_type() local
103 if (type == NULL_TREE || type == error_mark_node) in finish_type()
109 if (TYPE_USERSPACE(type)) in finish_type()
112 if (is_userspace_type(type)) in finish_type()
113 TYPE_USERSPACE(type) = 1; in finish_type()
122 tree type; in initialize() local
155 type = TREE_TYPE(var); in initialize()
156 if (AGGREGATE_TYPE_P(type)) in initialize()
184 tree type = TREE_TYPE(var); in structleak_execute() local
191 if (byref != BYREF_ALL && TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE) in structleak_execute()
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/swift/
H A Dconfig.yaml4 - type: gpio
8 - type: tach
12 type: anyof
17 - type: gpio
21 - type: tach
25 type: anyof
30 - type: gpio
34 - type: tach
38 type: anyof
51 type: anyof
[all …]
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c36 enum hid_bpf_prog_type type; member
65 switch (type) { in BTF_ID()
77 enum hid_bpf_prog_type type) in hid_bpf_program_count() argument
87 if (type != HID_BPF_PROG_TYPE_UNDEF && entry->type != type) in hid_bpf_program_count()
180 if (entry->type == type && entry->hdev == hdev && in hid_bpf_populate_hdev()
214 enum hid_bpf_prog_type type; in hid_bpf_release_progs() local
223 type = entry->type; in hid_bpf_release_progs()
242 if (next->hdev == hdev && next->type == type) { in hid_bpf_release_progs()
478 int type, i; in __hid_bpf_destroy_device() local
483 for (type = 0; type < HID_BPF_PROG_TYPE_MAX; type++) { in __hid_bpf_destroy_device()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DLWP5.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
H A DLWP7.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
H A DLWP4.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
H A DLWP3.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
H A DLWP0.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]

1...<<11121314151617181920>>...776