Home
last modified time | relevance | path

Searched refs:link (Results 26 – 50 of 356) sorted by relevance

12345678910>>...15

/Zephyr-latest/doc/_static/css/
Ddark.css30 --link-color: #8cf;
31 --link-color-hover: #9df;
32 --link-color-active: #6ad;
33 --link-color-visited: #cb99f6;
46 --search-match-color: #52b4ff; /* derived from --link-color */
47 --search-match-background-color: #414c56; /* derived from --link-color */
51 --search-credits-link-color: #628fb1; /* derived from --link-color */
Dlight.css29 --link-color: #2980b9;
30 --link-color-hover: #3091d1;
31 --link-color-active: #105078;
32 --link-color-visited: #9b59b6;
45 --search-match-color: #2c6b96; /* derived from --link-color */
46 --search-match-background-color: #e3f2fd; /* derived from --link-color */
50 --search-credits-link-color: #4392c5; /* derived from --link-color */
Dgcs.css32 color: var(--link-color) !important;
37 color: var(--link-color-visited) !important;
43 color: var(--link-color) !important;
96 color: var(--link-color) !important;
100 fill: var(--link-color) !important;
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c144 void ll_iso_link_tx_release(void *link);
1076 if (node_tx->link) { in ll_iso_test_pdu_release()
1077 ll_iso_link_tx_release(node_tx->link); in ll_iso_test_pdu_release()
1414 int ll_iso_tx_mem_enqueue(uint16_t handle, void *node_tx, void *link) in ll_iso_tx_mem_enqueue() argument
1421 memq_enqueue(link, node_tx, &cis->lll.memq_tx.tail); in ll_iso_tx_mem_enqueue()
1430 memq_enqueue(link, node_tx, &stream->memq_tx.tail); in ll_iso_tx_mem_enqueue()
1570 void ull_iso_rx_put(memq_link_t *link, void *rx) in ull_iso_rx_put() argument
1573 memq_enqueue(link, rx, &memq_ull_iso_rx.tail); in ull_iso_rx_put()
1578 static memq_link_t link; in ull_iso_rx_sched() local
1579 static struct mayfly mfy = {0, 0, &link, NULL, iso_rx_demux}; in ull_iso_rx_sched()
[all …]
Dlll.h431 memq_link_t *link; /* Supply memq_link from ULL to LLL */ member
582 #define iso_rx_put(link, rx) ull_iso_rx_put(link, rx) argument
585 #define iso_rx_put(link, rx) ll_iso_rx_put(link, rx) argument
624 void ull_rx_put(memq_link_t *link, void *rx);
626 void ull_rx_put_sched(memq_link_t *link, void *rx);
627 void ull_iso_rx_put(memq_link_t *link, void *rx);
Dull_conn.c462 ll_rx_put_sched(node_terminate->hdr.link, in ll_terminate_ind_send()
873 rx->hdr.link = rx_link; in ull_conn_setup()
896 void ull_conn_rx(memq_link_t *link, struct node_rx_pdu **rx) in ull_conn_rx() argument
919 ull_cp_rx(conn, link, *rx); in ull_conn_rx()
1218 ll_rx_put_sched(rx->link, rx); in ull_conn_done()
1286 ll_rx_put_sched(rx->hdr.link, rx); in ull_conn_done()
1395 static memq_link_t link; in ull_conn_lll_tx_demux_sched() local
1396 static struct mayfly mfy = {0U, 0U, &link, NULL, tx_demux}; in ull_conn_lll_tx_demux_sched()
1446 memq_link_t *link; in ull_conn_tx_lll_enqueue() local
1454 link = mem_acquire(&mem_link_tx.free); in ull_conn_tx_lll_enqueue()
[all …]
Dull_internal.h77 void ll_rx_link_release(memq_link_t *link);
82 void ll_rx_put_sched(memq_link_t *link, void *rx);
83 void ll_rx_put(memq_link_t *link, void *rx);
179 memq_link_t *link, struct node_rx_hdr *rx);
Dull_adv_iso.c621 adv_iso->node_rx_complete.hdr.link = link_cmplt; in big_create()
622 adv_iso->node_rx_terminate.rx.hdr.link = link_term; in big_create()
943 static memq_link_t link; in ull_adv_iso_offset_get() local
944 static struct mayfly mfy = {0U, 0U, &link, NULL, mfy_iso_offset_get}; in ull_adv_iso_offset_get()
1004 memq_link_t *link; in ull_adv_iso_done_complete() local
1015 link = rx->hdr.link; in ull_adv_iso_done_complete()
1016 if (!link) { in ull_adv_iso_done_complete()
1024 rx->hdr.link = NULL; in ull_adv_iso_done_complete()
1030 ll_rx_put_sched(link, rx); in ull_adv_iso_done_complete()
1090 memq_link_t *link; in ull_adv_iso_stream_release() local
[all …]
Dlll_iso_tx.h11 memq_link_t *link; member
Dull_sync_iso.c181 node_rx->hdr.link = link_sync_estab; in ll_big_sync_create()
183 sync_iso->node_rx_lost.rx.hdr.link = link_sync_lost; in ll_big_sync_create()
241 static memq_link_t link; in ll_big_sync_terminate() local
242 static struct mayfly mfy = {0, 0, &link, NULL, lll_flush}; in ll_big_sync_terminate()
268 link_sync_estab = node_rx->hdr.link; in ll_big_sync_terminate()
269 link_sync_lost = sync_iso->node_rx_lost.rx.hdr.link; in ll_big_sync_terminate()
317 link_sync_lost = sync_iso->node_rx_lost.rx.hdr.link; in ll_big_sync_terminate()
728 ll_rx_put_sched(rx->hdr.link, rx); in ull_sync_iso_estab_done()
1019 static memq_link_t link; in ticker_stop_op_cb() local
1020 static struct mayfly mfy = {0U, 0U, &link, NULL, sync_iso_disable}; in ticker_stop_op_cb()
[all …]
Dull_scan_aux.c144 ll_rx_put(rx->hdr.link, rx); in rx_release_put()
169 void ull_scan_aux_setup(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_setup() argument
406 rx->hdr.link = link; in ull_scan_aux_setup()
780 ll_rx_put_sched(link, rx); in ull_scan_aux_setup()
959 ll_rx_put_sched(link, rx); in ull_scan_aux_setup()
974 ll_rx_put(link, rx); in ull_scan_aux_setup()
1087 void ull_scan_aux_release(memq_link_t *link, struct node_rx_pdu *rx) in ull_scan_aux_release() argument
1170 rx->hdr.link = link; in ull_scan_aux_release()
1182 ll_rx_put(link, rx); in ull_scan_aux_release()
1188 static memq_link_t link; in ull_scan_aux_stop() local
[all …]
Dull_conn_iso.c431 ull_rx_put_sched(node_rx->hdr.link, node_rx); in ull_conn_iso_lll_cis_established()
585 static memq_link_t link; in ull_conn_iso_cis_stop() local
586 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_conn_iso_cis_stop()
681 static memq_link_t link; in ull_conn_iso_ticker_cb() local
682 static struct mayfly mfy = { 0, 0, &link, NULL, NULL }; in ull_conn_iso_ticker_cb()
1101 static memq_link_t link; in cis_lazy_fill() local
1102 static struct mayfly mfy = {0U, 0U, &link, NULL, mfy_cis_lazy_fill}; in cis_lazy_fill()
1304 ll_rx_put_sched(node_terminate->hdr.link, node_terminate); in cis_disabled_cb()
1366 memq_link_t *link; in cis_tx_lll_flush() local
1377 link = memq_dequeue(lll->memq_tx.tail, &lll->memq_tx.head, (void **)&tx); in cis_tx_lll_flush()
[all …]
Dull_scan_internal.h79 void ull_scan_aux_setup(memq_link_t *link, struct node_rx_pdu *rx);
91 void ull_scan_aux_release(memq_link_t *link, struct node_rx_pdu *rx);
/Zephyr-latest/boards/shields/link_board_eth/doc/
Dindex.rst3 PHYTEC link board ETH
9 The link board ETH is an ethernet expansion board based on ENC424J600
13 link board family and how to connect it to the reel board.
17 :alt: link board ETH
97 For more information about the link board ETH and ENC424J600:
99 - `link board ETH Website`_
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c256 memq_link_t *link = NULL; in prepare_cb_common() local
270 link = memq_peek(stream->memq_tx.head, in prepare_cb_common()
272 if (link) { in prepare_cb_common()
278 tx->next = link; in prepare_cb_common()
282 link = NULL; in prepare_cb_common()
286 link = NULL; in prepare_cb_common()
292 } while (link); in prepare_cb_common()
295 if (!link) { in prepare_cb_common()
563 memq_link_t *link; in isr_tx_common() local
579 link = memq_peek(stream->memq_tx.head, in isr_tx_common()
[all …]
Dlll_central_iso.c218 memq_link_t *link; in prepare_cb() local
224 link = memq_peek(cis_lll->memq_tx.head, in prepare_cb()
227 if (!link) { in prepare_cb()
236 node_tx->next = link; in prepare_cb()
240 link = NULL; in prepare_cb()
243 link = NULL; in prepare_cb()
248 } while (link); in prepare_cb()
250 if (!link) { in prepare_cb()
580 memq_link_t *link; in isr_tx() local
620 link = memq_peek(cis_lll->memq_tx.head, in isr_tx()
[all …]
Dlll_conn.c546 ull_rx_put(node_rx->hdr.link, node_rx);
880 memq_link_t *link; local
882 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, (void **)&tx);
883 if (lll->empty || !link) {
887 if (link || FORCE_MD_CNT_GET()) {
924 } else if ((link->next != lll->memq_tx.tail) ||
1043 memq_link_t *link; local
1060 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail,
1071 link = NULL;
1074 if (link) {
[all …]
/Zephyr-latest/cmake/linker/arcmwdt/
Dlinker_flags.cmake20 # - We have full MWDT libc support and we link MWDT libc - this is default
23 # link MWDT libc, but we still need to link libmw
/Zephyr-latest/doc/connectivity/networking/api/
Dppp.rst14 <https://en.wikipedia.org/wiki/Point-to-Point_Protocol>`_ (PPP) is a data link
17 cannot be transmitted over a modem line on their own, without some data link
20 In Zephyr, each individual PPP link is modelled as a network interface. This
29 * HDLC (High-level data link control,
Dnet_hostname.rst25 postfix to the hostname. By default the link local address of the first network
26 interface is used as a postfix. In Ethernet networks, the link local address
27 refers to MAC address. For example, if the link local address is
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c298 ull_rx_put(node_rx->hdr.link, node_rx); in lll_conn_isr_rx()
497 memq_link_t *link; in lll_conn_pdu_tx_prep() local
512 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, (void **)&tx); in lll_conn_pdu_tx_prep()
513 if (!link) { in lll_conn_pdu_tx_prep()
538 if (link->next != lll->memq_tx.tail) { in lll_conn_pdu_tx_prep()
647 memq_link_t *link; in isr_rx_pdu() local
662 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, in isr_rx_pdu()
666 link = NULL; in isr_rx_pdu()
669 if (link) { in isr_rx_pdu()
698 link->next = tx->next; /* Indicates ctrl or data in isr_rx_pdu()
[all …]
/Zephyr-latest/boards/bbc/microbit/
Dboard.cmake7 # https://www.segger.com/products/debug-probes/j-link/models/other-j-links/bbc-microbit-j-link-upgr…
/Zephyr-latest/boards/bbc/microbit_v2/
Dboard.cmake8 # https://www.segger.com/products/debug-probes/j-link/models/other-j-links/bbc-microbit-j-link-upgr…
/Zephyr-latest/cmake/linker/
Dlinker_libraries_native.cmake7 # define link order because that allows the build system to hook in alternative
15 # Although library properties are empty per default, then we still define link
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
DKconfig.defconfig15 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application
19 # which will make it link into the correct partition specified in DTS file,

12345678910>>...15