Home
last modified time | relevance | path

Searched refs:type (Results 12251 – 12275 of 21828) sorted by relevance

1...<<491492493494495496497498499500>>...874

/openbmc/linux/arch/parisc/kernel/vdso64/
H A Dsigtramp.S37 .type __kernel_sigtramp_rt, @function
/openbmc/linux/fs/iomap/
H A Diter.c55 if (iter->srcmap.type != IOMAP_HOLE) in iomap_iter_done()
/openbmc/linux/arch/powerpc/include/asm/
H A Dvio.h98 const char *type; member
/openbmc/linux/drivers/pci/controller/
H A Dpcie-iproc-bcma.c49 pcie->type = IPROC_PCIE_PAXB_BCMA; in iproc_bcma_pcie_probe()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dguc_capture_fwif.h99 u32 type; /* see enum guc_capture_type */ member
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h116 find_encoder(struct drm_connector *connector, int type);
/openbmc/linux/arch/um/drivers/
H A Dline.h24 const short type; member
/openbmc/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8x60.c134 .type = MSM_HDMI_PHY_8x60,
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_quota_defs.h139 xfs_dqid_t id, xfs_dqtype_t type);
/openbmc/linux/arch/parisc/kernel/
H A Dkexec.c38 pr_debug(" type: %d\n", kimage->type); in kexec_image_info()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-samsung-e5.dts23 chassis-type = "handset";
/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c82 mode->type = DRM_MODE_TYPE_PREFERRED | DRM_MODE_TYPE_DRIVER; in connector_get_modes()
/openbmc/pldm/libpldmresponder/
H A Devent_parser.hpp137 std::string_view type);
/openbmc/openbmc-test-automation/extended/
H A Dtest_ac_cycles.robot22 ... find /var/lib -type f |xargs -n 1 touch
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp155 uint8_t type; member
/openbmc/linux/drivers/media/dvb-frontends/
H A Das102_fe_types.h159 uint8_t type; /* Red TS_PID_TYPE_<N> values */ member
/openbmc/qemu/target/i386/
H A Dtrace-events15 kvm_sev_snp_launch_update(uint64_t src, uint64_t gpa, uint64_t len, const char *type) "src 0x%" PRI…
/openbmc/linux/sound/core/seq/
H A Dseq_ports.h69 unsigned int type; /* port type bits */ member
/openbmc/webui-vue/
H A Dvue.config.js8 type: 'https', property in module.exports.devServer.server
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c8092 switch (phy->type) { in bnx2x_read_sfp_module_eeprom()
8208 if (params->phy[idx].type == phy->type) { in bnx2x_get_edc_mode()
8613 switch (phy->type) { in bnx2x_power_sfp_module()
8669 switch (phy->type) { in bnx2x_set_limiting_mode()
10721 if (phy->type == in bnx2x_848xx_set_link_led()
10770 if (phy->type == in bnx2x_848xx_set_link_led()
10792 if (phy->type == in bnx2x_848xx_set_link_led()
10851 if (phy->type == in bnx2x_848xx_set_link_led()
10869 if (phy->type == in bnx2x_848xx_set_link_led()
10964 if (phy->type == in bnx2x_848xx_set_link_led()
[all …]
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S577 bsr.l tag # fetch operand type
634 bsr.l tag # fetch operand type
693 bsr.l tag # fetch operand type
754 bsr.l tag # fetch operand type
811 bsr.l tag # fetch operand type
870 bsr.l tag # fetch operand type
931 bsr.l tag # fetch operand type
988 bsr.l tag # fetch operand type
1047 bsr.l tag # fetch operand type
1108 bsr.l tag # fetch operand type
[all …]
/openbmc/linux/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt300 pads 数组必须预先初始化。无须手动设置 media_entity 的 type
607 pads 数组必须预先初始化。没有必要手动设置 media_entity 的 type
661 注册哪种设备是根据类型(type)参数。存在以下类型:
932 将事件加入视频设备的队列。驱动仅负责填充 type 和 data 域。
/openbmc/u-boot/cmd/
H A Dgpt.c202 strncpy((char *)newpart->gpt_part_info.type, (const char *)info->type, in allocate_disk_part()
204 newpart->gpt_part_info.type[PART_TYPE_LEN - 1] = '\0'; in allocate_disk_part()
245 printf("Type %s, bootable %d\n", curr->gpt_part_info.type, in print_gpt_info()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c436 trb_type type; in xhci_wait_for_event() local
445 type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_wait_for_event()
446 if (type == expected) in xhci_wait_for_event()
449 if (type == TRB_PORT_STATUS) in xhci_wait_for_event()
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_midi.c347 switch (patch->type) { in snd_opl3_note_on()
801 void snd_opl3_control(void *p, int type, struct snd_midi_channel *chan) in snd_opl3_control() argument
808 type, chan->number, chan->midi_program); in snd_opl3_control()
811 switch (type) { in snd_opl3_control()

1...<<491492493494495496497498499500>>...874