Searched refs:raw_mode (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/firmware/arm_scmi/ |
A D | Makefile | 6 scmi-driver-$(CONFIG_ARM_SCMI_RAW_MODE_SUPPORT) += raw_mode.o
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
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 982 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma() 1017 raw_mode = 1; in sunxi_nfc_hw_ecc_read_chunks_dma() 1025 NULL, !raw_mode, in sunxi_nfc_hw_ecc_read_chunks_dma() 1099 bool raw_mode = false; in sunxi_nfc_hw_ecc_read_page() local 1120 raw_mode = true; in sunxi_nfc_hw_ecc_read_page() 1125 !raw_mode, page); in sunxi_nfc_hw_ecc_read_page()
|
/linux-6.3-rc2/drivers/tty/vt/ |
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()
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/ |
A D | atomisp_fops.c | 407 bool raw_mode = atomisp_is_mbuscode_raw( in atomisp_qbuffers_to_css() local 439 if (!raw_mode) in atomisp_qbuffers_to_css()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | verifier.c | 254 bool raw_mode; member 5709 if (meta && meta->raw_mode) in check_stack_range_initialized() 5716 if (meta && meta->raw_mode) { in check_stack_range_initialized() 5817 if (meta && meta->raw_mode) { in check_helper_mem_access() 5826 meta && meta->raw_mode ? BPF_WRITE : in check_helper_mem_access() 5833 if (meta && meta->raw_mode) { in check_helper_mem_access() 5844 if (meta && meta->raw_mode) { in check_helper_mem_access() 5972 meta.raw_mode = true; in check_mem_reg() 6001 meta.raw_mode = true; in check_kfunc_mem_size_reg() 6853 meta->raw_mode = arg_type & MEM_UNINIT; in check_func_arg() [all …]
|
/linux-6.3-rc2/drivers/scsi/ |
A D | ipr.c | 4680 len = snprintf(buf, PAGE_SIZE, "%d\n", res->raw_mode); in ipr_show_raw_mode() 4711 res->raw_mode = simple_strtoul(buf, NULL, 10); in ipr_store_raw_mode() 4715 res->raw_mode ? "enabled" : "disabled"); in ipr_store_raw_mode() 6490 if (res->raw_mode) { in ipr_erp_start() 6491 res->raw_mode = 0; in ipr_erp_start() 6645 if (res->raw_mode && ipr_is_af_dasd_device(res)) { in ipr_queuecommand()
|
A D | ipr.h | 1296 u8 raw_mode:1; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/ |
A D | wmi.h | 834 u8 raw_mode; member
|
Completed in 106 milliseconds