Searched refs:c_value (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_existence.c | 22 int c_value; member 61 out->c_value = BPF_CORE_READ(in, c); in test_core_existence() 63 out->c_value = 0xff000003u; in test_core_existence()
|
H A D | core_reloc_types.h | 663 int c_value; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_existence.c | 22 int c_value; member 61 out->c_value = BPF_CORE_READ(in, c); in test_core_existence() 63 out->c_value = 0xff000003u; in test_core_existence()
|
H A D | core_reloc_types.h | 681 int c_value; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc.c | 563 .c_value = 3, 583 .c_value = 0xff000003u, 602 .c_value = 0xff000003u,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc.c | 669 .c_value = 3, 689 .c_value = 0xff000003u, 708 .c_value = 0xff000003u,
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 237 u8 c_value = 0; in cx231xx_afe_setup_AFE_for_baseband() local 240 status = afe_read_byte(dev, ADC_PWRDN_CLAMP_CH2, &c_value); in cx231xx_afe_setup_AFE_for_baseband() 241 c_value &= (~(0x50)); in cx231xx_afe_setup_AFE_for_baseband() 242 status = afe_write_byte(dev, ADC_PWRDN_CLAMP_CH2, c_value); in cx231xx_afe_setup_AFE_for_baseband()
|
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 237 u8 c_value = 0; in cx231xx_afe_setup_AFE_for_baseband() local 240 status = afe_read_byte(dev, ADC_PWRDN_CLAMP_CH2, &c_value); in cx231xx_afe_setup_AFE_for_baseband() 241 c_value &= (~(0x50)); in cx231xx_afe_setup_AFE_for_baseband() 242 status = afe_write_byte(dev, ADC_PWRDN_CLAMP_CH2, c_value); in cx231xx_afe_setup_AFE_for_baseband()
|
Completed in 17 milliseconds