/Zephyr-Core-3.4.0/drivers/interrupt_controller/ |
D | intc_shared_irq.c | 49 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 …]
|
D | Kconfig.it8xxx2 | 15 Configures the maximum number of clients allowed per shared
|
/Zephyr-Core-3.4.0/lib/os/ |
D | onoff.c | 78 * * 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/ |
D | TServerFramework.h | 99 * 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/ |
D | sip_svc_subsys.c | 50 * 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 …]
|
D | Kconfig | 49 Maximum number of clients inside sip_svc subsystem per controller.
|
/Zephyr-Core-3.4.0/doc/services/resource_management/ |
D | index.rst | 7 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/ |
D | intel,agilex-socfpga-sip-smc.yaml | 19 zephyr,num-clients: 23 Number of allowed clients that can communicate with lower layer.
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | Kconfig.has | 21 This option enables support for clients to subscribe for notifications 46 This option enables support for clients to subscribe for notifications
|
D | Kconfig.pacs | 44 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
|
D | mcs.c | 72 } 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 …]
|
D | Kconfig.vocs | 44 Control Service clients.
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | Kconfig.gatt | 118 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/ |
D | intel_socfpga_agilex_socdk.overlay | 10 zephyr,num-clients = <1>;
|
/Zephyr-Core-3.4.0/include/zephyr/sip_svc/ |
D | sip_svc_controller.h | 50 /* Total number of clients*/ 69 struct sip_svc_client *clients; member
|
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/ |
D | proxy_srv.c | 70 } 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/ |
D | mqtt.rst | 24 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/ |
D | fuel_gauge.rst | 29 The Fuel Gauge API explicitly provides no caching for its clients.
|
/Zephyr-Core-3.4.0/dts/bindings/dma/ |
D | st,stm32-dma-v2.yaml | 9 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
|
D | nxp,mcux-edma.yaml | 46 # * DMA clients
|
/Zephyr-Core-3.4.0/subsys/net/lib/mqtt_sn/ |
D | Kconfig | 35 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)"
|
/Zephyr-Core-3.4.0/subsys/net/lib/tls_credentials/ |
D | Kconfig | 48 Allows clients of the socket APIs to specify filenames
|
/Zephyr-Core-3.4.0/samples/boards/nrf/mesh/onoff-app/ |
D | README.rst | 23 After provisioning, the button clients must 35 of onoff clients from 4 to 2.
|
/Zephyr-Core-3.4.0/subsys/net/lib/mqtt/ |
D | Kconfig | 21 int "Maximum number of clients Keep alive time for MQTT (in seconds)"
|
/Zephyr-Core-3.4.0/include/zephyr/sys/ |
D | notify.h | 132 * 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
|