Home
last modified time | relevance | path

Searched defs:tc (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/subsys/usb/usb_c/
Dusbc_tc_src_states.c37 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_src_run() local
73 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_entry() local
89 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_run() local
100 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_wait_src_exit() local
124 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_entry() local
134 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_run() local
177 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_src_exit() local
222 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_entry() local
269 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_run() local
301 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_src_exit() local
[all …]
Dusbc_tc_snk_states.c24 struct tc_sm_t *tc = data->tc; in sink_power_sub_states() local
83 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_entry() local
99 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_unattached_snk_run() local
116 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_entry() local
134 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_run() local
190 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attach_wait_snk_exit() local
200 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_entry() local
236 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_run() local
258 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_attached_snk_exit() local
280 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_rd_entry() local
Dusbc_tc_common.c25 struct tc_sm_t *tc = data->tc; in tc_subsys_init() local
41 struct tc_sm_t *tc = data->tc; in tc_run() local
126 struct tc_sm_t *tc = data->tc; in tc_init() local
185 struct tc_sm_t *tc = data->tc; in tc_set_state() local
245 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_cc_open_entry() local
290 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_error_recovery_entry() local
303 struct tc_sm_t *tc = (struct tc_sm_t *)obj; in tc_error_recovery_run() local
Dusbc_stack.h68 struct tc_sm_t *tc; member
/Zephyr-latest/scripts/west_commands/tests/
Dtest_dediprog.py41 def id_fn(tc): argument
51 def test_dediprog_init(cc, req, tc, runner_config): argument
66 def test_dediprog_create(cc, req, tc, runner_config): argument
Dtest_xsdb.py48 def test_xsdbbinaryrunner_init(check_call, path_exists, tc, runner_config): argument
67 def test_xsdbbinaryrunner_create(check_call, path_exists, tc, runner_config): argument
Dtest_dfu_util.py65 def id_fn(tc): argument
81 def test_dfu_util_init(cc, req, find_device, tc, runner_config): argument
111 def test_dfu_util_create(cc, req, gfa, find_device, tc, runner_config, tmpdir): argument
Dtest_stm32cubeprogrammer.py390 check_call, require, path_exists, path_home, system, tc, runner_config argument
426 check_call, require, path_exists, path_home, system, tc, runner_config argument
/Zephyr-latest/drivers/counter/
Dcounter_sam0_tc32.c79 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_start() local
93 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_stop() local
109 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_read() local
127 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_relative_alarm() local
187 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_set_alarm() local
224 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_cancel_alarm() local
243 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_set_top_value() local
287 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_get_pending_int() local
295 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_get_top_value() local
309 TcCount32 *tc = cfg->regs; in counter_sam0_tc32_isr() local
[all …]
Dcounter_sam_tc.c102 Tc *tc = dev_cfg->regs; in counter_sam_tc_start() local
113 Tc *tc = dev_cfg->regs; in counter_sam_tc_stop() local
124 Tc *tc = dev_cfg->regs; in counter_sam_tc_get_value() local
137 Tc *tc = dev_cfg->regs; in counter_sam_tc_set_alarm() local
199 Tc *tc = dev_cfg->regs; in counter_sam_tc_cancel_alarm() local
223 Tc *tc = dev_cfg->regs; in counter_sam_tc_set_top_value() local
261 Tc *tc = dev_cfg->regs; in counter_sam_tc_get_top_value() local
270 Tc *tc = dev_cfg->regs; in counter_sam_tc_get_pending_int() local
280 Tc *tc = dev_cfg->regs; in counter_sam_tc_isr() local
316 Tc *const tc = dev_cfg->regs; in counter_sam_initialize() local
Dcounter_ambiq_timer.c79 am_hal_timer_config_t tc; in counter_ambiq_init() local
/Zephyr-latest/drivers/sensor/qdec_sam/
Dqdec_sam.c42 Tc *const tc = dev_cfg->regs; in qdec_sam_fetch() local
66 static void qdec_sam_start(Tc *const tc) in qdec_sam_start()
78 Tc *const tc = dev_cfg->regs; in qdec_sam_configure() local
/Zephyr-latest/subsys/net/ip/
Dnet_tc.c50 bool net_tc_submit_to_tx_queue(uint8_t tc, struct net_pkt *pkt) in net_tc_submit_to_tx_queue()
63 void net_tc_submit_to_rx_queue(uint8_t tc, struct net_pkt *pkt) in net_tc_submit_to_rx_queue()
129 static uint8_t tx_tc2thread(uint8_t tc) in tx_tc2thread()
178 static uint8_t rx_tc2thread(uint8_t tc) in rx_tc2thread()
Dnet_stats.h483 static inline void net_stats_update_tc_sent_pkt(struct net_if *iface, uint8_t tc) in net_stats_update_tc_sent_pkt()
489 uint8_t tc, size_t bytes) in net_stats_update_tc_sent_bytes()
495 uint8_t tc, uint8_t priority) in net_stats_update_tc_sent_priority()
508 int tc = net_tx_priority2tc(priority); in net_stats_update_tc_tx_time() local
517 #define net_stats_update_tc_tx_time(iface, tc, start_time, end_time) argument
525 int tc = net_tx_priority2tc(priority); in net_stats_update_tc_tx_time_detail() local
539 #define net_stats_update_tc_tx_time_detail(iface, tc, detail_stat) argument
550 int tc = net_rx_priority2tc(priority); in net_stats_update_tc_rx_time() local
559 #define net_stats_update_tc_rx_time(iface, tc, start_time, end_time) argument
567 int tc = net_rx_priority2tc(priority); in net_stats_update_tc_rx_time_detail() local
[all …]
Dipv6.h528 static inline uint8_t net_ipv6_get_dscp(uint8_t tc) in net_ipv6_get_dscp()
539 static inline void net_ipv6_set_dscp(uint8_t *tc, uint8_t dscp) in net_ipv6_set_dscp()
562 static inline uint8_t net_ipv6_get_ecn(uint8_t tc) in net_ipv6_get_ecn()
573 static inline void net_ipv6_set_ecn(uint8_t *tc, uint8_t ecn) in net_ipv6_set_ecn()
Dipv6.c65 uint8_t tc = 0; in net_ipv6_create() local
568 uint8_t tc = ((hdr->vtc << 4) & 0xF0) | ((hdr->tcflow >> 4) & 0x0F); in net_ipv6_input() local
Dnet_core.c471 uint8_t tc = net_rx_priority2tc(prio); in net_queue_rx() local
Dnet_if.c354 uint8_t tc = net_tx_priority2tc(prio); in net_if_queue_tx() local
/Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/src/
Dmain.c251 const struct test_case * const tc = &test_cases[i]; in ZTEST() local
/Zephyr-latest/tests/drivers/dma/loop_transfer/src/
Dtest_dma_loop.c246 uint32_t tc = transfer_count; in test_loop_suspend_resume() local
/Zephyr-latest/tests/net/traffic_class/src/
Dmain.c121 static bool check_higher_priority_pkt_sent(int tc, struct net_pkt *pkt) in check_higher_priority_pkt_sent()
140 static bool check_higher_priority_pkt_recv(int tc, struct net_pkt *pkt) in check_higher_priority_pkt_recv()
483 int tc = net_tx_priority2tc(prio); in traffic_class_send_packets_with_prio() local
761 int tc = net_rx_priority2tc(prio); in traffic_class_recv_packets_with_prio() local
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.c699 int tc; in sys_trace_net_rx_time() local
727 int tc; in sys_trace_net_tx_time() local
Dctf_top.h675 uint32_t priority, uint32_t tc, uint32_t duration) in ctf_top_net_rx_time()
682 uint32_t priority, uint32_t tc, uint32_t duration) in ctf_top_net_tx_time()
/Zephyr-latest/include/zephyr/net/
Dnet_stats.h444 struct net_stats_tc tc; member