/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 520 static ssize_t offload_sendto(void *obj, const void *buf, size_t len, in offload_sendto() argument 525 struct modem_socket *sock = (struct modem_socket *) obj; in offload_sendto() 577 static ssize_t offload_recvfrom(void *obj, void *buf, size_t len, in offload_recvfrom() argument 581 struct modem_socket *sock = (struct modem_socket *)obj; in offload_recvfrom() 638 static ssize_t offload_read(void *obj, void *buffer, size_t count) in offload_read() argument 640 return offload_recvfrom(obj, buffer, count, 0, NULL, 0); in offload_read() 646 static ssize_t offload_write(void *obj, const void *buffer, size_t count) in offload_write() argument 648 return offload_sendto(obj, buffer, count, 0, NULL, 0); in offload_write() 654 static int offload_ioctl(void *obj, unsigned int request, va_list args) in offload_ioctl() argument 666 return modem_socket_poll_prepare(&mdata.socket_config, obj, pfd, pev, pev_end); in offload_ioctl() [all …]
|
D | ublox-sara-r4.c | 289 static ssize_t send_socket_data(void *obj, in send_socket_data() argument 298 struct modem_socket *sock = (struct modem_socket *)obj; in send_socket_data() 1490 static int offload_close(void *obj) in offload_close() argument 1492 struct modem_socket *sock = (struct modem_socket *)obj; in offload_close() 1516 static int offload_bind(void *obj, const struct sockaddr *addr, in offload_bind() argument 1519 struct modem_socket *sock = (struct modem_socket *)obj; in offload_bind() 1534 static int offload_connect(void *obj, const struct sockaddr *addr, in offload_connect() argument 1537 struct modem_socket *sock = (struct modem_socket *)obj; in offload_connect() 1602 static ssize_t offload_recvfrom(void *obj, void *buf, size_t len, in offload_recvfrom() argument 1606 struct modem_socket *sock = (struct modem_socket *)obj; in offload_recvfrom() [all …]
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_json.c | 97 } obj; member 284 obj_payload = &fd->json.obj.float_obj; in json_float_object_write() 285 fd->json.obj.float_obj.name = fd->name_string; in json_float_object_write() 286 fd->json.obj.float_obj.val_float.start = pt_buffer; in json_float_object_write() 287 fd->json.obj.float_obj.val_float.length = float_string_length; in json_float_object_write() 324 obj_payload = &fd->json.obj.string_obj; in json_string_object_write() 325 fd->json.obj.string_obj.name = fd->name_string; in json_string_object_write() 326 fd->json.obj.string_obj.val_string = buf; in json_string_object_write() 363 obj_payload = &fd->json.obj.boolean_obj; in json_boolean_object_write() 364 fd->json.obj.boolean_obj.name = fd->name_string; in json_boolean_object_write() [all …]
|
D | lwm2m_observation.h | 50 int lwm2m_write_attr_handler(struct lwm2m_engine_obj *obj, struct lwm2m_message *msg); 77 int lwm2m_get_path_reference_ptr(struct lwm2m_engine_obj *obj, const struct lwm2m_obj_path *path,
|
D | ipso_light_control.c | 76 if (!inst[i].obj || inst[i].obj_inst_id != obj_inst_id) { in on_time_read_cb() 106 if (!inst[i].obj || inst[i].obj_inst_id != obj_inst_id) { in on_time_post_write_cb() 126 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in light_control_create() 133 if (avail < 0 && !inst[index].obj) { in light_control_create()
|
D | lwm2m_obj_server.c | 105 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in disable_cb() 138 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in lwm2m_server_get_mute_send() 169 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in server_get_instance_s32() 194 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in lwm2m_server_get_ssid() 207 if (inst[i].obj && server_id[i] == short_id) { in lwm2m_server_short_id_to_inst() 218 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in lwm2m_server_inst_id_to_index() 331 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in server_create() 339 if (!inst[index].obj) { in server_create()
|
D | ipso_temp_sensor.c | 100 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in reset_min_max_measured_values_cb() 118 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in sensor_value_write_cb() 139 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in temp_sensor_create() 147 if (!inst[index].obj) { in temp_sensor_create()
|
D | ipso_push_button.c | 74 if (!inst[i].obj || inst[i].obj_inst_id != obj_inst_id) { in get_button_index() 123 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in button_create() 130 if (avail < 0 && !inst[index].obj) { in button_create()
|
D | ucifi_battery.c | 73 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in supply_loss_counter_reset_cb() 88 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in battery_create() 97 if (!inst[index].obj) { in battery_create()
|
D | ipso_current_sensor.c | 102 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in reset_min_max_measured_values_cb() 120 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in sensor_value_write_cb() 143 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in current_sensor_create() 152 if (!inst[index].obj) { in current_sensor_create()
|
D | ipso_humidity_sensor.c | 97 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in reset_min_max_measured_values_cb() 115 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in sensor_value_write_cb() 137 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in humidity_sensor_create() 146 if (!inst[index].obj) { in humidity_sensor_create()
|
D | ipso_pressure_sensor.c | 98 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in reset_min_max_measured_values_cb() 116 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in sensor_value_write_cb() 138 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in pressure_sensor_create() 147 if (!inst[index].obj) { in pressure_sensor_create()
|
D | ipso_voltage_sensor.c | 103 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in reset_min_max_measured_values_cb() 121 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in sensor_value_write_cb() 144 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in voltage_sensor_create() 153 if (!inst[index].obj) { in voltage_sensor_create()
|
D | lwm2m_obj_portfolio.c | 70 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in portfolio_create() 78 if (avail < 0 && !inst[index].obj) { in portfolio_create()
|
D | ipso_generic_sensor.c | 111 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in reset_min_max_measured_values_cb() 129 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in sensor_value_write_cb() 150 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in generic_sensor_create() 159 if (!inst[index].obj) { in generic_sensor_create()
|
D | lwm2m_obj_security.c | 120 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in security_create() 128 if (!inst[index].obj) { in security_create() 193 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in lwm2m_security_inst_id_to_index() 208 if (!inst[index].obj) { in lwm2m_security_index_to_inst_id()
|
D | lwm2m_obj_gateway.c | 100 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in lwm2m_gw_create() 109 if (!inst[index].obj) { in lwm2m_gw_create() 164 if (!inst[index].obj) { in lwm2m_gw_handle_req()
|
D | ipso_filling_sensor.c | 90 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in reset_average_fill_speed_cb() 129 if (inst[i].obj && inst[i].obj_inst_id == obj_inst_id) { in update_cb() 143 if (inst[index].obj && inst[index].obj_inst_id == obj_inst_id) { in filling_sensor_create() 152 if (!inst[index].obj) { in filling_sensor_create()
|
/Zephyr-latest/scripts/release/ |
D | list_backports.py | 204 obj = {} 205 obj['id'] = i.number 206 obj['title'] = Backport.sanitize_title(i.title) 207 …obj['url'] = f'https://github.com/{self._repo.organization.login}/{self._repo.name}/pull/{i.number… 208 issue_objects.append(obj)
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | ace-link.ld | 283 *libarch__xtensa__core.a:xtensa_asm2_util.S.obj(.literal) 284 *libarch__xtensa__core.a:xtensa_asm2_util.S.obj(.iram.text) 285 *libarch__xtensa__core.a:xtensa_asm2_util.S.obj(.text) 287 *libarch__xtensa__core.a:window_vectors.S.obj(.iram.text) 290 *libarch__xtensa__core.a:vector_handlers_util.S.obj(.iram0.text) 292 *libarch__xtensa__core.a:vector_handlers.c.obj(.literal.xtensa_int?_c) 293 *libarch__xtensa__core.a:vector_handlers.c.obj(.text.xtensa_int?_c) 295 *libarch__xtensa__core.a:userspace.S.obj(.literal.xtensa_do_syscall) 296 *libarch__xtensa__core.a:userspace.S.obj(.text.xtensa_do_syscall) 299 *libarch__xtensa__core.a:syscall_helper.c.obj(.text.xtensa_syscall_helper*) [all …]
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_oacp.c | 58 struct bt_gatt_ots_object *obj; in oacp_create_proc_validate() local 73 err = bt_ots_obj_add_internal(ots, conn, ¶m, &obj); in oacp_create_proc_validate() 79 if (strlen(obj->metadata.name) > 0) { in oacp_create_proc_validate() 81 (void)bt_ots_obj_delete(ots, obj->id); in oacp_create_proc_validate() 86 if (obj->metadata.size.cur > 0) { in oacp_create_proc_validate() 88 (void)bt_ots_obj_delete(ots, obj->id); in oacp_create_proc_validate() 93 if (!BT_OTS_OBJ_GET_PROP_WRITE(obj->metadata.props)) { in oacp_create_proc_validate() 95 (void)bt_ots_obj_delete(ots, obj->id); in oacp_create_proc_validate() 100 ots->cur_obj = obj; in oacp_create_proc_validate()
|
/Zephyr-latest/soc/cdns/sample_controller32/include/ |
D | xtensa-sample-controller32.ld | 364 *libarch__xtensa__core.a:xtensa_asm2_util.S.obj(.literal .text) 365 *libarch__xtensa__core.a:xtensa_asm2_util.S.obj(.iram.text .iram0.text) 367 *libarch__xtensa__core.a:window_vectors.S.obj(.iram.text) 369 *libarch__xtensa__core.a:crt1.S.obj(.literal .text) 371 LIB_OBJ_FUNC_IN_SECT(libarch__xtensa__core.a,xtensa_asm2.c.obj,*) 372 LIB_OBJ_FUNC_IN_SECT(libarch__xtensa__core.a,fatal.c.obj,*) 373 LIB_OBJ_FUNC_IN_SECT(libarch__xtensa__core.a,cpu_idle.c.obj,*) 378 LIB_OBJ_FUNC_IN_SECT(libarch__xtensa__core.a,xtensa_backtrace.c.obj,*) 380 *libarch__xtensa__core.a:debug_helpers_asm.S.obj(.iram1.literal .iram1) 383 LIB_OBJ_FUNC_IN_SECT(libarch__xtensa__core.a,userspace.S.obj,xtensa_do_syscall)
|
/Zephyr-latest/samples/application_development/external_lib/mylib/ |
D | Makefile | 9 OBJ_DIR ?= $(PREFIX)/obj
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 436 static int websocket_close_vmeth(void *obj) in websocket_close_vmeth() argument 438 struct websocket_context *ctx = obj; in websocket_close_vmeth() 445 NET_DBG("[%p] Cannot close (%d)", obj, ret); in websocket_close_vmeth() 503 static int websocket_ioctl_vmeth(void *obj, unsigned int request, va_list args) in websocket_ioctl_vmeth() argument 505 struct websocket_context *ctx = obj; in websocket_ioctl_vmeth() 1118 static ssize_t websocket_read_vmeth(void *obj, void *buffer, size_t count) in websocket_read_vmeth() argument 1120 return (ssize_t)websocket_recv(obj, buffer, count, SYS_FOREVER_MS); in websocket_read_vmeth() 1123 static ssize_t websocket_write_vmeth(void *obj, const void *buffer, in websocket_write_vmeth() argument 1126 return (ssize_t)websocket_send(obj, buffer, count, SYS_FOREVER_MS); in websocket_write_vmeth() 1129 static ssize_t websocket_sendto_ctx(void *obj, const void *buf, size_t len, in websocket_sendto_ctx() argument [all …]
|
/Zephyr-latest/drivers/net/ |
D | canbus.c | 59 static int net_canbus_setsockopt(const struct device *dev, void *obj, int level, in net_canbus_setsockopt() argument 64 struct net_context *ctx = obj; in net_canbus_setsockopt()
|