/linux/drivers/iio/magnetometer/ |
H 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() 189 ret_type = magn_state->magn_flux_attr.scale_precision; in magn_3d_read_raw() 194 ret_type = magn_state->rot_attr.scale_precision; 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() [all …]
|
/linux/drivers/iio/pressure/ |
H 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/ |
H 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/ |
H 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/arch/x86/mm/pat/ |
H A D | memtype_interval.c | 90 int memtype_check_insert(struct memtype *entry_new, enum page_cache_mode *ret_type) in memtype_check_insert() argument 94 err = memtype_check_conflict(entry_new->start, entry_new->end, entry_new->type, ret_type); in memtype_check_insert() 98 if (ret_type) in memtype_check_insert() 99 entry_new->type = *ret_type; in memtype_check_insert()
|
/linux/drivers/iio/light/ |
H A D | hid-sensor-prox.c | 91 int ret_type; in prox_read_raw() local 116 ret_type = IIO_VAL_INT; in prox_read_raw() 124 ret_type = prox_state->scale_precision[chan->scan_index]; in prox_read_raw() 128 ret_type = IIO_VAL_INT; in prox_read_raw() 131 ret_type = hid_sensor_read_samp_freq_value( in prox_read_raw() 135 ret_type = hid_sensor_read_raw_hyst_value( in prox_read_raw() 139 ret_type = -EINVAL; in prox_read_raw() 143 return ret_type; in prox_read_raw()
|
H A D | hid-sensor-als.c | 141 int ret_type; in als_read_raw() local 186 ret_type = IIO_VAL_INT; in als_read_raw() 191 ret_type = als_state->scale_precision; in als_read_raw() 195 ret_type = IIO_VAL_INT; in als_read_raw() 198 ret_type = hid_sensor_read_samp_freq_value( in als_read_raw() 202 ret_type = hid_sensor_read_raw_hyst_value( in als_read_raw() 206 ret_type = hid_sensor_read_raw_hyst_rel_value( in als_read_raw() 210 ret_type = -EINVAL; in als_read_raw() 214 return ret_type; in als_read_raw()
|
/linux/drivers/iio/orientation/ |
H 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()
|
H 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/ |
H 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/kernel/bpf/ |
H A D | helpers.c | 51 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 68 .ret_type = RET_INTEGER, 86 .ret_type = RET_INTEGER, 100 .ret_type = RET_INTEGER, 114 .ret_type = RET_INTEGER, 127 .ret_type = RET_INTEGER, 143 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 152 .ret_type = RET_INTEGER, 163 .ret_type = RET_INTEGER, 175 .ret_type = RET_INTEGER, [all …]
|
H A D | ringbuf.c | 476 .ret_type = RET_PTR_TO_RINGBUF_MEM_OR_NULL, 518 .ret_type = RET_VOID, 531 .ret_type = RET_VOID, 557 .ret_type = RET_INTEGER, 586 .ret_type = RET_INTEGER, 624 .ret_type = RET_INTEGER, 645 .ret_type = RET_VOID, 664 .ret_type = RET_VOID, 796 .ret_type = RET_INTEGER,
|
H A D | bpf_task_storage.c | 340 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 351 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 362 .ret_type = RET_INTEGER, 371 .ret_type = RET_INTEGER,
|
H A D | stackmap.c | 330 .ret_type = RET_INTEGER, 399 .ret_type = RET_INTEGER, 505 .ret_type = RET_INTEGER, 521 .ret_type = RET_INTEGER, 554 .ret_type = RET_INTEGER, 571 .ret_type = RET_INTEGER, 635 .ret_type = RET_INTEGER,
|
H A D | bpf_lsm.c | 158 .ret_type = RET_INTEGER, 180 .ret_type = RET_INTEGER, 199 .ret_type = RET_INTEGER, 218 .ret_type = RET_INTEGER,
|
H A D | bpf_inode_storage.c | 214 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 225 .ret_type = RET_INTEGER,
|
H A D | bpf_cgrp_storage.c | 225 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 236 .ret_type = RET_INTEGER,
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 167 .ret_type = RET_INTEGER, 193 .ret_type = RET_INTEGER, 230 .ret_type = RET_INTEGER, 245 .ret_type = RET_INTEGER, 280 .ret_type = RET_INTEGER, 300 .ret_type = RET_INTEGER, 319 .ret_type = RET_INTEGER, 354 .ret_type = RET_INTEGER, 390 .ret_type = RET_INTEGER, 446 .ret_type = RET_INTEGER, [all …]
|
/linux/net/core/ |
H A D | filter.c | 1740 .ret_type = RET_INTEGER, 1777 .ret_type = RET_INTEGER, 1816 .ret_type = RET_INTEGER, 1860 .ret_type = RET_INTEGER, 1885 .ret_type = RET_INTEGER, 1898 .ret_type = RET_PTR_TO_SOCKET_OR_NULL, 1925 .ret_type = RET_INTEGER, 1966 .ret_type = RET_INTEGER, 2020 .ret_type = RET_INTEGER, 2058 .ret_type = RET_INTEGER, [all …]
|
H A D | bpf_sk_storage.c | 331 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 341 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 351 .ret_type = RET_INTEGER, 406 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 418 .ret_type = RET_INTEGER,
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | table.h | 29 u8 *ret_type) in mlx5hws_table_get_fw_ft_type() argument 34 *ret_type = FS_FT_FDB; in mlx5hws_table_get_fw_ft_type()
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 63 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ argument 64 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
|
/linux/drivers/media/rc/ |
H A D | bpf-lirc.c | 34 .ret_type = RET_INTEGER, 53 .ret_type = RET_INTEGER, 76 .ret_type = RET_INTEGER,
|
/linux/fs/debugfs/ |
H A D | file.c | 331 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args, bit, ret) \ argument 332 static ret_type full_proxy_ ## name(proto) \ 336 ret_type r; \ 348 #define SHORT_PROXY_FUNC(name, ret_type, filp, proto, args, bit, ret) \ argument 349 static ret_type short_proxy_ ## name(proto) \ 353 ret_type r; \
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.h | 458 #define BUILD_VMX_MSR_BITMAP_HELPERS(ret_type, action, bitop) \ argument 459 __BUILD_VMX_MSR_BITMAP_HELPER(ret_type, action, bitop, read, 0x0) \ 460 __BUILD_VMX_MSR_BITMAP_HELPER(ret_type, action, bitop, write, 0x800)
|