/Zephyr-latest/subsys/net/l2/ppp/ |
D | CMakeLists.txt | 16 link.c
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_peripheral.c | 186 memq_link_t *link; local 189 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, NULL); 190 if (!link) {
|
D | lll_peripheral_iso.c | 138 memq_link_t *link; in prepare_cb() local 353 link = memq_peek(cis_lll->memq_tx.head, in prepare_cb() 355 if (link) { in prepare_cb() 361 tx->next = link; in prepare_cb() 367 } while (link); in prepare_cb() 623 iso_rx_put(node_rx->hdr.link, node_rx); in isr_rx() 663 memq_link_t *link; in isr_rx() local 668 link = memq_peek_n(cis_lll->memq_tx.head, cis_lll->memq_tx.tail, in isr_rx() 670 if (!link || (tx->payload_count != payload_count)) { in isr_rx() 673 link = memq_peek_n(cis_lll->memq_tx.head, in isr_rx() [all …]
|
/Zephyr-latest/drivers/video/ |
D | Kconfig.emul_imager | 12 int "Internal framebuffer size used for link emulation purpose"
|
/Zephyr-latest/samples/net/ipv4_autoconf/ |
D | README.rst | 24 on a :zephyr:board:`frdm_k64f` board to configure a link local IPv4 address and 33 Assign a IPv4 link local address to the interface in the Linux system
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan.c | 917 static memq_link_t link; local 918 static struct mayfly mfy = {0, 0, &link, NULL, lll_scan_prepare}; 1054 node_rx->hdr.link = (void *)link_scan_term; 1098 static memq_link_t link; local 1099 static struct mayfly mfy = {0, 0, &link, NULL, ext_disable}; 1125 static memq_link_t link; local 1126 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; 1167 ll_rx_put_sched(rx->hdr.link, rx); 1200 ll_rx_link_release(node_rx_scan_term->hdr.link);
|
D | ull_iso_internal.h | 28 void ll_iso_rx_put(memq_link_t *link, void *rx);
|
D | ull_df.c | 597 memq_link_t *link; in ull_df_rx_iq_report_alloc() local 600 link = ll_rx_link_alloc(); in ull_df_rx_iq_report_alloc() 601 if (!link) { in ull_df_rx_iq_report_alloc() 607 ll_rx_link_release(link); in ull_df_rx_iq_report_alloc() 611 rx->link = link; in ull_df_rx_iq_report_alloc()
|
D | ull_sync_internal.h | 22 void ull_sync_established_report(memq_link_t *link, struct node_rx_pdu *rx);
|
/Zephyr-latest/dts/arm/xilinx/ |
D | zynqmp.dtsi | 116 link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>; 143 link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>; 170 link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>; 197 link-speed = <XLNX_GEM_LINK_SPEED_100MBIT>;
|
/Zephyr-latest/drivers/w1/ |
D | CMakeLists.txt | 11 # drivers implementing link functions (read, write, reset)
|
/Zephyr-latest/cmake/linker/lld/ |
D | linker_libraries.cmake | 11 # When new link principle is fully introduced, then the below condition can
|
D | target.cmake | 110 # Function for finalizing link setup after Zephyr configuration has completed. 114 # and the end of link invocation and doesn't appear in the middle of the link
|
/Zephyr-latest/samples/sensor/soc_voltage/ |
D | README.rst | 17 ``SENSOR_CHAN_VOLTAGE`` and create an alias named ``volt-sensor0`` to link to the node.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | networking_with_multiple_instances.rst | 64 ip link set dev $INTERFACE up 65 ip link set dev $INTERFACE address $HWADDR 83 ip link set dev $INTERFACE up 84 ip link set dev $INTERFACE address $HWADDR
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | hardwaremap.py | 335 def readlink(link): argument 336 return str((by_id / link).resolve()) 339 persistent_map = {readlink(link): str(link) 340 for link in by_id.iterdir()}
|
/Zephyr-latest/subsys/net/ |
D | Kconfig | 14 This option enables generic link layer and networking support
|
/Zephyr-latest/samples/sensor/die_temp_polling/ |
D | README.rst | 17 and create an alias named ``die-temp0`` to link to the node.
|
/Zephyr-latest/cmake/linker/ |
D | linker_libraries_template.cmake | 7 # correct placement of those libraries for correct link order.
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.intel_adsp_gpdma | 26 Intel ADSP GPDMA may optionally have a linear link position
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/ |
D | CMakeLists.txt | 17 # contains a "proprietary" library we will link to
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | iface.c | 81 struct phy_link_state link; in print_phy_link_state() local 84 ret = phy_get_link_state(phy_dev, &link); in print_phy_link_state() 90 PR("Ethernet link speed: %s ", PHY_LINK_IS_SPEED_1000M(link.speed) ? "1 Gbits" in print_phy_link_state() 91 : PHY_LINK_IS_SPEED_100M(link.speed) ? "100 Mbits" in print_phy_link_state() 94 PR("%s-duplex\n", PHY_LINK_IS_FULL_DUPLEX(link.speed) ? "full" : "half"); in print_phy_link_state()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | rpr_cli.h | 92 } link; member
|
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/ |
D | README.rst | 15 BLE link is then disabled and started up again after 2 seconds, then same
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 144 # Function for finalizing link setup after Zephyr configuration has completed. 148 # and the end of link invocation and doesn't appear in the middle of the link
|