Searched refs:scan_mode (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | hdmi.c | 110 ptr[0] = ((frame->colorspace & 0x3) << 5) | (frame->scan_mode & 0x3); in hdmi_avi_infoframe_pack() 498 static const char *hdmi_scan_mode_get_name(enum hdmi_scan_mode scan_mode) in hdmi_scan_mode_get_name() argument 500 switch (scan_mode) { in hdmi_scan_mode_get_name() 671 hdmi_scan_mode_get_name(frame->scan_mode)); in hdmi_avi_infoframe_log() 1022 frame->scan_mode = ptr[0] & 0x3; in hdmi_avi_infoframe_unpack()
|
| H A D | hdmi.h | 141 enum hdmi_scan_mode scan_mode; member
|
| H A D | tegra_hdmi.c | 254 frame->scan_mode = HDMI_SCAN_MODE_UNDERSCAN; in drm_hdmi_avi_infoframe_from_display_mode()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mca.c | 65 enum scan_mode { enum 608 mca_record_entry(enum scan_mode mode, const struct mca_record *record) in mca_record_entry() 643 update_threshold(enum scan_mode mode, int valid, int last_intr, int count, in update_threshold() 694 cmci_update(enum scan_mode mode, int bank, int valid, struct mca_record *rec) in cmci_update() 720 amd_thresholding_update(enum scan_mode mode, int bank, int valid) in amd_thresholding_update() 757 mca_scan(enum scan_mode mode, int *recoverablep) in mca_scan() 851 mca_process_records(enum scan_mode mode) in mca_process_records()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_devargs.c | 318 if (bus->conf.scan_mode == RTE_BUS_SCAN_UNDEFINED) { in rte_devargs_add() 320 bus->conf.scan_mode = RTE_BUS_SCAN_ALLOWLIST; in rte_devargs_add() 322 bus->conf.scan_mode = RTE_BUS_SCAN_BLOCKLIST; in rte_devargs_add()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_bus.h | 232 enum rte_bus_scan_mode scan_mode; /**< Scan policy. */ member
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 423 probe_all = rte_fslmc_bus.bus.conf.scan_mode != RTE_BUS_SCAN_ALLOWLIST; in rte_fslmc_probe()
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 587 int probe_all = rte_dpaa_bus.bus.conf.scan_mode != RTE_BUS_SCAN_ALLOWLIST; in rte_dpaa_bus_probe()
|
| /f-stack/dpdk/drivers/bus/pci/ |
| H A D | pci_common.c | 630 switch (rte_pci_bus.bus.conf.scan_mode) { in rte_pci_ignore_device()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 208 int scan_mode; member 1286 config.scan_mode = 1; in parseOptions() 7013 config.scan_mode = 0; in main() 7129 if (config.scan_mode) { in main()
|