Home
last modified time | relevance | path

Searched refs:type (Results 6776 – 6800 of 21822) sorted by relevance

1...<<271272273274275276277278279280>>...873

/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_rotate.c247 fsize->type = V4L2_FRMSIZE_TYPE_STEPWISE; in rotate_enum_framesizes()
350 vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type); in rotate_s_fmt_vid_cap()
370 vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type); in rotate_s_fmt_vid_out()
431 if (V4L2_TYPE_IS_OUTPUT(vq->type)) in rotate_queue_setup()
453 if (V4L2_TYPE_IS_OUTPUT(vq->type)) in rotate_buf_prepare()
480 if (V4L2_TYPE_IS_OUTPUT(vq->type)) in rotate_queue_cleanup()
492 if (V4L2_TYPE_IS_OUTPUT(vq->type)) { in rotate_start_streaming()
510 if (V4L2_TYPE_IS_OUTPUT(vq->type)) { in rotate_stop_streaming()
535 src_vq->type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in rotate_queue_init()
550 dst_vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in rotate_queue_init()
/openbmc/linux/drivers/net/ieee802154/
H A Dmac802154_hwsim.c170 switch (mac_cb(skb)->type) { in hwsim_hw_receive()
178 mac_cb(skb)->type); in hwsim_hw_receive()
226 if ((mac_cb(skb)->type == IEEE802154_FC_TYPE_DATA || in hwsim_hw_receive()
227 mac_cb(skb)->type == IEEE802154_FC_TYPE_MAC_CMD) && in hwsim_hw_receive()
235 if (mac_cb(skb)->type == IEEE802154_FC_TYPE_BEACON && in hwsim_hw_receive()
539 [MAC802154_HWSIM_EDGE_ATTR_ENDPOINT_ID] = { .type = NLA_U32 },
540 [MAC802154_HWSIM_EDGE_ATTR_LQI] = { .type = NLA_U8 },
745 [MAC802154_HWSIM_ATTR_RADIO_ID] = { .type = NLA_U32 },
746 [MAC802154_HWSIM_ATTR_RADIO_EDGE] = { .type = NLA_NESTED },
747 [MAC802154_HWSIM_ATTR_RADIO_EDGES] = { .type = NLA_NESTED },
/openbmc/linux/crypto/
H A Dalgapi.c725 const char *name, u32 type, u32 mask) in crypto_grab_spawn() argument
738 type | CRYPTO_ALG_FIPS_INTERNAL, mask); in crypto_grab_spawn()
800 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() argument
811 if (unlikely((alg->cra_flags ^ type) & mask)) in crypto_spawn_tfm()
814 tfm = __crypto_alloc_tfm(alg, type, mask); in crypto_spawn_tfm()
893 int crypto_check_attr_type(struct rtattr **tb, u32 type, u32 *mask_ret) in crypto_check_attr_type() argument
901 if ((algt->type ^ type) & algt->mask) in crypto_check_attr_type()
1043 u32 type, u32 mask) in crypto_type_has_alg() argument
1046 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h244 unsigned int type; member
486 const struct efx_channel_type *type; member
987 const struct efx_nic_type *type; member
1201 u16 type; /* TUNNEL_ENCAP_UDP_PORT_ENTRY_foo, see mcdi_pcol.h */ member
1386 int (*set_wol)(struct efx_nic *efx, u32 type);
1590 efx_channel_get_tx_queue(struct efx_channel *channel, unsigned int type) in efx_channel_get_tx_queue() argument
1592 EFX_WARN_ON_ONCE_PARANOID(type >= EFX_TXQ_TYPES); in efx_channel_get_tx_queue()
1593 return channel->tx_queue_by_type[type]; in efx_channel_get_tx_queue()
1597 efx_get_tx_queue(struct efx_nic *efx, unsigned int index, unsigned int type) in efx_get_tx_queue() argument
1601 return efx_channel_get_tx_queue(channel, type); in efx_get_tx_queue()
/openbmc/linux/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c278 const char *type; in cpg_mssr_clk_src_twocell_get() local
284 type = "core"; in cpg_mssr_clk_src_twocell_get()
286 dev_err(dev, "Invalid %s clock index %u\n", type, in cpg_mssr_clk_src_twocell_get()
294 type = "module"; in cpg_mssr_clk_src_twocell_get()
303 dev_err(dev, "Invalid %s clock index %u\n", type, in cpg_mssr_clk_src_twocell_get()
316 dev_err(dev, "Cannot get %s clock %u: %ld", type, clkidx, in cpg_mssr_clk_src_twocell_get()
342 switch (core->type) { in cpg_mssr_register_core_clk()
359 if (core->type == CLK_TYPE_DIV6_RO) in cpg_mssr_register_core_clk()
363 if (core->type == CLK_TYPE_DIV6P1) { in cpg_mssr_register_core_clk()
386 core->name, core->type); in cpg_mssr_register_core_clk()
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c364 switch (intf->type) { in modeset_init_intf()
421 DRM_DEV_ERROR(dev->dev, "unknown intf: %d\n", intf->type); in modeset_init_intf()
469 enum drm_plane_type type; in modeset_init() local
472 type = DRM_PLANE_TYPE_PRIMARY; in modeset_init()
474 type = DRM_PLANE_TYPE_CURSOR; in modeset_init()
476 type = DRM_PLANE_TYPE_OVERLAY; in modeset_init()
478 plane = mdp5_plane_init(dev, type); in modeset_init()
485 if (type == DRM_PLANE_TYPE_PRIMARY) in modeset_init()
487 if (type == DRM_PLANE_TYPE_CURSOR) in modeset_init()
778 intf->type = intf_types[i]; in interface_init()
/openbmc/linux/tools/perf/util/
H A Devent.c96 static int find_func_symbol_cb(void *arg, const char *name, char type, in find_func_symbol_cb() argument
105 if (!(kallsyms__is_function(type) || in find_func_symbol_cb()
106 type == 'A') || strcmp(name, args->name)) in find_func_symbol_cb()
114 char type __maybe_unused, u64 start) in find_any_symbol_cb()
458 if (event->header.type == PERF_RECORD_SWITCH) in perf_event__fprintf_switch()
483 event->bpf.type, event->bpf.flags, event->bpf.id); in perf_event__fprintf_bpf()
536 perf_event__name(event->header.type)); in perf_event__fprintf()
538 switch (event->header.type) { in perf_event__fprintf()
800 return attr->type == PERF_TYPE_HARDWARE && in is_bts_event()
807 if (attr->type == PERF_TYPE_SOFTWARE && in sample_addr_correlates_sym()
/openbmc/openbmc/meta-phosphor/classes/
H A Dfit-image.bbclass5 CONVERSION_CMD:fitImage = "run_assemble_fitimage ${IMAGE_NAME}.${type}"
97 # $2 ... Section bit type: imagestart - image section start
136 # $4 ... Compression type
153 type = "${UBOOT_MKIMAGE_KERNEL_TYPE}";
202 type = "flat_dt";
240 type = "script";
275 type = "x86_setup";
313 type = "ramdisk";
618 # Find and use the first initramfs image archive type we find
639 …bbfatal "Could not find a valid initramfs type for ${INITRAMFS_IMAGE_NAME}, the supported types ar…
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c44 work->type = IONIC_DW_TYPE_RX_MODE; in ionic_watchdog_cb()
274 work->type = IONIC_DW_TYPE_LIF_RESET; in ionic_heartbeat_check()
368 .init.type = 0, in ionic_dev_cmd_init()
557 .q_identify.type = qtype, in ionic_dev_cmd_queue_identify()
564 void ionic_dev_cmd_lif_identify(struct ionic_dev *idev, u8 type, u8 ver) in ionic_dev_cmd_lif_identify() argument
568 .lif_identify.type = type, in ionic_dev_cmd_lif_identify()
606 .q_init.type = q->type, in ionic_dev_cmd_adminq_init()
607 .q_init.ver = qcq->q.lif->qtype_info[q->type].version, in ionic_dev_cmd_adminq_init()
/openbmc/bmcweb/
H A D.clang-tidy18 bugprone-fold-init-type,
255 cppcoreguidelines-pro-type-const-cast,
256 cppcoreguidelines-pro-type-cstyle-cast,
257 cppcoreguidelines-pro-type-member-init,
258 cppcoreguidelines-pro-type-reinterpret-cast,
259 cppcoreguidelines-pro-type-static-cast-downcast,
260 cppcoreguidelines-pro-type-union-access,
261 cppcoreguidelines-pro-type-vararg,
325 performance-type-promotion-in-math-fn,
333 readability-const-return-type,
/openbmc/qemu/net/
H A Dtap.c212 assert(nc->info->type == NET_CLIENT_DRIVER_TAP); in tap_has_ufo()
221 assert(nc->info->type == NET_CLIENT_DRIVER_TAP); in tap_has_uso()
230 assert(nc->info->type == NET_CLIENT_DRIVER_TAP); in tap_has_vnet_hdr()
244 assert(nc->info->type == NET_CLIENT_DRIVER_TAP); in tap_set_vnet_hdr_len()
320 assert(nc->info->type == NET_CLIENT_DRIVER_TAP); in tap_set_steering_ebpf()
328 assert(nc->info->type == NET_CLIENT_DRIVER_TAP); in tap_get_fd()
335 .type = NET_CLIENT_DRIVER_TAP,
584 assert(netdev->type == NET_CLIENT_DRIVER_BRIDGE); in net_init_bridge()
772 assert(netdev->type == NET_CLIENT_DRIVER_TAP); in net_init_tap()
986 assert(nc->info->type == NET_CLIENT_DRIVER_TAP); in tap_get_vhost_net()
/openbmc/dbus-sensors/
H A D.clang-tidy17 bugprone-fold-init-type,
251 cppcoreguidelines-pro-type-const-cast,
252 cppcoreguidelines-pro-type-cstyle-cast,
253 cppcoreguidelines-pro-type-member-init,
254 cppcoreguidelines-pro-type-reinterpret-cast,
255 cppcoreguidelines-pro-type-static-cast-downcast,
256 cppcoreguidelines-pro-type-union-access,
257 cppcoreguidelines-pro-type-vararg,
319 performance-type-promotion-in-math-fn,
327 readability-const-return-type,
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_tests.cpp429 "type": "n+1" in TEST()
468 "type": "iout", in TEST()
3446 "type": "n+1" in TEST()
3486 "type": "n+2" in TEST()
3502 "type": "n+1", in TEST()
3783 "type": "iout", in TEST()
3801 "type": "temperature", in TEST()
3834 "type": "iout", in TEST()
3870 "type": "iout", in TEST()
3887 "type": "iout", in TEST()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c96 if ((vif->type == NL80211_IFTYPE_AP || in ath9k_htc_vif_iter()
1050 switch (vif->type) { in ath9k_htc_add_interface()
1092 INC_VIF(priv, vif->type); in ath9k_htc_add_interface()
1094 if ((vif->type == NL80211_IFTYPE_AP) || in ath9k_htc_add_interface()
1096 (vif->type == NL80211_IFTYPE_ADHOC)) in ath9k_htc_add_interface()
1108 vif->type, avp->index); in ath9k_htc_add_interface()
1146 DEC_VIF(priv, vif->type); in ath9k_htc_remove_interface()
1148 if ((vif->type == NL80211_IFTYPE_AP) || in ath9k_htc_remove_interface()
1150 (vif->type == NL80211_IFTYPE_ADHOC)) in ath9k_htc_remove_interface()
1578 vif->type == NL80211_IFTYPE_AP && in ath9k_htc_bss_info_changed()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dmount_api.rst101 constructed or reconfigured. This retains a reference on the type owner.
145 This is a string to be added to the type displayed in /proc/mounts to
443 filesystem type as fs_type.
572 Multiple superblocks of this type may exist and they're keyed on
578 Multiple independent superblocks of this type may exist. This
616 entries are of type::
621 enum fs_parameter_type type:8;
630 The 'type' field indicates the desired value type and must be one of:
703 entry. This is of type::
742 table is an array of elements of the following type::
[all …]
/openbmc/linux/arch/powerpc/boot/dts/
H A Dkmeter1.dts326 phy-connection-type = "rgmii-id";
342 phy-connection-type = "rgmii-id";
358 phy-connection-type = "rmii";
374 phy-connection-type = "rmii";
390 phy-connection-type = "rmii";
406 phy-connection-type = "rmii";
422 phy-connection-type = "rmii";
/openbmc/linux/sound/i2c/other/
H A Dak4113.c176 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_ak4113_in_error_info()
214 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_ak4113_rx_info()
252 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_ak4113_rate_info()
272 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958; in snd_ak4113_spdif_info()
292 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958; in snd_ak4113_spdif_mask_info()
307 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_ak4113_spdif_pinfo()
334 uinfo->type = SNDRV_CTL_ELEM_TYPE_BYTES; in snd_ak4113_spdif_qinfo()
/openbmc/linux/arch/sparc/lib/
H A DNG4memcpy.S66 #define LOAD(type,addr,dest) type [addr], dest argument
71 #define STORE(type,src,addr) type src, [addr] argument
73 #define STORE(type,src,addr) type##a src, [addr] %asi argument
102 .type FUNC_NAME,#function
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c76 enum usb_ctlr_type type; member
211 controller = &fdt_usb_controllers[config->type]; in tegra_ehci_powerup_fixup()
244 controller = &fdt_usb_controllers[config->type]; in tegra_ehci_get_port_speed()
380 controller = &fdt_usb_controllers[config->type]; in init_utmi_usb_controller()
381 debug("controller=%p, type=%d\n", controller, config->type); in init_utmi_usb_controller()
822 priv->type = dev_get_driver_data(dev); in ehci_usb_ofdata_to_platdata()
842 config_clock(get_pll_timing(&fdt_usb_controllers[priv->type])); in ehci_usb_probe()
/openbmc/u-boot/scripts/kconfig/
H A Dmconf.c471 int type, tmp, doint = 2; in build_conf() local
491 switch (prop->type) { in build_conf()
529 type = sym_get_type(sym); in build_conf()
542 switch (type) { in build_conf()
590 switch (type) { in build_conf()
632 if (menu->prompt->type == P_MENU) { in build_conf()
698 else if (submenu->prompt->type == P_MENU) in conf()
/openbmc/linux/net/ethtool/
H A Dbitset.c306 [ETHTOOL_A_BITSET_NOMASK] = { .type = NLA_FLAG },
309 [ETHTOOL_A_BITSET_BITS] = { .type = NLA_NESTED },
310 [ETHTOOL_A_BITSET_VALUE] = { .type = NLA_BINARY },
311 [ETHTOOL_A_BITSET_MASK] = { .type = NLA_BINARY },
315 [ETHTOOL_A_BITSET_BIT_INDEX] = { .type = NLA_U32 },
316 [ETHTOOL_A_BITSET_BIT_NAME] = { .type = NLA_NUL_STRING },
317 [ETHTOOL_A_BITSET_BIT_VALUE] = { .type = NLA_FLAG },
/openbmc/linux/Documentation/input/
H A Dff.rst170 play.type = EV_FF;
177 stop.type = EV_FF;
196 ie.type = EV_FF;
208 type. But you can enable it if you want.
215 ie.type = EV_FF;
230 type of device, not all parameters can be dynamically updated. For example,
248 unsigned short type;
/openbmc/linux/Documentation/admin-guide/
H A Dbinfmt-misc.rst9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes
18 To actually register a new binary type, you have to set up a string looking like
19 ``:name:type:offset:magic:mask:interpreter:flags`` (where you can choose the
28 - ``type``
29 is the type of recognition. Give ``M`` for magic and ``E`` for extension.
32 defaults to 0 if you omit it (i.e. you write ``:name:type::magic...``).
130 You can enable/disable binfmt_misc or one binary type by echoing 0 (to disable)
/openbmc/linux/sound/isa/
H A Dcmi8330.c165 enum card_type type; member
300 strcpy(card->mixername, (acard->type == CMI8329) ? "CMI8329" : "CMI8330/C3D"); in snd_cmi8330_mixer()
327 acard->type = (id->devs[3].id[0]) ? CMI8329 : CMI8330; in snd_cmi8330_pnp()
437 err = snd_pcm_new(card, (chip->type == CMI8329) ? "CMI8329" : "CMI8330", 0, 1, 1, &pcm); in snd_cmi8330_pcm()
440 strcpy(pcm->name, (chip->type == CMI8329) ? "CMI8329" : "CMI8330"); in snd_cmi8330_pcm()
595 strcpy(card->driver, (acard->type == CMI8329) ? "CMI8329" : "CMI8330/C3D"); in snd_cmi8330_probe()
596 strcpy(card->shortname, (acard->type == CMI8329) ? "C-Media CMI8329" : "C-Media CMI8330/C3D"); in snd_cmi8330_probe()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_mpc.h71 #define IS_IQD(card) ((card)->info.type == QETH_CARD_TYPE_IQD)
72 #define IS_OSD(card) ((card)->info.type == QETH_CARD_TYPE_OSD)
73 #define IS_OSM(card) ((card)->info.type == QETH_CARD_TYPE_OSM)
76 #define IS_OSX(card) ((card)->info.type == QETH_CARD_TYPE_OSX)
432 __u8 type; member
505 u16 type; member
620 __u8 type; member

1...<<271272273274275276277278279280>>...873