Home
last modified time | relevance | path

Searched refs:type (Results 701 – 725 of 21316) sorted by relevance

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

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/
H A DSessionInfo.interface.yaml8 type: byte
14 type: byte
20 type: byte
26 type: uint32
32 type: uint16
38 type: array[byte]
44 type: byte
50 type: byte
/openbmc/linux/include/sound/
H A Dmemalloc.h23 int type; /* SNDRV_DMA_TYPE_XXX */ member
77 int snd_dma_alloc_dir_pages(int type, struct device *dev,
81 static inline int snd_dma_alloc_pages(int type, struct device *dev, in snd_dma_alloc_pages() argument
84 return snd_dma_alloc_dir_pages(type, dev, DMA_BIDIRECTIONAL, size, dmab); in snd_dma_alloc_pages()
87 int snd_dma_alloc_pages_fallback(int type, struct device *dev, size_t size,
108 struct snd_dma_buffer *snd_devm_alloc_dir_pages(struct device *dev, int type,
113 snd_devm_alloc_pages(struct device *dev, int type, size_t size) in snd_devm_alloc_pages() argument
115 return snd_devm_alloc_dir_pages(dev, type, DMA_BIDIRECTIONAL, size); in snd_devm_alloc_pages()
/openbmc/u-boot/arch/mips/lib/
H A Dreloc.c67 static void apply_reloc(unsigned int type, void *addr, long off) in apply_reloc() argument
71 switch (type) { in apply_reloc()
92 panic("Unhandled reloc type %u\n", type); in apply_reloc()
111 unsigned int type; in relocate_code() local
132 type = read_uint(&buf); in relocate_code()
133 if (type == R_MIPS_NONE) in relocate_code()
137 apply_reloc(type, (void *)addr, off); in relocate_code()
/openbmc/qemu/util/
H A Datomic64.c44 #define GEN_READ(name, type) \ argument
45 type name(const type *ptr) \
48 type ret; \
60 #define GEN_SET(name, type) \ in GEN_READ() argument
61 void name(type *ptr, type val) \ in GEN_READ()
/openbmc/linux/include/net/
H A Dicmp.h39 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() argument
43 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt); in icmp_send()
47 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info);
49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() argument
52 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
59 void icmp_out_count(struct net *net, unsigned char type);
H A Damt.h95 u8 type:4, member
99 type:4;
107 u32 type:4, member
112 type:4,
122 u32 type:4, member
127 type:4,
138 u32 type:4, member
145 type:4,
165 type:4,
184 type:4,
[all …]
/openbmc/linux/drivers/pci/msi/
H A Dlegacy.c19 int __weak arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) in arch_setup_msi_irqs() argument
28 if (type == PCI_CAP_ID_MSI && nvec > 1) in arch_setup_msi_irqs()
51 static int pci_msi_setup_check_result(struct pci_dev *dev, int type, int ret) in pci_msi_setup_check_result() argument
56 if (type != PCI_CAP_ID_MSIX || ret >= 0) in pci_msi_setup_check_result()
66 int pci_msi_legacy_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) in pci_msi_legacy_setup_msi_irqs() argument
68 int ret = arch_setup_msi_irqs(dev, nvec, type); in pci_msi_legacy_setup_msi_irqs()
70 ret = pci_msi_setup_check_result(dev, type, ret); in pci_msi_legacy_setup_msi_irqs()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-8x16-phy.txt5 Value type: <string>
10 Value type: <prop-encoded-array>
15 Value type: <prop-encoded-array>
22 Value type: <string>
27 Value type: <phandle>
32 Value type: <phandle>
37 Value type: <phandle>
42 Value type: <prop-encoded-array>
47 Value type: <string>
52 Value type: <prop-encoded-array>
/openbmc/linux/net/batman-adv/
H A Dnetlink.c108 [BATADV_ATTR_ACTIVE] = { .type = NLA_FLAG },
110 [BATADV_ATTR_TT_TTVN] = { .type = NLA_U8 },
112 [BATADV_ATTR_TT_CRC32] = { .type = NLA_U32 },
113 [BATADV_ATTR_TT_VID] = { .type = NLA_U16 },
114 [BATADV_ATTR_TT_FLAGS] = { .type = NLA_U32 },
118 [BATADV_ATTR_TQ] = { .type = NLA_U8 },
123 [BATADV_ATTR_BLA_OWN] = { .type = NLA_FLAG },
125 [BATADV_ATTR_BLA_VID] = { .type = NLA_U16 },
127 [BATADV_ATTR_BLA_CRC] = { .type = NLA_U16 },
133 [BATADV_ATTR_VLANID] = { .type = NLA_U16 },
[all …]
/openbmc/linux/lib/
H A Dkobject.c61 if ((type <= KOBJ_NS_TYPE_NONE) || (type >= KOBJ_NS_TYPES)) in kobj_ns_type_is_valid()
1026 enum kobj_ns_type type = ops->type; in kobj_ns_type_register() local
1032 if (!kobj_ns_type_is_valid(type)) in kobj_ns_type_register()
1036 if (kobj_ns_ops_tbl[type]) in kobj_ns_type_register()
1040 kobj_ns_ops_tbl[type] = ops; in kobj_ns_type_register()
1052 if (kobj_ns_type_is_valid(type)) in kobj_ns_type_registered()
1079 if (kobj_ns_type_is_valid(type) && kobj_ns_ops_tbl[type]) in kobj_ns_current_may_mount()
1091 if (kobj_ns_type_is_valid(type) && kobj_ns_ops_tbl[type]) in kobj_ns_grab_current()
1104 if (kobj_ns_type_is_valid(type) && kobj_ns_ops_tbl[type]) in kobj_ns_netlink()
1116 if (kobj_ns_type_is_valid(type) && kobj_ns_ops_tbl[type]) in kobj_ns_initial()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_sctp.c166 if (sch->type == SCTP_CID_INIT || in do_basic_checks()
167 sch->type == SCTP_CID_INIT_ACK || in do_basic_checks()
176 if (((sch->type == SCTP_CID_COOKIE_ACK || in do_basic_checks()
177 sch->type == SCTP_CID_COOKIE_ECHO || in do_basic_checks()
187 set_bit(sch->type, map); in do_basic_checks()
257 SCTP_CONNTRACK_NONE, sch->type); in sctp_new()
267 if (sch->type == SCTP_CID_INIT) { in sctp_new()
389 if (sch->type == SCTP_CID_INIT) { in nf_conntrack_sctp_packet()
393 } else if (sch->type == SCTP_CID_ABORT) { in nf_conntrack_sctp_packet()
461 old_state, dir, sch->type); in nf_conntrack_sctp_packet()
[all …]
H A Dnfnetlink.c160 u8 cb_id = NFNL_MSG_TYPE(type); in nfnetlink_find_client()
222 int type, err; in nfnetlink_rcv_msg() local
228 type = nlh->nlmsg_type; in nfnetlink_rcv_msg()
288 switch (nc->type) { in nfnetlink_rcv_msg()
431 int msglen, type; in nfnetlink_rcv_batch() local
458 type = nlh->nlmsg_type; in nfnetlink_rcv_batch()
665 int type, group_bit; in nfnetlink_bind_event() local
676 switch (type) { in nfnetlink_bind_event()
703 int type; in nfnetlink_bind() local
723 int type, group_bit; in nfnetlink_unbind() local
[all …]
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-fileops.c33 struct cx18_stream *s = &cx->streams[type]; in cx18_claim_stream()
37 if (type == CX18_ENC_STREAM_TYPE_IDX) { in cx18_claim_stream()
70 if (type != CX18_ENC_STREAM_TYPE_MPG) in cx18_claim_stream()
95 if (s->type == CX18_ENC_STREAM_TYPE_IDX) { in cx18_release_stream()
103 if (s->type == CX18_ENC_STREAM_TYPE_VBI && in cx18_release_stream()
121 if (s->type != CX18_ENC_STREAM_TYPE_MPG) in cx18_release_stream()
179 if (s->type == CX18_ENC_STREAM_TYPE_MPG) { in cx18_get_mdl()
191 s_vbi->type); in cx18_get_mdl()
206 if (s->type == CX18_ENC_STREAM_TYPE_MPG) in cx18_get_mdl()
495 if (cx18_claim_stream(id, s->type)) in cx18_start_capture()
[all …]
/openbmc/u-boot/cmd/
H A Dtpm-v1.c514 int type = 0; in TPM_COMMAND_NO_ARG() local
525 type = TPM_RT_KEY; in TPM_COMMAND_NO_ARG()
527 type = TPM_RT_AUTH; in TPM_COMMAND_NO_ARG()
529 type = TPM_RT_HASH; in TPM_COMMAND_NO_ARG()
531 type = TPM_RT_TRANS; in TPM_COMMAND_NO_ARG()
545 if (!type) { in TPM_COMMAND_NO_ARG()
587 int type = 0; in do_tpm_list() local
602 type = TPM_RT_KEY; in do_tpm_list()
604 type = TPM_RT_AUTH; in do_tpm_list()
606 type = TPM_RT_HASH; in do_tpm_list()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammurc42 ; Connection "fbus", device type serial
54 ; Connection "fbuspl2303", device type usb
56 ; Connection "mbus", device type serial
69 ; Connection "dku2at", device type dku2
77 ; Connection "irdaat", device type irda
90 ; Connection "bluerffbus", device type BT
95 ; Connection "bluephonet", device type BT
100 ; Connection "bluerfat", device type BT
102 ; Connection "blueat", device type BT
106 ; Connection "bluerfobex", device type BT
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mac.c77 enum macaccess_entry_type type) in __lan966x_mac_learn_locked() argument
88 ANA_MACACCESS_ENTRYTYPE_SET(type) | in __lan966x_mac_learn_locked()
99 enum macaccess_entry_type type) in __lan966x_mac_learn() argument
117 enum macaccess_entry_type type) in lan966x_mac_ip_learn() argument
119 WARN_ON(type != ENTRYTYPE_MACV4 && type != ENTRYTYPE_MACV6); in lan966x_mac_ip_learn()
127 enum macaccess_entry_type type) in lan966x_mac_learn() argument
129 WARN_ON(type != ENTRYTYPE_NORMAL && type != ENTRYTYPE_LOCKED); in lan966x_mac_learn()
137 enum macaccess_entry_type type) in lan966x_mac_learn_locked() argument
139 WARN_ON(type != ENTRYTYPE_NORMAL && type != ENTRYTYPE_LOCKED); in lan966x_mac_learn_locked()
147 enum macaccess_entry_type type) in lan966x_mac_forget_locked() argument
[all …]
/openbmc/linux/drivers/iio/common/ssp_sensors/
H A Dssp_dev.c206 return data->delay_buf[type]; in ssp_get_sensor_delay()
226 to_send.c = data->batch_opt_buf[type]; in ssp_enable_sensor()
228 switch (data->check_status[type]) { in ssp_enable_sensor()
234 type, in ssp_enable_sensor()
242 data->sensor_enable |= BIT(type); in ssp_enable_sensor()
260 data->delay_buf[type] = delay; in ssp_enable_sensor()
288 to_send.c = data->batch_opt_buf[type]; in ssp_change_delay()
297 data->delay_buf[type] = delay; in ssp_change_delay()
321 type, (u8 *)&command, in ssp_disable_sensor()
328 data->sensor_enable &= ~BIT(type); in ssp_disable_sensor()
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c57 u32 type; member
203 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()
292 cmd0->body.type = vcotbl->type; in vmw_cotable_scrub()
299 cmd1->body.type = vcotbl->type; in vmw_cotable_scrub()
375 cmd->body.type = vcotbl->type; in vmw_cotable_readback()
506 res->id = vcotbl->type; in vmw_cotable_resize()
562 res->id = vcotbl->type; in vmw_cotable_create()
601 u32 type) in vmw_cotable_alloc() argument
619 vcotbl->res.id = type; in vmw_cotable_alloc()
624 co_info[type].size; in vmw_cotable_alloc()
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-frameintervals.rst49 `v4l2_frmivalenum.type` field is set to
55 ``v4l2_frmivalenum.type`` field is set to
67 the ``type`` field to determine the type of frame interval enumeration
100 .. c:type:: v4l2_frmival_stepwise
107 * - struct :c:type:`v4l2_fract`
110 * - struct :c:type:`v4l2_fract`
113 * - struct :c:type:`v4l2_fract`
118 .. c:type:: v4l2_frmivalenum
139 - ``type``
144 * - struct :c:type:`v4l2_fract`
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/
H A DCreate.interface.yaml28 type: string
33 type: string
38 type: string
43 type: string
47 type: string
52 type: string
57 type: string
61 type: string
65 type: int64
72 type: string
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-scmi.c97 mt_params[3].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
99 mt_params[4].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
107 mt_params[3].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
109 mt_params[4].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
144 mt_params[4].type = ACPI_TYPE_BUFFER; in acpi_smbus_cmi_access()
166 mt_params[0].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
168 mt_params[1].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
170 mt_params[2].type = ACPI_TYPE_INTEGER; in acpi_smbus_cmi_access()
221 if (obj->type != ACPI_TYPE_INTEGER) { in acpi_smbus_cmi_access()
233 if (obj->type != ACPI_TYPE_INTEGER) { in acpi_smbus_cmi_access()
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmac.c275 [IPSET_ATTR_MAXELEM] = { .type = NLA_U32 },
276 [IPSET_ATTR_INITVAL] = { .type = NLA_U32 },
278 [IPSET_ATTR_RESIZE] = { .type = NLA_U8 },
279 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
283 [IPSET_ATTR_IP] = { .type = NLA_NESTED },
284 [IPSET_ATTR_ETHER] = { .type = NLA_BINARY,
286 [IPSET_ATTR_TIMEOUT] = { .type = NLA_U32 },
287 [IPSET_ATTR_LINENO] = { .type = NLA_U32 },
288 [IPSET_ATTR_BYTES] = { .type = NLA_U64 },
289 [IPSET_ATTR_PACKETS] = { .type = NLA_U64 },
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DCommon.metadata.yaml4 type: uint64
8 type: string
10 type: string
19 type: string
28 type: string
33 type: string
/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/IP/
H A DCreate.interface.yaml8 type: enum[xyz.openbmc_project.Network.IP.Protocol]
10 protocol type can be IPv4 or IPv6 etc.
12 type: string
16 type: byte
20 type: string
25 type: object_path
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dqcom,pm8xxx-keypad.txt7 Value type: <string>
14 Value type: <prop-encoded-array>
19 Value type: <prop-encoded-array>
27 Value type: <prop-encoded-array>
33 Value type: <bool>
38 Value type: <bool>
44 Value type: <u32>
50 Value type: <u32>
56 Value type: <u32>
62 Value type: <u32>
[all …]

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