Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 25 of 26) sorted by relevance

12

/subsys/pm/
A Ddevice.c100 const struct device *domain, in power_domain_add_or_remove() argument
104 device_handle_t *rv = domain->deps; in power_domain_add_or_remove()
138 dev->pm_base->domain = NULL; in power_domain_add_or_remove()
144 dev->pm_base->domain = domain; in power_domain_add_or_remove()
155 ARG_UNUSED(domain); in power_domain_add_or_remove()
163 const struct device *domain) in pm_device_power_domain_remove() argument
165 return power_domain_add_or_remove(dev, domain, false); in pm_device_power_domain_remove()
169 const struct device *domain) in pm_device_power_domain_add() argument
171 return power_domain_add_or_remove(dev, domain, true); in pm_device_power_domain_add()
334 return pm->domain != NULL; in pm_device_on_power_domain()
[all …]
A Ddevice_runtime.c18 (_pm)->domain
163 const struct device *domain = PM_DOMAIN(&pm->base); in get_sync_locked() local
165 if (domain->pm_base->flags & BIT(PM_DEVICE_FLAG_ISR_SAFE)) { in get_sync_locked()
166 ret = pm_device_runtime_get(domain); in get_sync_locked()
232 const struct device *domain = PM_DOMAIN(&pm->base); in pm_device_runtime_get() local
235 ret = pm_device_runtime_get(domain); in pm_device_runtime_get()
241 (void)pm_device_runtime_put(domain); in pm_device_runtime_get()
286 if (domain != NULL) { in pm_device_runtime_get()
287 (void)pm_device_runtime_put(domain); in pm_device_runtime_get()
329 const struct device *domain = PM_DOMAIN(&pm->base); in put_sync_locked() local
[all …]
A DKconfig98 bool "Power domain"
102 Enable support for Power Domain. With power domain enabled,
103 devices that depend on a domain will be notified when this
104 domain is suspended or resumed.
/subsys/net/lib/shell/
A Dgptp.c276 struct gptp_domain *domain; in gptp_print_port_info() local
281 domain = gptp_get_domain(); in gptp_print_port_info()
283 ret = gptp_get_port_data(domain, in gptp_print_port_info()
382 domain->default_ds.priority1); in gptp_print_port_info()
385 domain->default_ds.priority2); in gptp_print_port_info()
585 struct gptp_domain *domain = gptp_get_domain(); in cmd_net_gptp() local
605 site_sync2str(domain->state.site_ss.state)); in cmd_net_gptp()
607 domain->state.site_ss.rcvd_pss ? "yes" : "no"); in cmd_net_gptp()
611 clk_slave2str(domain->state.clk_slave_sync.state)); in cmd_net_gptp()
615 domain->state.clk_slave_sync.rcvd_local_clk_tick ? in cmd_net_gptp()
[all …]
A Ddns.c313 record->domain != NULL ? "." : "", in cmd_net_dns_list()
314 record->domain != NULL ? record->domain : "", in cmd_net_dns_list()
/subsys/net/lib/dns/
A Ddns_sd.c253 if (domain == NULL) { in domain_is_valid()
258 domain_size = strlen(domain); in domain_is_valid()
273 domain); in domain_is_valid()
373 inst->domain, in add_ptr_record()
424 strlen(inst->domain) - 1; in add_ptr_record()
758 inst->domain); in dns_sd_handle_ptr_query()
857 inst->domain); in dns_sd_handle_service_type_enum()
961 record->domain, filter->domain, in dns_sd_rec_match()
1094 record->domain = label[2]; in dns_sd_query_extract()
1121 record->domain = label[3]; in dns_sd_query_extract()
[all …]
A DKconfig51 Defines the max number of IP addresses per domain name
/subsys/logging/
A Dlog_output.c301 const char *domain, in ids_print() argument
321 if (domain) { in ids_print()
322 total += print_formatted(output, "%s/", domain); in ids_print()
443 const char *domain, in syslog_print() argument
577 const char *domain, in prefix_print() argument
620 length += syslog_print(output, level_on, func_on, &thread_on, domain, in prefix_print()
626 length += ids_print(output, level_on, func_on, thread_on, domain, in prefix_print()
642 const char *domain, in log_output_process() argument
657 domain, source, tid, level); in log_output_process()
A Dlog_output_dict.c23 output_hdr.domain = msg->hdr.desc.domain; in log_dict_output_msg_process()
A DKconfig.processing100 Arbitrary time between log message creation in the remote domain and
101 processing in the local domain. Higher value increases message processing
133 int "Cache slot size of domain name"
137 int "Number of entries in domain name cache"
A DKconfig.mode75 bool "Multi-domain logger"
A Dlog_core.c863 log_msg->hdr.desc.domain += link->ctrl_blk->domain_offset; in z_log_msg_enqueue()
/subsys/net/lib/ptp/
A Dptp.c95 const struct ptp_clock *domain = ptp_clock_init(); in ptp_init() local
98 if (!domain) { in ptp_init()
A Dds.h44 uint8_t domain; member
A Dport.c229 resp->header.domain_number = dds->domain; in port_sync_timestamp_cb()
264 msg->header.domain_number = dds->domain; in port_announce_msg_transmit()
302 msg->header.domain_number = dds->domain; in port_delay_req_msg_transmit()
338 msg->header.domain_number = dds->domain; in port_sync_msg_transmit()
628 resp->header.domain_number = dds->domain; in port_delay_req_msg_process()
706 resp->header.domain_number = dds->domain; in port_management_resp_prepare()
762 tlv_dds->domain = dds->domain; in port_management_resp_tlv_fill()
805 length = sizeof(dds->domain); in port_management_resp_tlv_fill()
806 *mgmt->data = dds->domain; in port_management_resp_tlv_fill()
A Dtlv.h249 uint8_t domain; member
A DKconfig205 uniform through PTP domain. For more check IEEE 1588-2019 Section 7.7.2.2.
/subsys/mgmt/hawkbit/
A DKconfig22 hawkBit is a domain independent back-end framework for polling out
85 bool "Use server_domain for domain name instead of server_addr"
89 server_addr can accept an already resolved IP address, and the domain name
93 int "The buffer size for storing the domain name string"
98 The size for the internal buffer used to hold the domain name string.
/subsys/llext/
A Dllext_mem.c340 int llext_add_domain(struct llext *ext, struct k_mem_domain *domain) in llext_add_domain() argument
349 ret = k_mem_domain_add_partition(domain, &ext->mem_parts[i]); in llext_add_domain()
352 i, domain); in llext_add_domain()
/subsys/net/l2/ethernet/gptp/
A Dgptp_private.h38 struct gptp_domain *domain; member
A Dgptp.c872 int gptp_get_port_data(struct gptp_domain *domain, in gptp_get_port_data() argument
880 if (domain != &gptp_domain) { in gptp_get_port_data()
945 gptp_clock.domain = &gptp_domain; in net_gptp_init()
A Dgptp_data_set.h588 int gptp_get_port_data(struct gptp_domain *domain, int port,
/subsys/logging/frontends/
A Dlog_frontend_dict_uart.c231 hdr->domain = desc.domain; in hdr_fill()
/subsys/net/lib/lwm2m/
A DREADME_lwm2m7 domain specific code. To generate the SenML encoder and decoder the following CDDL file
/subsys/net/lib/sockets/
A DKconfig347 Communicate over a pair of connected, unnamed UNIX domain sockets.

Completed in 71 milliseconds

12