| /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()
|
| /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 | 77 int ret_type; in dev_rot_read_raw() local 88 ret_type = IIO_VAL_INT_MULTIPLE; in dev_rot_read_raw() 91 ret_type = -EINVAL; in dev_rot_read_raw() 103 ret_type = hid_sensor_read_samp_freq_value( in dev_rot_read_raw() 107 ret_type = hid_sensor_read_raw_hyst_value( in dev_rot_read_raw() 111 ret_type = -EINVAL; in dev_rot_read_raw() 115 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/trace/ |
| H A D | bpf_trace.c | 166 .ret_type = RET_INTEGER, 192 .ret_type = RET_INTEGER, 229 .ret_type = RET_INTEGER, 244 .ret_type = RET_INTEGER, 279 .ret_type = RET_INTEGER, 299 .ret_type = RET_INTEGER, 318 .ret_type = RET_INTEGER, 353 .ret_type = RET_INTEGER, 389 .ret_type = RET_INTEGER, 445 .ret_type = RET_INTEGER, [all …]
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 54 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 70 .ret_type = RET_INTEGER, 87 .ret_type = RET_INTEGER, 101 .ret_type = RET_INTEGER, 115 .ret_type = RET_INTEGER, 128 .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 | cgroup.c | 1778 .ret_type = RET_PTR_TO_MAP_VALUE, 1794 .ret_type = RET_INTEGER, 1809 .ret_type = RET_INTEGER, 2267 .ret_type = RET_INTEGER, 2309 .ret_type = RET_INTEGER, 2329 .ret_type = RET_INTEGER, 2354 .ret_type = RET_INTEGER, 2498 .ret_type = RET_INTEGER,
|
| H A D | bpf_iter.c | 720 .ret_type = RET_INTEGER, 756 .ret_type = RET_INTEGER,
|
| H A D | btf.c | 5183 const struct btf_type *ret_type; in btf_func_proto_check() local 5197 ret_type = btf_type_by_id(btf, ret_type_id); in btf_func_proto_check() 5198 if (!ret_type) { in btf_func_proto_check() 5203 if (btf_type_is_resolve_source_only(ret_type)) { in btf_func_proto_check() 5208 if (btf_type_needs_resolve(ret_type) && in btf_func_proto_check() 5210 err = btf_resolve(env, ret_type, ret_type_id); in btf_func_proto_check() 7486 const struct btf_type **ret_type) in __get_type_size() argument 7490 *ret_type = btf_type_by_id(btf, 0); in __get_type_size() 7499 *ret_type = t; in __get_type_size() 8580 .ret_type = RET_INTEGER,
|
| H A D | verifier.c | 9951 struct bpf_reg_state *regs, int ret_type, in do_refine_retval_range() argument 9957 if (ret_type != RET_INTEGER) in do_refine_retval_range() 10281 enum bpf_return_type ret_type; in check_helper_call() local 10568 ret_type = fn->ret_type; in check_helper_call() 10569 ret_flag = type_flag(ret_type); in check_helper_call() 10571 switch (base_type(ret_type)) { in check_helper_call() 10687 base_type(ret_type), func_id_name(func_id), in check_helper_call() 10697 base_type(ret_type), func_id_name(func_id), func_id); in check_helper_call() 10727 err = do_refine_retval_range(env, regs, fn->ret_type, func_id, &meta); in check_helper_call() 16891 const struct btf_type *reg_type, *ret_type = NULL; in check_return_code() local [all …]
|
| /linux/net/core/ |
| H A D | filter.c | 1743 .ret_type = RET_INTEGER, 1780 .ret_type = RET_INTEGER, 1819 .ret_type = RET_INTEGER, 1863 .ret_type = RET_INTEGER, 1888 .ret_type = RET_INTEGER, 1901 .ret_type = RET_PTR_TO_SOCKET_OR_NULL, 1928 .ret_type = RET_INTEGER, 1969 .ret_type = RET_INTEGER, 2023 .ret_type = RET_INTEGER, 2061 .ret_type = RET_INTEGER, [all …]
|
| H A D | bpf_sk_storage.c | 334 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 344 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 354 .ret_type = RET_INTEGER, 408 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL, 420 .ret_type = RET_INTEGER,
|
| H A D | sock_map.c | 638 .ret_type = RET_INTEGER, 666 .ret_type = RET_INTEGER, 697 .ret_type = RET_INTEGER, 1244 .ret_type = RET_INTEGER, 1272 .ret_type = RET_INTEGER, 1303 .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/drivers/net/can/usb/etas_es58x/ |
| H A D | es581_4.c | 176 enum es58x_ret_type ret_type) in es581_4_rx_cmd_ret_u32() argument 195 return es58x_rx_cmd_ret_u32(netdev, ret_type, in es581_4_rx_cmd_ret_u32()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.h | 755 #define BUILD_SVM_MSR_BITMAP_HELPERS(ret_type, action, bitop) \ argument 756 __BUILD_SVM_MSR_BITMAP_HELPER(ret_type, action, bitop, read, 0) \ 757 __BUILD_SVM_MSR_BITMAP_HELPER(ret_type, action, bitop, write, 1)
|
| /linux/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 132 .ret_type = RET_INTEGER,
|
| /linux/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 292 ret_type = "uint64_t" if reg64 else "uint32_t" 295 print("static inline %s %s(%s val)\n{" % (ret_type, name, type))
|