Home
last modified time | relevance | path

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

12

/openbmc/qemu/scripts/qapi/
H A Dcommands.py44 ret_type: Optional[QAPISchemaType],
49 c_type=(ret_type and ret_type.c_type()) or 'void',
58 ret_type: Optional[QAPISchemaType],
75 if ret_type:
114 if ret_type:
119 c_name=ret_type.c_name())
122 if ret_type:
142 def gen_marshal_output(ret_type: QAPISchemaType) -> str:
160 c_type=ret_type.c_type(), c_name=ret_type.c_name())
191 ret_type: Optional[QAPISchemaType],
[all …]
/openbmc/linux/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c155 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 …]
/openbmc/linux/kernel/bpf/
H A Dhelpers.c48 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
65 .ret_type = RET_INTEGER,
83 .ret_type = RET_INTEGER,
97 .ret_type = RET_INTEGER,
111 .ret_type = RET_INTEGER,
124 .ret_type = RET_INTEGER,
139 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
148 .ret_type = RET_INTEGER,
159 .ret_type = RET_INTEGER,
170 .ret_type = RET_INTEGER,
[all …]
H A Dringbuf.c479 .ret_type = RET_PTR_TO_RINGBUF_MEM_OR_NULL,
521 .ret_type = RET_VOID,
534 .ret_type = RET_VOID,
560 .ret_type = RET_INTEGER,
589 .ret_type = RET_INTEGER,
627 .ret_type = RET_INTEGER,
648 .ret_type = RET_VOID,
667 .ret_type = RET_VOID,
800 .ret_type = RET_INTEGER,
H A Dbpf_task_storage.c339 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
350 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
361 .ret_type = RET_INTEGER,
370 .ret_type = RET_INTEGER,
H A Dbpf_lsm.c132 .ret_type = RET_INTEGER,
154 .ret_type = RET_INTEGER,
173 .ret_type = RET_INTEGER,
192 .ret_type = RET_INTEGER,
/openbmc/linux/drivers/iio/light/
H A Dhid-sensor-als.c92 int ret_type; in als_read_raw() local
122 ret_type = IIO_VAL_INT; in als_read_raw()
127 ret_type = als_state->scale_precision; in als_read_raw()
131 ret_type = IIO_VAL_INT; in als_read_raw()
134 ret_type = hid_sensor_read_samp_freq_value( in als_read_raw()
138 ret_type = hid_sensor_read_raw_hyst_value( in als_read_raw()
142 ret_type = hid_sensor_read_raw_hyst_rel_value( in als_read_raw()
146 ret_type = -EINVAL; in als_read_raw()
150 return ret_type; in als_read_raw()
H A Dhid-sensor-prox.c67 int ret_type; in prox_read_raw() local
97 ret_type = IIO_VAL_INT; in prox_read_raw()
102 ret_type = prox_state->scale_precision; in prox_read_raw()
107 ret_type = IIO_VAL_INT; in prox_read_raw()
110 ret_type = hid_sensor_read_samp_freq_value( in prox_read_raw()
114 ret_type = hid_sensor_read_raw_hyst_value( in prox_read_raw()
118 ret_type = -EINVAL; in prox_read_raw()
122 return ret_type; in prox_read_raw()
/openbmc/linux/drivers/iio/pressure/
H A Dhid-sensor-press.c76 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()
/openbmc/linux/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c105 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()
/openbmc/linux/drivers/acpi/acpica/
H A Dnsxfobj.c31 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()
/openbmc/linux/drivers/iio/orientation/
H A Dhid-sensor-incl-3d.c108 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 Dhid-sensor-rotation.c72 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()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c164 .ret_type = RET_INTEGER,
190 .ret_type = RET_INTEGER,
227 .ret_type = RET_INTEGER,
242 .ret_type = RET_INTEGER,
277 .ret_type = RET_INTEGER,
297 .ret_type = RET_INTEGER,
316 .ret_type = RET_INTEGER,
351 .ret_type = RET_INTEGER,
398 .ret_type = RET_INTEGER,
453 .ret_type = RET_INTEGER,
[all …]
/openbmc/linux/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c142 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()
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype_interval.c116 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()
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c187 SchemaInfo *si, *arg_type, *ret_type; in add_query_tests() local
206 ret_type = qmp_schema_lookup(schema, si->u.command.ret_type); in add_query_tests()
207 if (ret_type->meta_type == SCHEMA_META_TYPE_OBJECT in add_query_tests()
208 && !ret_type->u.object.members) { in add_query_tests()
/openbmc/qemu/target/hexagon/
H A Dgen_tcg_funcs.py84 ret_type = hex_common.helper_ret_type(tag, regs).call_arg
85 if ret_type != "void":
86 declared.append(ret_type)
H A Dgen_helper_protos.py36 ret_type = hex_common.helper_ret_type(tag, regs).proto_arg
37 declared.append(ret_type)
/openbmc/linux/net/core/
H A Dfilter.c1723 .ret_type = RET_INTEGER,
1760 .ret_type = RET_INTEGER,
1799 .ret_type = RET_INTEGER,
1843 .ret_type = RET_INTEGER,
1868 .ret_type = RET_INTEGER,
1881 .ret_type = RET_PTR_TO_SOCKET_OR_NULL,
1908 .ret_type = RET_INTEGER,
1949 .ret_type = RET_INTEGER,
2002 .ret_type = RET_INTEGER,
2041 .ret_type = RET_INTEGER,
[all …]
/openbmc/sdbusplus/example/
H A Dcoroutine-example.cpp17 using ret_type = std::vector<std::tuple<std::string, std::string>>; in startup() typedef
19 co_await systemd.call<ret_type>(ctx, "ListUnitFiles")) in startup()
/openbmc/linux/include/linux/
H A Drandom.h133 #define declare_get_random_var_wait(name, ret_type) \ argument
134 static inline int get_random_ ## name ## _wait(ret_type *out) { \
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_btf.h63 #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)
/openbmc/qemu/target/ppc/
H A Dinternal.h34 #define FUNC_MASK(name, ret_type, size, max_val) \ argument
35 static inline ret_type name(uint##size##_t start, \
38 ret_type ret, max_bit = size - 1; \
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c34 .ret_type = RET_INTEGER,
53 .ret_type = RET_INTEGER,
76 .ret_type = RET_INTEGER,

12