Home
last modified time | relevance | path

Searched refs:raw_mode (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/
H A Dboot-device.c161 u32 raw_mode; in spl_boot_device() local
169 raw_mode = __uniphier_boot_device_raw(info); in spl_boot_device()
172 info->boot_device_fixup(raw_mode) : raw_mode; in spl_boot_device()
/openbmc/linux/drivers/firmware/arm_scmi/
H A DMakefile6 scmi-driver-$(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT) += raw_mode.o
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c815 int raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunk() local
878 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunk()
900 return raw_mode; in sunxi_nfc_hw_ecc_read_chunk()
1012 bool raw_mode = false; in sunxi_nfc_hw_ecc_read_page() local
1029 raw_mode = true; in sunxi_nfc_hw_ecc_read_page()
1034 !raw_mode, page); in sunxi_nfc_hw_ecc_read_page()
1142 bool raw_mode = false; in sunxi_nfc_hw_syndrome_ecc_read_page() local
1158 raw_mode = true; in sunxi_nfc_hw_syndrome_ecc_read_page()
1163 !raw_mode, page); in sunxi_nfc_hw_syndrome_ecc_read_page()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c804 int raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunk() local
856 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunk()
873 return raw_mode; in sunxi_nfc_hw_ecc_read_chunk()
911 int ret, i, raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunks_dma() local
981 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma()
1016 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma()
1024 NULL, !raw_mode, in sunxi_nfc_hw_ecc_read_chunks_dma()
1098 bool raw_mode = false; in sunxi_nfc_hw_ecc_read_page() local
1119 raw_mode = true; in sunxi_nfc_hw_ecc_read_page()
1124 !raw_mode, page); in sunxi_nfc_hw_ecc_read_page()
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c1402 bool raw_mode; in kbd_keycode() local
1424 raw_mode = (kbd->kbdmode == VC_RAW); in kbd_keycode()
1425 if (raw_mode && !hw_raw) in kbd_keycode()
1455 raw_mode = true; in kbd_keycode()
1499 if (down && !raw_mode) in kbd_keycode()
1521 if ((raw_mode || kbd->kbdmode == VC_OFF) && type != KT_SPEC && type != KT_SHIFT) in kbd_keycode()
/openbmc/linux/drivers/scsi/
H A Dipr.c4580 len = snprintf(buf, PAGE_SIZE, "%d\n", res->raw_mode); in ipr_show_raw_mode()
4611 res->raw_mode = simple_strtoul(buf, NULL, 10); in ipr_store_raw_mode()
4615 res->raw_mode ? "enabled" : "disabled"); in ipr_store_raw_mode()
6172 if (res->raw_mode) { in ipr_erp_start()
6173 res->raw_mode = 0; in ipr_erp_start()
6320 if (res->raw_mode && ipr_is_af_dasd_device(res)) { in ipr_queuecommand()
H A Dipr.h1236 u8 raw_mode:1; member
/openbmc/linux/kernel/bpf/
H A Dverifier.c266 bool raw_mode; member
7096 if (meta && meta->raw_mode) in check_stack_range_initialized()
7103 if (meta && meta->raw_mode) { in check_stack_range_initialized()
7207 if (meta && meta->raw_mode) { in check_helper_mem_access()
7216 meta && meta->raw_mode ? BPF_WRITE : in check_helper_mem_access()
7223 if (meta && meta->raw_mode) { in check_helper_mem_access()
7234 if (meta && meta->raw_mode) { in check_helper_mem_access()
7365 meta.raw_mode = true; in check_mem_reg()
7394 meta.raw_mode = true; in check_kfunc_mem_size_reg()
8609 meta->raw_mode = arg_type & MEM_UNINIT; in check_func_arg()
[all …]
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h834 u8 raw_mode; member