Home
last modified time | relevance | path

Searched full:clients (Results 1 – 25 of 89) sorted by relevance

1234

/Zephyr-Core-3.4.0/drivers/interrupt_controller/
Dintc_shared_irq.c49 struct shared_irq_runtime *clients = dev->data; in isr_register() local
54 if (!clients->client[i].isr_dev) { in isr_register()
55 clients->client[i].isr_dev = isr_dev; in isr_register()
56 clients->client[i].isr_func = isr_func; in isr_register()
71 struct shared_irq_runtime *clients = dev->data; in enable() local
76 if (clients->client[i].isr_dev == isr_dev) { in enable()
77 clients->client[i].enabled = 1U; in enable()
85 static int last_enabled_isr(struct shared_irq_runtime *clients, int count) in last_enabled_isr() argument
90 if (clients->client[i].enabled) { in last_enabled_isr()
104 struct shared_irq_runtime *clients = dev->data; in disable() local
[all …]
DKconfig.it8xxx215 Configures the maximum number of clients allowed per shared
/Zephyr-Core-3.4.0/lib/os/
Donoff.c78 * * a start from OFF when there are clients;
79 * * a stop from ON when there are no clients;
80 * * a reset from ERROR when there are clients.
217 && !sys_slist_is_empty(&mgr->clients)) { in process_recheck()
223 && !sys_slist_is_empty(&mgr->clients)) { in process_recheck()
234 * If the completion requires notifying clients, the clients are moved
238 sys_slist_t *clients, in process_complete() argument
244 /* Enter ERROR state and notify all clients. */ in process_complete()
245 *clients = mgr->clients; in process_complete()
246 sys_slist_init(&mgr->clients); in process_complete()
[all …]
/Zephyr-Core-3.4.0/modules/thrift/src/thrift/server/
DTServerFramework.h99 * Accept clients from the TServerTransport and add them for processing.
119 * Get the number of currently connected clients.
120 * \returns the number of currently connected clients
125 * Get the highest number of concurrent clients.
126 * \returns the highest number of concurrent clients
134 * limit is lowered below the number of connected clients, no
135 * action is taken to disconnect the clients.
137 * \param[in] newLimit the new limit of concurrent clients
166 * Common handling for new connected clients. Implements concurrent
179 * The number of concurrent clients.
[all …]
/Zephyr-Core-3.4.0/subsys/sip_svc/
Dsip_svc_subsys.c50 * clients | * channel |
150 if (ctrl->clients[i].token == c_token) { in sip_svc_get_c_idx()
177 ctrl->clients[c_idx].id = c_idx; in sip_svc_register()
178 ctrl->clients[c_idx].token = sip_svc_generate_c_token(); in sip_svc_register()
179 ctrl->clients[c_idx].state = SIP_SVC_CLIENT_ST_IDLE; in sip_svc_register()
180 ctrl->clients[c_idx].priv_data = priv_data; in sip_svc_register()
182 LOG_INF("Register the client channel 0x%x", ctrl->clients[c_idx].token); in sip_svc_register()
183 return ctrl->clients[c_idx].token; in sip_svc_register()
213 if (ctrl->clients[c_idx].id == SIP_SVC_ID_INVALID) { in sip_svc_unregister()
218 if (ctrl->clients[c_idx].active_trans_cnt != 0) { in sip_svc_unregister()
[all …]
DKconfig49 Maximum number of clients inside sip_svc subsystem per controller.
/Zephyr-Core-3.4.0/doc/services/resource_management/
Dindex.rst7 use at runtime among multiple clients. These include power rails,
26 An on-off manager supports an arbitrary number of clients of a service
53 immediately turned on again (where context allows) and waiting clients
56 Requests are reference counted, but not tracked. That means clients are
60 shut out, and the manager does not maintain a record of specific clients
70 Clients and other components interested in tracking all service state
/Zephyr-Core-3.4.0/dts/bindings/sip_svc/
Dintel,agilex-socfpga-sip-smc.yaml19 zephyr,num-clients:
23 Number of allowed clients that can communicate with lower layer.
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
DKconfig.has21 This option enables support for clients to subscribe for notifications
46 This option enables support for clients to subscribe for notifications
DKconfig.pacs44 This option enables support for clients to write to the Sink PAC
83 This option enables support for clients to write to the Source PAC
Dmcs.c72 } clients[CONFIG_BT_MAX_CONN]; variable
77 memset(&clients[bt_conn_index(conn)], 0, sizeof(struct client_state)); in disconnected()
92 struct client_state *client = &clients[bt_conn_index(conn)]; in read_player_name()
134 struct client_state *client = &clients[bt_conn_index(conn)]; in read_icon_url()
158 struct client_state *client = &clients[bt_conn_index(conn)]; in read_track_title()
183 struct client_state *client = &clients[bt_conn_index(conn)]; in read_track_duration()
205 struct client_state *client = &clients[bt_conn_index(conn)]; in read_track_position()
251 struct client_state *client = &clients[bt_conn_index(conn)]; in read_playback_speed()
295 struct client_state *client = &clients[bt_conn_index(conn)]; in read_seeking_speed()
332 struct client_state *client = &clients[bt_conn_index(conn)]; in read_current_track_id()
[all …]
DKconfig.vocs44 Control Service clients.
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
DKconfig.gatt118 characteristics which can be used by clients to detect if anything has
255 bool "Allow to write name by remote GATT clients"
259 Enabling this option allows remote GATT clients to write to device
264 bool "Encryption required to write name by remote GATT clients"
272 bool "Authentication required to write name by remote GATT clients"
/Zephyr-Core-3.4.0/samples/subsys/sip_svc/boards/
Dintel_socfpga_agilex_socdk.overlay10 zephyr,num-clients = <1>;
/Zephyr-Core-3.4.0/include/zephyr/sip_svc/
Dsip_svc_controller.h50 /* Total number of clients*/
69 struct sip_svc_client *clients; member
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dproxy_srv.c70 } clients[CONFIG_BT_MAX_CONN] = { variable
80 return &clients[bt_conn_index(conn)]; in find_client()
362 for (i = 0; i < ARRAY_SIZE(clients); i++) { in bt_mesh_proxy_beacon_send()
363 if (clients[i].cli) { in bt_mesh_proxy_beacon_send()
364 beacon_send(&clients[i], sub); in bt_mesh_proxy_beacon_send()
882 for (int i = 0; i < ARRAY_SIZE(clients); i++) { in svc_reg_work_handler()
883 if (clients[i].cli) { in svc_reg_work_handler()
884 clients[i].filter_type = ACCEPT; in svc_reg_work_handler()
914 for (i = 0; i < ARRAY_SIZE(clients); i++) { in bt_mesh_proxy_gatt_disconnect()
915 struct bt_mesh_proxy_client *client = &clients[i]; in bt_mesh_proxy_gatt_disconnect()
[all …]
/Zephyr-Core-3.4.0/doc/connectivity/networking/api/
Dmqtt.rst24 MQTT clients require an MQTT server to connect to. Such a server, called an MQTT Broker,
26 published by clients. There are many implementations of MQTT brokers, one of them
48 of the MQTT client and can be shared among MQTT clients:
/Zephyr-Core-3.4.0/doc/hardware/peripherals/
Dfuel_gauge.rst29 The Fuel Gauge API explicitly provides no caching for its clients.
/Zephyr-Core-3.4.0/dts/bindings/dma/
Dst,stm32-dma-v2.yaml9 DMA clients connected to the STM32 DMA controller must use the format
12 DMA clients connected to the STM32 DMA controller must use the format
Dnxp,mcux-edma.yaml46 # * DMA clients
/Zephyr-Core-3.4.0/subsys/net/lib/mqtt_sn/
DKconfig35 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)"
/Zephyr-Core-3.4.0/subsys/net/lib/tls_credentials/
DKconfig48 Allows clients of the socket APIs to specify filenames
/Zephyr-Core-3.4.0/samples/boards/nrf/mesh/onoff-app/
DREADME.rst23 After provisioning, the button clients must
35 of onoff clients from 4 to 2.
/Zephyr-Core-3.4.0/subsys/net/lib/mqtt/
DKconfig21 int "Maximum number of clients Keep alive time for MQTT (in seconds)"
/Zephyr-Core-3.4.0/include/zephyr/sys/
Dnotify.h132 * The content of this structure is not public API to clients: all
255 * Clients that use this initialization receive no asynchronous
276 * Clients that use this initialization will be notified of the
309 * Clients that use this initialization will be notified of the

1234