Home
last modified time | relevance | path

Searched refs:ret_type (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/kernel/bpf/
Dhelpers.c52 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
71 .ret_type = RET_INTEGER,
91 .ret_type = RET_INTEGER,
99 .ret_type = RET_INTEGER,
110 .ret_type = RET_INTEGER,
122 .ret_type = RET_INTEGER,
138 .ret_type = RET_INTEGER,
158 .ret_type = RET_INTEGER,
176 .ret_type = RET_INTEGER,
Dverifier.c986 if (fn->ret_type == RET_INTEGER) { in check_call()
988 } else if (fn->ret_type == RET_VOID) { in check_call()
990 } else if (fn->ret_type == RET_PTR_TO_MAP_VALUE_OR_NULL) { in check_call()
1003 fn->ret_type, func_id); in check_call()
Dcore.c781 .ret_type = RET_VOID,
/linux-4.4.14/drivers/acpi/acpica/
Dnsxfobj.c66 acpi_status acpi_get_type(acpi_handle handle, acpi_object_type * ret_type) in acpi_get_type() argument
73 if (!ret_type) { in acpi_get_type()
82 *ret_type = ACPI_TYPE_ANY; in acpi_get_type()
99 *ret_type = node->type; in acpi_get_type()
/linux-4.4.14/drivers/iio/light/
Dhid-sensor-prox.c75 int ret_type; in prox_read_raw() local
105 ret_type = IIO_VAL_INT; in prox_read_raw()
109 ret_type = IIO_VAL_INT; in prox_read_raw()
114 ret_type = IIO_VAL_INT; in prox_read_raw()
117 ret_type = hid_sensor_read_samp_freq_value( in prox_read_raw()
121 ret_type = hid_sensor_read_raw_hyst_value( in prox_read_raw()
125 ret_type = -EINVAL; in prox_read_raw()
129 return ret_type; in prox_read_raw()
Dhid-sensor-als.c82 int ret_type; in als_read_raw() local
112 ret_type = IIO_VAL_INT; in als_read_raw()
117 ret_type = als_state->scale_precision; in als_read_raw()
121 ret_type = IIO_VAL_INT; in als_read_raw()
124 ret_type = hid_sensor_read_samp_freq_value( in als_read_raw()
128 ret_type = hid_sensor_read_raw_hyst_value( in als_read_raw()
132 ret_type = -EINVAL; in als_read_raw()
136 return ret_type; in als_read_raw()
/linux-4.4.14/drivers/iio/pressure/
Dhid-sensor-press.c79 int ret_type; in press_read_raw() local
109 ret_type = IIO_VAL_INT; in press_read_raw()
114 ret_type = press_state->scale_precision; in press_read_raw()
118 ret_type = IIO_VAL_INT; in press_read_raw()
121 ret_type = hid_sensor_read_samp_freq_value( in press_read_raw()
125 ret_type = hid_sensor_read_raw_hyst_value( in press_read_raw()
129 ret_type = -EINVAL; in press_read_raw()
133 return ret_type; in press_read_raw()
/linux-4.4.14/drivers/iio/orientation/
Dhid-sensor-rotation.c67 int ret_type; in dev_rot_read_raw() local
78 ret_type = IIO_VAL_INT_MULTIPLE; in dev_rot_read_raw()
81 ret_type = -EINVAL; in dev_rot_read_raw()
84 ret_type = hid_sensor_read_samp_freq_value( in dev_rot_read_raw()
88 ret_type = hid_sensor_read_raw_hyst_value( in dev_rot_read_raw()
92 ret_type = -EINVAL; in dev_rot_read_raw()
96 return ret_type; in dev_rot_read_raw()
Dhid-sensor-incl-3d.c113 int ret_type; in incl_3d_read_raw() local
135 ret_type = IIO_VAL_INT; in incl_3d_read_raw()
140 ret_type = incl_state->scale_precision; in incl_3d_read_raw()
144 ret_type = IIO_VAL_INT; in incl_3d_read_raw()
147 ret_type = hid_sensor_read_samp_freq_value( in incl_3d_read_raw()
151 ret_type = hid_sensor_read_raw_hyst_value( in incl_3d_read_raw()
155 ret_type = -EINVAL; in incl_3d_read_raw()
159 return ret_type; in incl_3d_read_raw()
/linux-4.4.14/drivers/iio/accel/
Dhid-sensor-accel-3d.c113 int ret_type; in accel_3d_read_raw() local
135 ret_type = IIO_VAL_INT; in accel_3d_read_raw()
140 ret_type = accel_state->scale_precision; in accel_3d_read_raw()
144 ret_type = IIO_VAL_INT; in accel_3d_read_raw()
147 ret_type = hid_sensor_read_samp_freq_value( in accel_3d_read_raw()
151 ret_type = hid_sensor_read_raw_hyst_value( in accel_3d_read_raw()
155 ret_type = -EINVAL; in accel_3d_read_raw()
159 return ret_type; in accel_3d_read_raw()
/linux-4.4.14/drivers/iio/gyro/
Dhid-sensor-gyro-3d.c113 int ret_type; in gyro_3d_read_raw() local
135 ret_type = IIO_VAL_INT; in gyro_3d_read_raw()
140 ret_type = gyro_state->scale_precision; in gyro_3d_read_raw()
144 ret_type = IIO_VAL_INT; in gyro_3d_read_raw()
147 ret_type = hid_sensor_read_samp_freq_value( in gyro_3d_read_raw()
151 ret_type = hid_sensor_read_raw_hyst_value( in gyro_3d_read_raw()
155 ret_type = -EINVAL; in gyro_3d_read_raw()
159 return ret_type; in gyro_3d_read_raw()
/linux-4.4.14/drivers/iio/magnetometer/
Dhid-sensor-magn-3d.c159 int ret_type; in magn_3d_read_raw() local
182 ret_type = IIO_VAL_INT; in magn_3d_read_raw()
187 ret_type = magn_state->scale_precision; in magn_3d_read_raw()
191 ret_type = IIO_VAL_INT; in magn_3d_read_raw()
194 ret_type = hid_sensor_read_samp_freq_value( in magn_3d_read_raw()
198 ret_type = hid_sensor_read_raw_hyst_value( in magn_3d_read_raw()
202 ret_type = -EINVAL; in magn_3d_read_raw()
206 return ret_type; in magn_3d_read_raw()
/linux-4.4.14/arch/x86/mm/
Dpat_rbtree.c192 enum page_cache_mode *ret_type) in rbt_memtype_check_insert() argument
197 new->type, ret_type); in rbt_memtype_check_insert()
200 if (ret_type) in rbt_memtype_check_insert()
201 new->type = *ret_type; in rbt_memtype_check_insert()
/linux-4.4.14/kernel/trace/
Dbpf_trace.c76 .ret_type = RET_INTEGER,
173 .ret_type = RET_INTEGER,
218 .ret_type = RET_INTEGER,
259 .ret_type = RET_INTEGER,
/linux-4.4.14/net/core/
Dfilter.c1304 .ret_type = RET_INTEGER,
1353 .ret_type = RET_INTEGER,
1400 .ret_type = RET_INTEGER,
1434 .ret_type = RET_INTEGER,
1478 .ret_type = RET_INTEGER,
1491 .ret_type = RET_INTEGER,
1510 .ret_type = RET_INTEGER,
1529 .ret_type = RET_INTEGER,
1546 .ret_type = RET_INTEGER,
1580 .ret_type = RET_INTEGER,
[all …]
/linux-4.4.14/include/linux/
Dbpf.h87 enum bpf_return_type ret_type; member
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.h676 enum pevent_func_arg_type ret_type,
Devent-parse.c99 enum pevent_func_arg_type ret_type; member
6309 enum pevent_func_arg_type ret_type, in pevent_register_print_function() argument
6336 func_handle->ret_type = ret_type; in pevent_register_print_function()