/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_user_api.c | 37 sys_snode_t *sn, *sns; in gptp_call_phase_dis_cb() local 43 SYS_SLIST_FOR_EACH_NODE_SAFE(&phase_dis_callbacks, sn, sns) { in gptp_call_phase_dis_cb() 45 CONTAINER_OF(sn, struct gptp_phase_dis_cb, node); in gptp_call_phase_dis_cb()
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_descriptor.c | 337 static uint8_t sn[sizeof(CONFIG_USB_DEVICE_SN) + 1]; in usb_update_sn_string_descriptor() local 342 memset(sn, 0, sizeof(sn)); in usb_update_sn_string_descriptor() 349 sn[i * 2] = hex[hwid[i + skip] >> 4]; in usb_update_sn_string_descriptor() 350 sn[i * 2 + 1] = hex[hwid[i + skip] & 0xF]; in usb_update_sn_string_descriptor() 354 return sn; in usb_update_sn_string_descriptor() 357 static void usb_fix_ascii_sn_string_descriptor(struct usb_sn_descriptor *sn) in usb_fix_ascii_sn_string_descriptor() argument 378 memcpy(sn->bString, runtime_sn, MIN(runtime_sn_len, default_sn_len)); in usb_fix_ascii_sn_string_descriptor() 486 struct usb_sn_descriptor *sn = in usb_fix_descriptor() local 488 usb_fix_ascii_sn_string_descriptor(sn); in usb_fix_descriptor()
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | capture.c | 116 sys_snode_t *sn, *sns; in net_capture_foreach() local 120 SYS_SLIST_FOR_EACH_NODE_SAFE(&net_capture_devlist, sn, sns) { in net_capture_foreach() 123 ctx = CONTAINER_OF(sn, struct net_capture, node); in net_capture_foreach() 146 sys_snode_t *sn, *sns; in alloc_capture_dev() local 150 SYS_SLIST_FOR_EACH_NODE_SAFE(&net_capture_devlist, sn, sns) { in alloc_capture_dev() 151 ctx = CONTAINER_OF(sn, struct net_capture, node); in alloc_capture_dev() 517 sys_snode_t *sn, *sns; in net_capture_pkt_with_status() local 530 SYS_SLIST_FOR_EACH_NODE_SAFE(&net_capture_devlist, sn, sns) { in net_capture_pkt_with_status() 531 struct net_capture *ctx = CONTAINER_OF(sn, struct net_capture, in net_capture_pkt_with_status()
|
/Zephyr-latest/drivers/sensor/silabs/si7210/ |
D | si7210.c | 213 static int si7210_read_sn(const struct device *dev, uint32_t *sn) in si7210_read_sn() argument 229 *sn = val; in si7210_read_sn() 457 uint32_t sn; in si7210_init() local 504 rc = si7210_read_sn(dev, &sn); in si7210_init() 510 part_base, rev, part_variant, sn, config->bus.addr); in si7210_init()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_central.c | 131 pdu_data_tx->sn = lll->sn; in prepare_cb()
|
D | lll_conn.c | 243 pdu_data_tx->sn = lll->sn; in lll_conn_isr_rx() 645 if (pdu_data_rx->nesn != lll->sn) { in isr_rx_pdu() 650 lll->sn++; in isr_rx_pdu() 709 if ((pdu_data_rx->sn == lll->nesn) && in isr_rx_pdu()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_central_iso.c | 212 pdu_tx->sn = 0U; /* reserved RFU for NULL PDU */ in prepare_cb() 259 pdu_tx->sn = 0U; /* reserved RFU for NULL PDU */ in prepare_cb() 266 pdu_tx->sn = cis_lll->sn; in prepare_cb() 715 if ((pdu_rx->nesn != cis_lll->sn) && (cis_lll->tx.bn_curr <= cis_lll->tx.bn)) { in isr_rx() 716 cis_lll->sn++; in isr_rx() 733 (pdu_rx->sn == cis_lll->nesn) && in isr_rx() 953 pdu_tx->sn = 0U; /* reserved RFU for NULL PDU */ in isr_prepare_subevent() 987 pdu_tx->sn = 0U; /* reserved RFU for NULL PDU */ in isr_prepare_subevent() 994 pdu_tx->sn = cis_lll->sn; in isr_prepare_subevent() 1134 cis_lll->sn++; in payload_count_flush() [all …]
|
D | lll_central.c | 154 pdu_data_tx->sn = lll->sn; in prepare_cb()
|
D | lll_conn.c | 453 pdu_data_tx->sn = lll->sn; 1040 if (pdu_data_rx->nesn != lll->sn) { 1046 lll->sn++; 1122 if ((pdu_data_rx->sn == lll->nesn) && 1200 pdu_data_tx->sn = lll->sn;
|
D | lll_peripheral_iso.c | 553 if ((pdu_rx->nesn != cis_lll->sn) && (cis_lll->tx.bn_curr <= cis_lll->tx.bn)) { in isr_rx() 554 cis_lll->sn++; in isr_rx() 572 (pdu_rx->sn == cis_lll->nesn) && in isr_rx() 657 pdu_tx->sn = 0U; /* reserved RFU for NULL PDU */ in isr_rx() 690 pdu_tx->sn = 0U; /* reserved RFU for NULL PDU */ in isr_rx() 697 pdu_tx->sn = cis_lll->sn; in isr_rx() 1263 cis_lll->sn++; in payload_count_flush() 1367 cis_lll->sn++; in payload_count_lazy()
|
/Zephyr-latest/scripts/build/ |
D | elf_parser.py | 210 sn = sups.pop() 211 if sn.dep_ordinal in devices: 212 dev.devs_supports.add(devices[sn.dep_ordinal]) 215 for ssn in sn.required_by:
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | isoal.h | 120 isoal_sdu_cnt_t sn; member 257 isoal_sdu_cnt_t sn; member 371 isoal_sdu_cnt_t sn; member
|
D | lll_conn_iso.h | 51 uint8_t sn:1; /* Sequence number */ member
|
D | lll_conn.h | 130 uint8_t sn:1; member
|
D | isoal.c | 362 session->sn = 0; in isoal_sink_create() 447 sdu->sn = session->sn; in isoal_rx_allocate_sdu() 560 sink, sdu_frag.sdu.sn, sdu_frag.sdu.timestamp, in isoal_rx_buffered_emit_sdu() 627 session->sn++; in isoal_rx_try_emit_sdu() 1578 session->sn = 0; in isoal_source_create() 2025 session->sn += sdus_skipped + 1; in isoal_tx_unframed_produce() 2588 session->sn += sdus_skipped + 1; in isoal_tx_framed_produce() 2895 if (session->sn > 0) { in isoal_tx_get_sync_info() 2896 *seq = session->sn; in isoal_tx_get_sync_info()
|
D | pdu.h | 980 uint8_t sn:1; member 996 uint8_t sn:1; 1078 uint8_t sn:1; member 1088 uint8_t sn:1;
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_namespace.c | 48 return (const char *)ns->ctrlr->cdata.sn; in nvme_namespace_get_serial_number()
|
/Zephyr-latest/cmake/bintools/arcmwdt/ |
D | elfconvert_command.cmake | 50 list(APPEND obj_copy_sections_only "-sn;${CMAKE_MATCH_1}")
|
/Zephyr-latest/include/zephyr/canbus/ |
D | isotp.h | 445 uint8_t sn : 4; member
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | Kconfig | 98 module-help=Enables mqtt-sn debug messages.
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/ |
D | README.rst | 1 .. zephyr:code-sample:: mqtt-sn-publisher 68 .. _PAHO MQTT-SN Gateway: https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparen…
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt_sn.rst | 28 https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/index.php 144 :zephyr:code-sample:`mqtt-sn-publisher` for more information.
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/ |
D | isoal_test_debug.c | 124 sdu_frag->sdu.sn, in isoal_test_debug_print_rx_sdu()
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_shell.c | 46 USBD_DESC_SERIAL_NUMBER_DEFINE(sn); 120 err |= usbd_add_descriptor(my_uds_ctx, &sn); in cmd_usbd_default_strings()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 247 sdu_hdr->sdu.sn = sys_cpu_to_le16((uint16_t) sdu_frag->sdu.sn); in sink_sdu_emit_hci()
|