Home
last modified time | relevance | path

Searched refs:link (Results 76 – 100 of 356) sorted by relevance

12345678910>>...15

/Zephyr-latest/subsys/net/l2/ppp/
DCMakeLists.txt16 link.c
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_peripheral.c186 memq_link_t *link; local
189 link = memq_peek(lll->memq_tx.head, lll->memq_tx.tail, NULL);
190 if (!link) {
Dlll_peripheral_iso.c138 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/
DKconfig.emul_imager12 int "Internal framebuffer size used for link emulation purpose"
/Zephyr-latest/samples/net/ipv4_autoconf/
DREADME.rst24 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/
Dull_scan.c917 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);
Dull_iso_internal.h28 void ll_iso_rx_put(memq_link_t *link, void *rx);
Dull_df.c597 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()
Dull_sync_internal.h22 void ull_sync_established_report(memq_link_t *link, struct node_rx_pdu *rx);
/Zephyr-latest/dts/arm/xilinx/
Dzynqmp.dtsi116 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/
DCMakeLists.txt11 # drivers implementing link functions (read, write, reset)
/Zephyr-latest/cmake/linker/lld/
Dlinker_libraries.cmake11 # When new link principle is fully introduced, then the below condition can
Dtarget.cmake110 # 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/
DREADME.rst17 ``SENSOR_CHAN_VOLTAGE`` and create an alias named ``volt-sensor0`` to link to the node.
/Zephyr-latest/doc/connectivity/networking/
Dnetworking_with_multiple_instances.rst64 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/
Dhardwaremap.py335 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/
DKconfig14 This option enables generic link layer and networking support
/Zephyr-latest/samples/sensor/die_temp_polling/
DREADME.rst17 and create an alias named ``die-temp0`` to link to the node.
/Zephyr-latest/cmake/linker/
Dlinker_libraries_template.cmake7 # correct placement of those libraries for correct link order.
/Zephyr-latest/drivers/dma/
DKconfig.intel_adsp_gpdma26 Intel ADSP GPDMA may optionally have a linear link position
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DCMakeLists.txt17 # contains a "proprietary" library we will link to
/Zephyr-latest/subsys/net/lib/shell/
Diface.c81 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/
Drpr_cli.h92 } link; member
/Zephyr-latest/samples/boards/st/power_mgmt/stm32wb_ble/
DREADME.rst15 BLE link is then disabled and started up again after 2 seconds, then same
/Zephyr-latest/cmake/linker/ld/
Dtarget.cmake144 # 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

12345678910>>...15