/linux/kernel/bpf/ |
A D | helpers.c | 56 .ret_type = RET_INTEGER, 73 .ret_type = RET_INTEGER, 87 .ret_type = RET_INTEGER, 101 .ret_type = RET_INTEGER, 114 .ret_type = RET_INTEGER, 122 .ret_type = RET_INTEGER, 133 .ret_type = RET_INTEGER, 144 .ret_type = RET_INTEGER, 156 .ret_type = RET_INTEGER, 310 .ret_type = RET_VOID, [all …]
|
A D | ringbuf.c | 364 .ret_type = RET_PTR_TO_ALLOC_MEM_OR_NULL, 406 .ret_type = RET_VOID, 419 .ret_type = RET_VOID, 445 .ret_type = RET_INTEGER, 474 .ret_type = RET_INTEGER,
|
A D | stackmap.c | 364 .ret_type = RET_INTEGER, 433 .ret_type = RET_INTEGER, 517 .ret_type = RET_INTEGER, 543 .ret_type = RET_INTEGER, 607 .ret_type = RET_INTEGER,
|
A D | bpf_inode_storage.c | 264 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 275 .ret_type = RET_INTEGER,
|
A D | bpf_lsm.c | 73 .ret_type = RET_INTEGER, 94 .ret_type = RET_INTEGER,
|
A D | bpf_task_storage.c | 323 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 334 .ret_type = RET_INTEGER,
|
/linux/drivers/iio/magnetometer/ |
A D | hid-sensor-magn-3d.c | 155 int ret_type; in magn_3d_read_raw() local 182 ret_type = IIO_VAL_INT; in magn_3d_read_raw() 197 ret_type = -EINVAL; in magn_3d_read_raw() 204 ret_type = IIO_VAL_INT; in magn_3d_read_raw() 208 ret_type = IIO_VAL_INT; in magn_3d_read_raw() 211 ret_type = -EINVAL; in magn_3d_read_raw() 215 ret_type = hid_sensor_read_samp_freq_value( in magn_3d_read_raw() 221 ret_type = hid_sensor_read_raw_hyst_value( in magn_3d_read_raw() 229 ret_type = -EINVAL; in magn_3d_read_raw() 233 ret_type = -EINVAL; in magn_3d_read_raw() [all …]
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 146 .ret_type = RET_INTEGER, 172 .ret_type = RET_INTEGER, 209 .ret_type = RET_INTEGER, 235 .ret_type = RET_INTEGER, 270 .ret_type = RET_INTEGER, 290 .ret_type = RET_INTEGER, 309 .ret_type = RET_INTEGER, 346 .ret_type = RET_INTEGER, 396 .ret_type = RET_INTEGER, 452 .ret_type = RET_INTEGER, [all …]
|
/linux/drivers/iio/light/ |
A D | hid-sensor-als.c | 91 int ret_type; in als_read_raw() local 124 ret_type = IIO_VAL_INT; in als_read_raw() 129 ret_type = als_state->scale_precision; in als_read_raw() 133 ret_type = IIO_VAL_INT; in als_read_raw() 136 ret_type = hid_sensor_read_samp_freq_value( in als_read_raw() 140 ret_type = hid_sensor_read_raw_hyst_value( in als_read_raw() 144 ret_type = hid_sensor_read_raw_hyst_rel_value( in als_read_raw() 148 ret_type = -EINVAL; in als_read_raw() 152 return ret_type; in als_read_raw()
|
A D | hid-sensor-prox.c | 66 int ret_type; in prox_read_raw() local 98 ret_type = IIO_VAL_INT; in prox_read_raw() 103 ret_type = prox_state->scale_precision; in prox_read_raw() 108 ret_type = IIO_VAL_INT; in prox_read_raw() 111 ret_type = hid_sensor_read_samp_freq_value( in prox_read_raw() 115 ret_type = hid_sensor_read_raw_hyst_value( in prox_read_raw() 119 ret_type = -EINVAL; in prox_read_raw() 123 return ret_type; in prox_read_raw()
|
/linux/drivers/iio/pressure/ |
A D | hid-sensor-press.c | 76 int ret_type; in press_read_raw() local 108 ret_type = IIO_VAL_INT; in press_read_raw() 113 ret_type = press_state->scale_precision; in press_read_raw() 117 ret_type = IIO_VAL_INT; in press_read_raw() 120 ret_type = hid_sensor_read_samp_freq_value( in press_read_raw() 124 ret_type = hid_sensor_read_raw_hyst_value( in press_read_raw() 128 ret_type = -EINVAL; in press_read_raw() 132 return ret_type; in press_read_raw()
|
/linux/drivers/iio/gyro/ |
A D | hid-sensor-gyro-3d.c | 105 int ret_type; in gyro_3d_read_raw() local 130 ret_type = IIO_VAL_INT; in gyro_3d_read_raw() 135 ret_type = gyro_state->scale_precision; in gyro_3d_read_raw() 139 ret_type = IIO_VAL_INT; in gyro_3d_read_raw() 142 ret_type = hid_sensor_read_samp_freq_value( in gyro_3d_read_raw() 146 ret_type = hid_sensor_read_raw_hyst_value( in gyro_3d_read_raw() 150 ret_type = -EINVAL; in gyro_3d_read_raw() 154 return ret_type; in gyro_3d_read_raw()
|
/linux/drivers/acpi/acpica/ |
A D | nsxfobj.c | 31 acpi_status acpi_get_type(acpi_handle handle, acpi_object_type *ret_type) in acpi_get_type() argument 38 if (!ret_type) { in acpi_get_type() 45 *ret_type = ACPI_TYPE_ANY; in acpi_get_type() 62 *ret_type = node->type; in acpi_get_type()
|
/linux/drivers/iio/orientation/ |
A D | hid-sensor-incl-3d.c | 108 int ret_type; in incl_3d_read_raw() local 132 ret_type = IIO_VAL_INT; in incl_3d_read_raw() 137 ret_type = incl_state->scale_precision; in incl_3d_read_raw() 141 ret_type = IIO_VAL_INT; in incl_3d_read_raw() 144 ret_type = hid_sensor_read_samp_freq_value( in incl_3d_read_raw() 148 ret_type = hid_sensor_read_raw_hyst_value( in incl_3d_read_raw() 152 ret_type = -EINVAL; in incl_3d_read_raw() 156 return ret_type; in incl_3d_read_raw()
|
A D | hid-sensor-rotation.c | 72 int ret_type; in dev_rot_read_raw() local 83 ret_type = IIO_VAL_INT_MULTIPLE; in dev_rot_read_raw() 86 ret_type = -EINVAL; in dev_rot_read_raw() 98 ret_type = hid_sensor_read_samp_freq_value( in dev_rot_read_raw() 102 ret_type = hid_sensor_read_raw_hyst_value( in dev_rot_read_raw() 106 ret_type = -EINVAL; in dev_rot_read_raw() 110 return ret_type; in dev_rot_read_raw()
|
/linux/drivers/iio/accel/ |
A D | hid-sensor-accel-3d.c | 142 int ret_type; in accel_3d_read_raw() local 168 ret_type = IIO_VAL_INT; in accel_3d_read_raw() 173 ret_type = accel_state->scale_precision; in accel_3d_read_raw() 177 ret_type = IIO_VAL_INT; in accel_3d_read_raw() 180 ret_type = hid_sensor_read_samp_freq_value( in accel_3d_read_raw() 184 ret_type = hid_sensor_read_raw_hyst_value( in accel_3d_read_raw() 188 ret_type = -EINVAL; in accel_3d_read_raw() 192 return ret_type; in accel_3d_read_raw()
|
/linux/arch/x86/mm/pat/ |
A D | memtype_interval.c | 116 int memtype_check_insert(struct memtype *entry_new, enum page_cache_mode *ret_type) in memtype_check_insert() argument 120 err = memtype_check_conflict(entry_new->start, entry_new->end, entry_new->type, ret_type); in memtype_check_insert() 124 if (ret_type) in memtype_check_insert() 125 entry_new->type = *ret_type; in memtype_check_insert()
|
/linux/net/core/ |
A D | filter.c | 1713 .ret_type = RET_INTEGER, 1744 .ret_type = RET_INTEGER, 1778 .ret_type = RET_INTEGER, 1822 .ret_type = RET_INTEGER, 1847 .ret_type = RET_INTEGER, 1887 .ret_type = RET_INTEGER, 1928 .ret_type = RET_INTEGER, 1981 .ret_type = RET_INTEGER, 2020 .ret_type = RET_INTEGER, 2043 .ret_type = RET_INTEGER, [all …]
|
A D | bpf_sk_storage.c | 357 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 367 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 377 .ret_type = RET_INTEGER, 437 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 449 .ret_type = RET_INTEGER,
|
A D | sock_map.c | 624 .ret_type = RET_INTEGER, 650 .ret_type = RET_INTEGER, 677 .ret_type = RET_INTEGER, 1208 .ret_type = RET_INTEGER, 1234 .ret_type = RET_INTEGER, 1261 .ret_type = RET_INTEGER,
|
/linux/tools/testing/selftests/bpf/ |
A D | test_btf.h | 60 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ argument 61 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
|
/linux/drivers/media/rc/ |
A D | bpf-lirc.c | 34 .ret_type = RET_INTEGER, 53 .ret_type = RET_INTEGER, 76 .ret_type = RET_INTEGER,
|
/linux/arch/x86/kvm/vmx/ |
A D | vmx.h | 433 #define BUILD_VMX_MSR_BITMAP_HELPERS(ret_type, action, bitop) \ argument 434 __BUILD_VMX_MSR_BITMAP_HELPER(ret_type, action, bitop, read, 0x0) \ 435 __BUILD_VMX_MSR_BITMAP_HELPER(ret_type, action, bitop, write, 0x800)
|
/linux/drivers/net/can/usb/etas_es58x/ |
A D | es581_4.c | 175 enum es58x_ret_type ret_type) in es581_4_rx_cmd_ret_u32() argument 194 return es58x_rx_cmd_ret_u32(netdev, ret_type, in es581_4_rx_cmd_ret_u32()
|
/linux/fs/debugfs/ |
A D | file.c | 211 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args) \ argument 212 static ret_type full_proxy_ ## name(proto) \ 216 ret_type r; \
|