Home
last modified time | relevance | path

Searched refs:type (Results 19401 – 19425 of 21822) sorted by relevance

1...<<771772773774775776777778779780>>...873

/openbmc/linux/Documentation/driver-api/usb/
H A Dusb.rst20 downstream or it does not matter with a type C plug (or they are built into the
75 type and direction of data transfer such as "bulk out" or "interrupt
198 For historical reasons they are in two layers: :c:type:`struct
200 in the 2.2 kernels, while :c:type:`struct usb_hcd <usb_hcd>`
633 identifies the endpoint type (``USBDEVFS_URB_TYPE_*``), endpoint
656 unsigned char type;
/openbmc/qemu/target/ppc/
H A Dint_helper.c523 #define VARITHFPFMA(suffix, type) \ argument
530 type, &env->vec_status); \
537 #define VARITHSAT_CASE(type, op, cvt, element) \ argument
539 type result = (type)a->element[i] op (type)b->element[i]; \
/openbmc/linux/drivers/target/
H A Dtarget_core_user.c365 [TCMU_ATTR_DEVICE] = { .type = NLA_STRING },
366 [TCMU_ATTR_MINOR] = { .type = NLA_U32 },
367 [TCMU_ATTR_CMD_STATUS] = { .type = NLA_S32 },
368 [TCMU_ATTR_DEVICE_ID] = { .type = NLA_U32 },
369 [TCMU_ATTR_SUPP_KERN_CMD_REPLY] = { .type = NLA_U8 },
H A Dtarget_core_configfs.c2034 u8 type = 0; in target_pr_res_aptpl_metadata_store() local
2115 type = (u8)arg; in target_pr_res_aptpl_metadata_store()
2186 if (res_holder && !(type)) { in target_pr_res_aptpl_metadata_store()
2188 " holder\n", type); in target_pr_res_aptpl_metadata_store()
2195 res_holder, all_tg_pt, type); in target_pr_res_aptpl_metadata_store()
/openbmc/linux/Documentation/filesystems/
H A Doverlayfs.rst107 filesystem type.
630 - Header including path type information (e.g. lower/upper)
639 1. Find underlying layer by UUID and path type information.
645 decoded underlying dentry, the path type and index inode, if found.
646 6. For a directory, use the connected underlying decoded dentry, path type
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dpolaris10_smumgr.c2364 static int polaris10_update_smc_table(struct pp_hwmgr *hwmgr, uint32_t type) in polaris10_update_smc_table() argument
2366 switch (type) { in polaris10_update_smc_table()
2418 static uint32_t polaris10_get_offsetof(uint32_t type, uint32_t member) in polaris10_get_offsetof() argument
2420 switch (type) { in polaris10_get_offsetof()
2460 pr_warn("can't get the offset of type %x member %x\n", type, member); in polaris10_get_offsetof()
/openbmc/linux/Documentation/arch/m68k/
H A Dkernel-options.rst177 devices are possible depends on the machine type. There are no checks
575 :Syntax: ataflop=<drive type>[,<trackbuffering>[,<steprateA>[,<steprateB>]]]
577 The drive type may be 0, 1, or 2, for DD, HD, and ED, resp. This
579 probed (see also below). The default is 1 (HD). Only one drive type
581 type.
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra186.dtsi2088 type = "critical";
2107 type = "critical";
2125 type = "critical";
2143 type = "critical";
2161 type = "critical";
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c1832 u32 type, unsigned long pa) in qib_6120_put_tid() argument
1856 if (type == RCVHQ_RCV_TYPE_EAGER) in qib_6120_put_tid()
1877 tidlockp = (type == RCVHQ_RCV_TYPE_EAGER && tidx < dd->rcvhdrcnt) in qib_6120_put_tid()
1899 u32 type, unsigned long pa) in qib_6120_put_tid_2() argument
1920 if (type == RCVHQ_RCV_TYPE_EAGER) in qib_6120_put_tid_2()
/openbmc/linux/sound/usb/
H A Dmixer_quirks.c1629 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958; in snd_microii_spdif_info()
2365 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_rme_rate_info()
2642 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in snd_bbfpro_ctl_info()
2739 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_bbfpro_vol_info()
3262 info->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED; in snd_djm_controls_info()
/openbmc/qemu/docs/interop/
H A Dlive-block-operations.rst470 "type": "commit",
612 "type": "mirror",
723 (QEMU) nbd-server-start addr={"type":"inet","data":{"host":"::","port":"49153"}}
732 "type": "inet"
899 "type": "mirror",
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c777 enum hdmi_infoframe_type type, in vc4_hdmi_stop_packet() argument
782 u32 packet_id = type - 0x80; in vc4_hdmi_stop_packet()
809 u32 packet_id = frame->any.type - 0x80; in vc4_hdmi_write_infoframe()
834 ret = vc4_hdmi_stop_packet(encoder, frame->any.type, true); in vc4_hdmi_write_infoframe()
3671 vc4_hdmi->encoder.type = variant->encoder_type; in vc4_hdmi_bind()
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c281 static struct compressor *find_compressor(int type);
1287 [IFLA_PPP_DEV_FD] = { .type = NLA_S32 },
1640 dev->type = ARPHRD_PPP; in ppp_setup()
3273 find_compressor(int type) in find_compressor() argument
3279 ce = find_comp_entry(type); in find_compressor()
/openbmc/u-boot/doc/
H A DREADME.rockchip101 To erase your MMC, you can boot into Linux and type (as root)
247 WARNING: unknown variable: partition-type:loader
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/
H A Dhigh_speed_env_lib.c1057 while (serdes_m_phy_change->type != in serdes_phy_config()
1059 switch (serdes_m_phy_change->type) { in serdes_phy_config()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.c467 static void b43_phy_ht_poll_rssi(struct b43_wldev *dev, enum ht_rssi_type type, in b43_phy_ht_poll_rssi() argument
485 b43_phy_ht_rssi_select(dev, 5, type); in b43_phy_ht_poll_rssi()
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_dev.c215 if (dma_map->type == GENWQE_MAPPING_RAW) { in genwqe_remove_mappings()
221 } else if (dma_map->type == GENWQE_MAPPING_SGL_TEMP) { in genwqe_remove_mappings()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-1.0-or-later213 with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software,
214 and you are welcome to redistribute it under certain conditions; type `show
H A DGPL-1.0-only230 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w`.
232 under certain conditions; type `show c` for details.
/openbmc/qemu/docs/devel/
H A Drcu.txt220 type of the callback's argument to be the type of the first argument.
/openbmc/linux/sound/isa/cs423x/
H A Dcs4236_lib.c396 uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_cs4236_info_single()
509 uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_cs4236_info_double()
/openbmc/linux/net/netfilter/
H A Dnf_nat_proto.c234 switch (hdr->type) { in icmp_manip_pkt()
582 if (inside->icmp.type == ICMP_REDIRECT) { in nf_nat_icmp_reply_translation()
/openbmc/linux/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c743 cap->type = V4L2_DV_BT_656_1120; in vidioc_dv_timings_cap()
769 i->type = V4L2_INPUT_TYPE_CAMERA; in vidioc_enum_input()
/openbmc/qemu/docs/
H A Dpcie.txt11 machine type on x86 architecture and the 'virt' machine type on AArch64.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css140 #freq-build-list .checkbox input[type="checkbox"] { position: relative; margin: 0 10px 0 0; vertica…
221 #repo-select div:nth-of-type(2) { margin-top: 15px; }

1...<<771772773774775776777778779780>>...873