/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | Makefile | 6 scmi-driver-$(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT) += raw_mode.o
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 804 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, pag in sunxi_nfc_hw_ecc_read_page() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 805 int raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunk() local 857 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunk() 874 return raw_mode; in sunxi_nfc_hw_ecc_read_chunk() 912 int ret, i, raw_mode = 0; in sunxi_nfc_hw_ecc_read_chunks_dma() local 977 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma() 1012 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma() 1020 NULL, !raw_mode, in sunxi_nfc_hw_ecc_read_chunks_dma() 1094 bool raw_mode = false; in sunxi_nfc_hw_ecc_read_page() local 1115 raw_mode = true; in sunxi_nfc_hw_ecc_read_page() 1120 !raw_mode, pag in sunxi_nfc_hw_ecc_read_page() [all...] |
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | keyboard.c | 1364 bool raw_mode; in kbd_keycode() local 1386 raw_mode = (kbd->kbdmode == VC_RAW); in kbd_keycode() 1387 if (raw_mode && !hw_raw) in kbd_keycode() 1417 raw_mode = true; in kbd_keycode() 1464 if (down && !raw_mode) in kbd_keycode() 1486 if ((raw_mode || kbd->kbdmode == VC_OFF) && type != KT_SPEC && type != KT_SHIFT) in kbd_keycode()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | keyboard.c | 1402 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_fops.c | 425 bool raw_mode = atomisp_is_mbuscode_raw( in atomisp_qbuffers_to_css() local 462 if (!raw_mode) in atomisp_qbuffers_to_css()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ipr.c | 4580 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() 4626 .name = "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 D | ipr.h | 1236 u8 raw_mode:1; member
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 233 bool raw_mode; member 4263 * reads. However, if raw_mode is not set, we'll do extra in check_stack_range_initialized() 4299 if (meta && meta->raw_mode) in check_stack_range_initialized() 4306 if (meta && meta->raw_mode) { in check_stack_range_initialized() 4383 meta && meta->raw_mode ? BPF_WRITE : in check_helper_mem_access() 4394 if (meta && meta->raw_mode) in check_helper_mem_access() 4843 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MAP_VALUE); in check_func_arg() 4868 meta->raw_mode = (arg_type == ARG_PTR_TO_UNINIT_MEM); in check_func_arg()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 266 bool raw_mode; member 7036 * reads. However, if raw_mode is not set, we'll do extra in check_stack_range_initialized() 7072 if (meta && meta->raw_mode) in check_stack_range_initialized() 7079 if (meta && meta->raw_mode) { in check_stack_range_initialized() 7097 /* raw_mode may write past allocated_stack */ in check_stack_range_initialized() 7183 if (meta && meta->raw_mode) { in check_helper_mem_access() 7192 meta && meta->raw_mode ? BPF_WRITE : in check_helper_mem_access() 7199 if (meta && meta->raw_mode) { in check_helper_mem_access() 7210 if (meta && meta->raw_mode) { in check_helper_mem_access() 7238 enum bpf_access_type atype = meta && meta->raw_mode in check_helper_mem_access() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ipr.c | 4683 len = snprintf(buf, PAGE_SIZE, "%d\n", res->raw_mode); in ipr_show_raw_mode() 4714 res->raw_mode = simple_strtoul(buf, NULL, 10); in ipr_store_raw_mode() 4718 res->raw_mode ? "enabled" : "disabled"); in ipr_store_raw_mode() 4729 .name = "raw_mode", 6491 if (res->raw_mode) { in ipr_erp_start() 6492 res->raw_mode = 0; in ipr_erp_start() 6646 if (res->raw_mode && ipr_is_af_dasd_device(res)) { in ipr_queuecommand()
|
H A D | ipr.h | 1295 u8 raw_mode:1; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.h | 834 u8 raw_mode; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.h | 834 u8 raw_mode; member
|