Home
last modified time | relevance | path

Searched refs:type (Results 651 – 675 of 21316) sorted by relevance

1...<<21222324252627282930>>...853

/openbmc/qemu/include/user/
H A Dthunk.h48 #define MK_PTR(type) TYPE_PTR, type argument
49 #define MK_ARRAY(type, size) TYPE_ARRAY, (int)(size), type argument
90 int type, size; in thunk_type_size() local
93 type = *type_ptr; in thunk_type_size()
94 switch(type) { in thunk_type_size()
151 int type; in thunk_type_align() local
154 type = *type_ptr; in thunk_type_align()
155 switch(type) { in thunk_type_align()
/openbmc/linux/include/linux/crush/
H A Dhash.h15 extern const char *crush_hash_name(int type);
17 extern __u32 crush_hash32(int type, __u32 a);
18 extern __u32 crush_hash32_2(int type, __u32 a, __u32 b);
19 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
20 extern __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d);
21 extern __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d,
/openbmc/u-boot/fs/btrfs/
H A Dinode.c56 if (location->type == BTRFS_ROOT_ITEM_KEY) { in btrfs_lookup_inode()
61 location->type = BTRFS_INODE_ITEM_KEY; in btrfs_lookup_inode()
95 key.type = BTRFS_EXTENT_DATA_KEY; in btrfs_readlink()
164 key.type = BTRFS_INODE_ITEM_KEY; in get_parent_inode()
180 key.type = BTRFS_INODE_ITEM_KEY; in get_parent_inode()
218 u8 type = BTRFS_FT_DIR; in btrfs_lookup_path() local
246 type = BTRFS_FT_DIR; in btrfs_lookup_path()
256 type = item.type; in btrfs_lookup_path()
299 *type_p = type; in btrfs_lookup_path()
306 key.type = BTRFS_INODE_ITEM_KEY; in btrfs_lookup_path()
[all …]
/openbmc/u-boot/env/
H A Dflags.c93 return env_flags_vartype_names[type]; in env_flags_get_vartype_name()
110 char *type; in env_flags_parse_vartype() local
115 type = strchr(env_flags_vartype_rep, in env_flags_parse_vartype()
118 if (type != NULL) in env_flags_parse_vartype()
120 (type - &env_flags_vartype_rep[0]); in env_flags_parse_vartype()
221 enum env_flags_vartype type) in _env_flags_validate_type() argument
229 switch (type) { in _env_flags_validate_type()
345 enum env_flags_vartype type; in env_flags_validate_type() local
349 type = env_flags_get_type(name); in env_flags_validate_type()
353 name, value, env_flags_vartype_rep[type]); in env_flags_validate_type()
[all …]
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-fh.rst14 The users of :c:type:`v4l2_fh` (in the V4L2 framework, not the driver) know
15 whether a driver uses :c:type:`v4l2_fh` as its ``file->private_data`` pointer
76 Below is a short description of the :c:type:`v4l2_fh` functions used:
79 (:c:type:`fh <v4l2_fh>`, :c:type:`vdev <video_device>`)
83 :c:type:`v4l2_file_operations`->open() handler.
87 (:c:type:`fh <v4l2_fh>`)
89 - Add a :c:type:`v4l2_fh` to :c:type:`video_device` file handle list.
93 (:c:type:`fh <v4l2_fh>`)
99 (:c:type:`fh <v4l2_fh>`)
117 file struct, uninitialised the :c:type:`v4l2_fh` and frees it.
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c81 fd = socket(addr->sa_family, type, 0); in start_server()
105 fd = socket(addr->sa_family, type, 0); in connect_to_server()
146 rcv_msg(int srv_client, int type) in rcv_msg() argument
150 if (type == SOCK_STREAM) in rcv_msg()
164 client = connect_to_server(addr, len, type); in run_test()
170 if (type == SOCK_STREAM) { in run_test()
197 if (type == SOCK_STREAM && in run_test()
201 else if (type == SOCK_DGRAM && in run_test()
252 int type; member
263 .type = TYPE, \
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_pf_proto.c61 if (type >= ARRAY_SIZE(pf2vf_blkmsg_providers)) in get_blkmsg_response_provider()
64 return pf2vf_blkmsg_providers[type]; in get_blkmsg_response_provider()
89 provider = get_blkmsg_response_provider(type); in adf_pf2vf_blkmsg_get_data()
107 msg_size, type); in adf_pf2vf_blkmsg_get_data()
133 switch (req.type) { in handle_blkmsg_req()
174 resp.type = ADF_PF2VF_MSGTYPE_BLKMSG_RESP; in handle_blkmsg_req()
186 .type = ADF_PF2VF_MSGTYPE_RP_RESET_RESP, in handle_rp_reset_req()
235 switch (msg.type) { in adf_handle_vf2pf_msg()
254 resp->type = ADF_PF2VF_MSGTYPE_VERSION_RESP; in adf_handle_vf2pf_msg()
305 vf_nr, msg.type, msg.data); in adf_handle_vf2pf_msg()
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Dnldev.c53 [RDMA_NLDEV_ATTR_CHARDEV] = { .type = NLA_U64 },
77 [RDMA_NLDEV_ATTR_LID] = { .type = NLA_U32 },
80 [RDMA_NLDEV_ATTR_LMC] = { .type = NLA_U8 },
154 [RDMA_NLDEV_NET_NS_FD] = { .type = NLA_U32 },
1664 if (!strcmp(ops->type, type)) in link_ops_get()
1675 if (WARN_ON_ONCE(link_ops_get(ops->type))) in rdma_link_register()
1699 char type[IFNAMSIZ]; in nldev_newlink() local
1713 nla_strscpy(type, tb[RDMA_NLDEV_ATTR_LINK_TYPE], sizeof(type)); in nldev_newlink()
1722 ops = link_ops_get(type); in nldev_newlink()
1726 request_module("rdma-link-%s", type); in nldev_newlink()
[all …]
/openbmc/linux/net/batman-adv/
H A Dtvlv.c76 if (tvlv_handler_tmp->type != type) in batadv_tvlv_handler_get()
138 if (tvlv_tmp->tvlv_hdr.type != type) in batadv_tvlv_container_get()
209 u8 type, u8 version) in batadv_tvlv_container_unregister() argument
232 u8 type, u8 version, in batadv_tvlv_container_register() argument
245 tvlv_new->tvlv_hdr.type = type; in batadv_tvlv_container_register()
337 tvlv_hdr->type = tvlv->tvlv_hdr.type; in batadv_tvlv_container_ogm_append()
456 tvlv_hdr->type, in batadv_tvlv_containers_process()
547 u8 type, u8 version, u8 flags) in batadv_tvlv_handler_register() argument
569 tvlv_handler->type = type; in batadv_tvlv_handler_register()
591 u8 type, u8 version) in batadv_tvlv_handler_unregister() argument
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipport.c373 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
374 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
376 [IPSET_ATTR_RESIZE] = { .type = NLA_U8 },
377 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
380 [IPSET_ATTR_NETMASK] = { .type = NLA_U8 },
384 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
386 [IPSET_ATTR_PORT] = { .type = NLA_U16 },
388 [IPSET_ATTR_CIDR] = { .type = NLA_U8 },
389 [IPSET_ATTR_PROTO] = { .type = NLA_U8 },
391 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
[all …]
/openbmc/linux/arch/x86/pci/
H A Dxen.c80 map_irq.type = MAP_PIRQ_TYPE_GSI; in xen_register_pirq()
173 if (type == PCI_CAP_ID_MSI && nvec > 1) in xen_setup_msi_irqs()
180 if (type == PCI_CAP_ID_MSIX) in xen_setup_msi_irqs()
190 (type == PCI_CAP_ID_MSIX) ? in xen_setup_msi_irqs()
235 if (type == PCI_CAP_ID_MSI && nvec > 1) in xen_hvm_setup_msi_irqs()
249 (type == PCI_CAP_ID_MSIX) ? in xen_hvm_setup_msi_irqs()
285 map_irq.type = MAP_PIRQ_TYPE_MSI_SEG; in xen_initdom_setup_msi_irqs()
293 map_irq.type = MAP_PIRQ_TYPE_MULTI_MSI; in xen_initdom_setup_msi_irqs()
295 } else if (type == PCI_CAP_ID_MSIX) { in xen_initdom_setup_msi_irqs()
327 map_irq.type = MAP_PIRQ_TYPE_MSI; in xen_initdom_setup_msi_irqs()
[all …]
/openbmc/linux/drivers/usb/host/
H A Disp116x.h460 #define isp116x_show_regs(d,type,s) { \ argument
462 isp116x_show_reg_##type(d, HCCONTROL, s); \
463 isp116x_show_reg_##type(d, HCCMDSTAT, s); \
464 isp116x_show_reg_##type(d, HCINTSTAT, s); \
465 isp116x_show_reg_##type(d, HCINTENB, s); \
467 isp116x_show_reg_##type(d, HCFMREM, s); \
468 isp116x_show_reg_##type(d, HCFMNUM, s); \
475 isp116x_show_reg_##type(d, HCHWCFG, s); \
476 isp116x_show_reg_##type(d, HCDMACFG, s); \
478 isp116x_show_reg_##type(d, HCuPINT, s); \
[all …]
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dqeth.h44 struct qeth_arp_entrytype type; member
51 struct qeth_arp_entrytype type; member
57 struct qeth_arp_entrytype type; member
63 struct qeth_arp_entrytype type; member
70 struct qeth_arp_entrytype type; member
76 struct qeth_arp_entrytype type; member
81 struct qeth_arp_entrytype type; member
86 struct qeth_arp_entrytype type; member
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset-uclass.c19 int sysreset_request(struct udevice *dev, enum sysreset_t type) in sysreset_request() argument
26 return ops->request(dev, type); in sysreset_request()
49 int sysreset_walk(enum sysreset_t type) in sysreset_walk() argument
54 while (ret != -EINPROGRESS && type < SYSRESET_COUNT) { in sysreset_walk()
58 ret = sysreset_request(dev, type); in sysreset_walk()
62 type++; in sysreset_walk()
88 void sysreset_walk_halt(enum sysreset_t type) in sysreset_walk_halt() argument
92 ret = sysreset_walk(type); in sysreset_walk_halt()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/
H A DStatus.interface.yaml5 type: string
9 type: string
13 type: string
17 type: boolean
22 type: boolean
28 type: boolean
35 type: boolean
40 type: boolean
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dtimer.cpp42 auto type = jsonObj["type"].get<std::string>(); in getType() local
43 if (type == "oneshot") in getType()
47 else if (type == "repeating") in getType()
54 std::format("Timer trigger type '{}' is not supported", type) in getType()
88 auto type = getType(jsonObj); in triggerTimer() local
92 return [type = std::move(type), interval = std::move(interval), in triggerTimer()
99 mgr->addTimer(type, interval, std::move(tpPtr)); in triggerTimer()
/openbmc/linux/tools/perf/util/
H A Ddata-convert-bt.c299 struct bt_ctf_field_type *type; in add_tracepoint_field_value() local
334 bt_ctf_field_type_put(type); in add_tracepoint_field_value()
614 if (type & PERF_SAMPLE_IP) { in add_generic_values()
620 if (type & PERF_SAMPLE_TID) { in add_generic_values()
1034 if (!type) in add_tracepoint_fields_types()
1046 type = bt_ctf_field_type_array_create(type, field->arraylen); in add_tracepoint_fields_types()
1124 if (type & PERF_SAMPLE_IP) in add_generic_types()
1435 if (!type) in create_int_type()
1454 return type; in create_int_type()
1457 bt_ctf_field_type_put(type); in create_int_type()
[all …]
/openbmc/linux/arch/xtensa/mm/
H A Dhighmem.c27 static inline enum fixed_addresses kmap_idx(int type, unsigned long color) in kmap_idx() argument
29 int idx = (type + KM_MAX_IDX * smp_processor_id()) * DCACHE_N_COLORS; in kmap_idx()
38 enum fixed_addresses kmap_local_map_idx(int type, unsigned long pfn) in kmap_local_map_idx() argument
40 return kmap_idx(type, DCACHE_ALIAS(pfn << PAGE_SHIFT)); in kmap_local_map_idx()
43 enum fixed_addresses kmap_local_unmap_idx(int type, unsigned long addr) in kmap_local_unmap_idx() argument
45 return kmap_idx(type, DCACHE_ALIAS(addr)); in kmap_local_unmap_idx()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DImage.metadata.yaml5 type: string
10 type: string
15 type: string
20 type: string
22 type: string
27 type: string
/openbmc/fb-ipmi-oem/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('bic', type: 'feature', description: 'Enable bic handlers')
3 option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1)
4 option('debug-card-frame-size', type: 'integer', description: 'debug card frame size.', value: 2)
7 type: 'string',
11 type: 'string',
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dummu.c84 u8 type, index; in nvkm_ummu_type() local
89 type = mmu->type[index].type; in nvkm_ummu_type()
90 args->v0.heap = mmu->type[index].heap; in nvkm_ummu_type()
91 args->v0.vram = !!(type & NVKM_MEM_VRAM); in nvkm_ummu_type()
92 args->v0.host = !!(type & NVKM_MEM_HOST); in nvkm_ummu_type()
93 args->v0.comp = !!(type & NVKM_MEM_COMP); in nvkm_ummu_type()
94 args->v0.disp = !!(type & NVKM_MEM_DISP); in nvkm_ummu_type()
95 args->v0.kind = !!(type & NVKM_MEM_KIND); in nvkm_ummu_type()
96 args->v0.mappable = !!(type & NVKM_MEM_MAPPABLE); in nvkm_ummu_type()
97 args->v0.coherent = !!(type & NVKM_MEM_COHERENT); in nvkm_ummu_type()
[all …]
/openbmc/linux/drivers/mtd/chips/
H A Dgen_probe.c169 int nr_chips, type; in genprobe_new_chip() local
180 type = map_bankwidth(map) / nr_chips; in genprobe_new_chip()
182 for (; type <= CFI_DEVICETYPE_X32; type<<=1) { in genprobe_new_chip()
183 cfi->device_type = type; in genprobe_new_chip()
202 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in cfi_cmdset_unknown() local
207 probename = kasprintf(GFP_KERNEL, "cfi_cmdset_%4.4X", type); in cfi_cmdset_unknown()
213 request_module("cfi_cmdset_%4.4X", type); in cfi_cmdset_unknown()
227 printk(KERN_NOTICE "Support for command set %04X not present\n", type); in cfi_cmdset_unknown()
235 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID; in check_cmd_set() local
237 if (type == P_ID_NONE || type == P_ID_RESERVED) in check_cmd_set()
[all …]
/openbmc/linux/crypto/
H A Dalgboss.c29 } type; member
47 u32 type; member
146 param->type.attr.rta_len = sizeof(param->type); in cryptomgr_schedule_probe()
147 param->type.attr.rta_type = CRYPTOA_TYPE; in cryptomgr_schedule_probe()
148 param->type.data.type = larval->alg.cra_flags & ~CRYPTO_ALG_TESTED; in cryptomgr_schedule_probe()
149 param->type.data.mask = larval->mask & ~CRYPTO_ALG_TESTED; in cryptomgr_schedule_probe()
150 param->tb[0] = &param->type.attr; in cryptomgr_schedule_probe()
177 u32 type = param->type; in cryptomgr_test() local
180 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
205 param->type = alg->cra_flags; in cryptomgr_schedule_test()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/
H A DReportManager.interface.yaml14 type: string
21 type: string
25 type: enum[xyz.openbmc_project.Telemetry.Report.ReportingType]
30 type: enum[xyz.openbmc_project.Telemetry.Report.ReportUpdates]
35 type: size
44 type: uint64
55 type: boolean
60 type: object_path
67 type: size
75 type: uint64
[all …]
/openbmc/smbios-mdr/
H A Dmeson.options3 type: 'feature',
10 type: 'feature',
17 type: 'feature',
24 type: 'feature',
31 type: 'feature',
38 type: 'feature',
45 type: 'feature',

1...<<21222324252627282930>>...853