/linux/drivers/misc/lkdtm/ |
H A D | heap.c | 94 int *base, *val, saw; in lkdtm_READ_AFTER_FREE() local 124 saw = base[offset]; in lkdtm_READ_AFTER_FREE() 125 if (saw != *val) { in lkdtm_READ_AFTER_FREE() 127 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE() 138 int *base, val, saw; in lkdtm_KFENCE_READ_AFTER_FREE() local 175 saw = base[offset]; in lkdtm_KFENCE_READ_AFTER_FREE() 176 if (saw != val) { in lkdtm_KFENCE_READ_AFTER_FREE() 178 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_KFENCE_READ_AFTER_FREE() 217 int saw, *val; in lkdtm_READ_BUDDY_AFTER_FREE() local 239 saw = base[0]; in lkdtm_READ_BUDDY_AFTER_FREE() [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | qcom,spmi-regulator.yaml | 34 qcom,saw-reg: 35 description: Reference to syscon node defining the SAW registers 100 qcom,saw-slave: 101 description: SAW controlled gang slave. Will not be configured. 104 qcom,saw-leader: 106 SAW controlled gang leader. Will be configured as SAW regulator.
|
/linux/drivers/media/dvb-frontends/ |
H A D | drxk_hard.h | 197 u16 reference; /* pre SAW reference value, range 0 .. 31 */ 198 bool use_pre_saw; /* TRUE algorithms must use pre SAW sense */ 250 struct s_cfg_pre_saw m_vsb_pre_saw_cfg; /* settings for pre SAW sense */ 295 struct s_cfg_pre_saw m_atv_pre_saw_cfg; /* settings for ATV pre SAW sense */ 308 struct s_cfg_pre_saw m_qam_pre_saw_cfg; /* settings for QAM pre SAW sense */ 320 struct s_cfg_pre_saw m_dvbt_pre_saw_cfg; /* settings for QAM pre SAW sense */
|
/linux/fs/xfs/scrub/ |
H A D | agb_bitmap.c | 23 * and therefore we need to remember that we saw this block in the btree. 33 * record that we saw block 1. Then we observe that bc_levels[1].ptr == 1, so 40 * bc_levels[0].ptr == 1 again, so we record that we saw block 2. We see that
|
/linux/drivers/cpuidle/ |
H A D | cpuidle-qcom-spm.c | 6 * SAW power controller driver 98 saw_node = of_parse_phandle(cpu_node, "qcom,saw", 0); in spm_cpuidle_register() 162 saw_node = of_parse_phandle(cpu_node, "qcom,saw", 0); in qcom_spm_find_any_cpu()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | selftest.c | 244 "channel %d saw interrupt " in efx_test_eventq_irq() 309 "saw runt RX packet (length %d) in %s loopback " in efx_loopback_rx_packet() 317 "saw non-loopback RX packet in %s loopback test\n", in efx_loopback_rx_packet() 325 "saw incorrect RX packet length %d (wanted %d) in " in efx_loopback_rx_packet() 334 "saw corrupted IP header in %s loopback test\n", in efx_loopback_rx_packet() 342 "saw corrupted RX packet in %s loopback test\n", in efx_loopback_rx_packet() 350 "saw RX packet from iteration %d (wanted %d) in " in efx_loopback_rx_packet() 505 "TX queue %d saw only %d out of an expected %d " in efx_end_loopback() 516 "TX queue %d saw only %d out of an expected %d " in efx_end_loopback()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | selftest.c | 245 "channel %d saw interrupt " in efx_test_eventq_irq() 310 "saw runt RX packet (length %d) in %s loopback " in efx_siena_loopback_rx_packet() 318 "saw non-loopback RX packet in %s loopback test\n", in efx_siena_loopback_rx_packet() 326 "saw incorrect RX packet length %d (wanted %d) in " in efx_siena_loopback_rx_packet() 335 "saw corrupted IP header in %s loopback test\n", in efx_siena_loopback_rx_packet() 343 "saw corrupted RX packet in %s loopback test\n", in efx_siena_loopback_rx_packet() 351 "saw RX packet from iteration %d (wanted %d) in " in efx_siena_loopback_rx_packet() 506 "TX queue %d saw only %d out of an expected %d " in efx_end_loopback() 517 "TX queue %d saw only %d out of an expected %d " in efx_end_loopback()
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | selftest.c | 244 "channel %d saw interrupt " in ef4_test_eventq_irq() 312 "saw runt RX packet (length %d) in %s loopback " in ef4_loopback_rx_packet() 320 "saw non-loopback RX packet in %s loopback test\n", in ef4_loopback_rx_packet() 328 "saw incorrect RX packet length %d (wanted %d) in " in ef4_loopback_rx_packet() 337 "saw corrupted IP header in %s loopback test\n", in ef4_loopback_rx_packet() 345 "saw corrupted RX packet in %s loopback test\n", in ef4_loopback_rx_packet() 353 "saw RX packet from iteration %d (wanted %d) in " in ef4_loopback_rx_packet() 508 "TX queue %d saw only %d out of an expected %d " in ef4_end_loopback() 519 "TX queue %d saw only %d out of an expected %d " in ef4_end_loopback()
|
/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.h | 186 * /struct drxj_cfg_pre_saw * Interface to configure pre SAW sense. 190 u16 reference; /* pre SAW reference value, range 0 .. 31 */ 191 bool use_pre_saw; /* true algorithms must use pre SAW sense */}; 486 /* Pre SAW configuration for QAM and VSB */ 488 /*< qam pre SAW config */ 490 /*< qam pre SAW config */ 514 /* Pre SAW & Agc configuration for ATV */ 516 /*< atv pre SAW config */ 530 /* OOB pre-saw value */
|
/linux/tools/testing/selftests/lkdtm/ |
H A D | run.sh | 102 echo "$test: saw '$expect': ok" 106 echo "$test: saw 'XFAIL': [SKIP]"
|
/linux/fs/bcachefs/ |
H A D | movinggc.c | 156 size_t saw = 0, in_flight = 0, not_movable = 0, sectors = 0; in bch2_copygc_get_buckets() local 177 saw++; in bch2_copygc_get_buckets() 199 pr_debug("have: %zu (%zu) saw %zu in flight %zu not movable %zu got %zu (%zu)/%zu buckets ret %i", in bch2_copygc_get_buckets() 201 saw, in_flight, not_movable, buckets->nr, sectors, nr_to_get, ret); in bch2_copygc_get_buckets()
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,saw2.yaml | 79 qcom,saw = <&saw0>; 93 * Example 2: New-gen multi cluster SoC using SAW only for L2;
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996-xiaomi-common.dtsi | 646 qcom,saw-reg = <&saw3>; 648 qcom,saw-slave; 651 qcom,saw-slave; 654 qcom,saw-slave; 657 qcom,saw-leader;
|
H A D | msm8996-oneplus-common.dtsi | 259 qcom,saw-reg = <&saw3>; 262 qcom,saw-slave; 266 qcom,saw-slave; 270 qcom,saw-leader;
|
H A D | msm8996-sony-xperia-tone.dtsi | 590 qcom,saw-reg = <&saw3>; 593 qcom,saw-slave; 597 qcom,saw-slave; 601 qcom,saw-leader;
|
/linux/tools/perf/pmu-events/arch/x86/amdzen1/ |
H A D | memory.json | 170 …ot fetch data outside of the processor core. Software PREFETCH instruction saw a match on an alrea… 176 …hat did not fetch data outside of the processor core. Software PREFETCH instruction saw a DC hit.",
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 39 u32 saw; /* Source Address Word */ member 112 basicReq.saw, for outgoing streams) 431 sublist at the DMA source address word (sub_list_ptr->basic_req.saw). 433 output task advances sub_list_ptr->basic_req.saw past the samples 434 consumed. SPuD must initialize the sub_list_ptr->basic_req.saw
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-ipq4019.dtsi | 52 qcom,saw = <&saw0>; 66 qcom,saw = <&saw1>; 80 qcom,saw = <&saw2>; 94 qcom,saw = <&saw3>; 106 qcom,saw = <&saw_l2>;
|
H A D | qcom-apq8084.dtsi | 37 qcom,saw = <&saw0>; 48 qcom,saw = <&saw1>; 59 qcom,saw = <&saw2>; 70 qcom,saw = <&saw3>; 78 qcom,saw = <&saw_l2>;
|
/linux/drivers/soc/qcom/ |
H A D | spm.c | 6 * SAW power controller driver 311 /* Always do the SAW register writes on the corresponding CPU */ in spm_set_voltage_sel() 400 saw_node = of_parse_phandle(cpu_node, "qcom,saw", 0); in spm_get_cpu() 465 /* Always do the SAW register writes on the corresponding CPU */ in spm_register_regulator()
|
/linux/tools/power/cpupower/ |
H A D | TODO | 6 - Somewhere saw the ability to read power consumption of
|
/linux/drivers/tty/serial/jsm/ |
H A D | jsm.h | 293 #define UART_EXAR654_XOFF_DETECT 0x1 /* Indicates whether chip saw an incoming XOFF char */ 294 #define UART_EXAR654_XON_DETECT 0x2 /* Indicates whether chip saw an incoming XON char */ 400 #define UART_17158_XOFF_DETECT 0x1 /* Indicates whether chip saw an incoming XOFF char */ 401 #define UART_17158_XON_DETECT 0x2 /* Indicates whether chip saw an incoming XON char */
|
/linux/drivers/eisa/ |
H A D | Kconfig | 18 the older ISA bus. The EISA bus saw limited use between 1988 and
|
/linux/tools/testing/selftests/x86/ |
H A D | amx.c | 292 fatal_error("saw %d errors in noperm signal handler\n", noperm_errs); in xrstor_safe() 346 printf("[OK]\tARCH_REQ_XCOMP_PERM saw expected failure..\n"); in validate_req_xcomp_perm() 350 fatal_error("ARCH_REQ_XCOMP_PERM saw unexpected success.\n"); in validate_req_xcomp_perm() 352 fatal_error("ARCH_REQ_XCOMP_PERM saw unexpected failure.\n"); in validate_req_xcomp_perm()
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | pmae_handling_test.c | 88 printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after); in test_body()
|