Home
last modified time | relevance | path

Searched refs:br (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/
Dbridge.c25 STRUCT_SECTION_FOREACH(eth_bridge, br) { in net_eth_bridge_foreach()
26 cb(br, user_data); in net_eth_bridge_foreach()
30 int eth_bridge_get_index(struct eth_bridge *br) in eth_bridge_get_index() argument
32 if (!(br >= _eth_bridge_list_start && br < _eth_bridge_list_end)) { in eth_bridge_get_index()
36 return (br - _eth_bridge_list_start) + 1; in eth_bridge_get_index()
53 int eth_bridge_iface_add(struct eth_bridge *br, struct net_if *iface) in eth_bridge_iface_add() argument
62 k_mutex_lock(&br->lock, K_FOREVER); in eth_bridge_iface_add()
65 k_mutex_unlock(&br->lock); in eth_bridge_iface_add()
69 ctx->bridge.instance = br; in eth_bridge_iface_add()
71 sys_slist_append(&br->interfaces, &ctx->bridge.node); in eth_bridge_iface_add()
[all …]
Dbridge_shell.c30 struct eth_bridge *br; in cmd_bridge_addif() local
41 br = eth_bridge_get_by_index(br_idx); in cmd_bridge_addif()
42 if (br == NULL) { in cmd_bridge_addif()
60 int ret = eth_bridge_iface_add(br, iface); in cmd_bridge_addif()
71 struct eth_bridge *br; in cmd_bridge_delif() local
82 br = eth_bridge_get_by_index(br_idx); in cmd_bridge_delif()
83 if (br == NULL) { in cmd_bridge_delif()
93 int ret = eth_bridge_iface_remove(br, iface); in cmd_bridge_delif()
104 struct eth_bridge *br; in cmd_bridge_allow_tx() local
116 br = eth_bridge_get_by_index(br_idx); in cmd_bridge_allow_tx()
[all …]
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dssp.c73 bt_addr_copy(&cp->bdaddr, &conn->br.dst); in pin_code_reply()
99 bt_addr_str(&conn->br.dst)); in bt_conn_auth_pincode_entry()
128 pin_code_neg_reply(&conn->br.dst); in pin_code_req()
155 return ssp_method[conn->br.remote_io_capa][get_io_capa()]; in ssp_pair_method()
161 if ((conn->br.remote_auth == BT_HCI_NO_BONDING) || in ssp_get_auth()
162 ((conn->br.remote_auth == BT_HCI_NO_BONDING_MITM) && in ssp_get_auth()
164 return conn->br.remote_auth; in ssp_get_auth()
169 return conn->br.remote_auth | BT_MITM; in ssp_get_auth()
173 return (conn->br.remote_auth & ~BT_MITM); in ssp_get_auth()
189 bt_addr_copy(&cp->bdaddr, &conn->br.dst); in ssp_confirm_reply()
[all …]
Dbr.c201 if (conn->br.link_key) { in bt_br_update_sec_level()
202 if (conn->br.link_key->flags & BT_LINK_KEY_AUTHENTICATED) { in bt_br_update_sec_level()
636 memcpy(conn->br.features[0], evt->features, sizeof(evt->features)); in bt_hci_read_remote_features_complete()
638 if (!BT_FEAT_EXT_FEATURES(conn->br.features)) { in bt_hci_read_remote_features_complete()
674 memcpy(conn->br.features[1], evt->features, in bt_hci_read_remote_ext_features_complete()
675 sizeof(conn->br.features[1])); in bt_hci_read_remote_ext_features_complete()
754 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_HV2); in device_supported_pkt_type()
758 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_HV3); in device_supported_pkt_type()
762 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_EV3); in device_supported_pkt_type()
766 bt_dev.br.esco_pkt_type |= (HCI_PKT_TYPE_ESCO_EV4); in device_supported_pkt_type()
[all …]
Dconn.c113 return &bt_dev.br.pkts; in bt_conn_get_pkts()
478 return bt_dev.br.mtu; in conn_mtu()
1827 if (bt_addr_cmp(peer, &conn->sco.acl->br.dst) != 0) { in bt_conn_lookup_addr_sco()
1854 if (bt_addr_cmp(peer, &conn->br.dst) != 0) { in bt_conn_lookup_addr_br()
1878 sco_conn->sco.pkt_type = (bt_dev.br.esco_pkt_type & in bt_conn_add_sco()
1881 sco_conn->sco.pkt_type = (bt_dev.br.esco_pkt_type & in bt_conn_add_sco()
1885 sco_conn->sco.pkt_type = (bt_dev.br.esco_pkt_type & in bt_conn_add_sco()
1900 bt_addr_copy(&conn->br.dst, peer); in bt_conn_add_br()
1919 memcpy(&cp->bdaddr, &conn->br.dst, sizeof(cp->bdaddr)); in bt_hci_connect_br_cancel()
2074 bt_keys_link_key_update_usage(&conn->br.dst); in bt_conn_security_changed()
[all …]
DCMakeLists.txt18 br.c
Dhci_core.h317 struct bt_dev_br br; member
Dconn_internal.h199 struct bt_conn_br br; member
/Zephyr-Core-2.7.6/include/net/
Dethernet_bridge.h89 int eth_bridge_iface_add(struct eth_bridge *br, struct net_if *iface);
99 int eth_bridge_iface_remove(struct eth_bridge *br, struct net_if *iface);
132 int eth_bridge_listener_add(struct eth_bridge *br, struct eth_bridge_listener *l);
142 int eth_bridge_listener_remove(struct eth_bridge *br, struct eth_bridge_listener *l);
151 int eth_bridge_get_index(struct eth_bridge *br);
169 typedef void (*eth_bridge_cb_t)(struct eth_bridge *br, void *user_data);
/Zephyr-Core-2.7.6/tests/subsys/fs/fs_api/src/
Dtest_fs.c91 unsigned int br; in temp_read() local
97 br = size; in temp_read()
98 if (read_pos - buffer + br > file_length) { in temp_read()
99 br = file_length - (read_pos - buffer); in temp_read()
101 memcpy(ptr, read_pos, br); in temp_read()
102 read_pos += br; in temp_read()
105 return br; in temp_read()
/Zephyr-Core-2.7.6/lib/gui/lvgl/
Dlvgl_fs.c91 void *buf, uint32_t btr, uint32_t *br) in lvgl_fs_read() argument
97 if (br != NULL) { in lvgl_fs_read()
98 *br = err; in lvgl_fs_read()
101 } else if (br != NULL) { in lvgl_fs_read()
102 *br = 0U; in lvgl_fs_read()
/Zephyr-Core-2.7.6/doc/
Dsubstitutions.txt1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here)
3 <br />
/Zephyr-Core-2.7.6/doc/guides/networking/
Dnetworking_with_multiple_instances.rst116 sudo brctl addbr zeth-br
117 sudo brctl addif zeth-br zeth.1
118 sudo brctl addif zeth-br zeth.2
119 sudo ifconfig zeth-br up
192 between ``zeth.1``, ``zeth.2`` and ``zeth-br`` interfaces.
/Zephyr-Core-2.7.6/samples/net/eth_native_posix/
DREADME.rst122 sudo brctl addbr zeth-br
123 sudo brctl addif zeth-br zeth.1
124 sudo brctl addif zeth-br zeth.2
125 sudo ifconfig zeth-br up
/Zephyr-Core-2.7.6/drivers/spi/
Dspi_ll_stm32.c468 int br; in spi_stm32_configure() local
486 for (br = 1 ; br <= ARRAY_SIZE(scaler) ; ++br) { in spi_stm32_configure()
487 uint32_t clk = clock >> br; in spi_stm32_configure()
494 if (br > ARRAY_SIZE(scaler)) { in spi_stm32_configure()
503 LL_SPI_SetBaudRatePrescaler(spi, scaler[br - 1]); in spi_stm32_configure()
572 config, clock >> br, 1 << br, in spi_stm32_configure()
/Zephyr-Core-2.7.6/samples/net/openthread/coprocessor/
DREADME.rst41 :gen-args: -DDTC_OVERLAY_FILE=usb.overlay -DOVERLAY_CONFIG=overlay-usb-nrf-br.conf
64 - :file:`overlay-tri-n4m-br.conf`
/Zephyr-Core-2.7.6/subsys/fs/
Dfat_fs.c162 unsigned int br; in fatfs_read() local
164 res = f_read(zfp->filep, ptr, size, &br); in fatfs_read()
169 return br; in fatfs_read()
/Zephyr-Core-2.7.6/doc/development_process/
Drelease_process.rst329 … "M1","M1 Checkpoint","Major Features Ready for Code Reviews |br| Test Plans Reviewed and Approved"
330br| Feature Development Complete (including Code Reviews and Unit Tests Passing) |br| P1 Stories I…
331 "M3","Code Freeze","Code Freeze |br| RC3 Tagged and Built"
333 |br| Final RC Tagged |br| Make the Release"
/Zephyr-Core-2.7.6/include/arch/arc/asm-compat/
Dasm-macro-32-bit-mwdt.h84 br\&$suffix d, s, lbl
Dasm-macro-32-bit-gnu.h91 br\cc \d, \s, \lbl
Dasm-macro-64-bit-gnu.h103 br\cc\()l \d, \s, \lbl
/Zephyr-Core-2.7.6/include/bluetooth/
Dconn.h328 struct bt_conn_br_info br; member
372 struct bt_conn_br_remote_info br; member
/Zephyr-Core-2.7.6/
D.mailmap23 Flavio Arieta Netto <flavio@exati.com.br>
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dl2cap.c95 memcpy(ev.address, info.br.dst->val, in connected_cb()
130 memcpy(ev.address, info.br.dst->val, in disconnected_cb()
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dbredr.c563 SHELL_CMD_ARG_REGISTER(br, &br_cmds, "Bluetooth BR/EDR shell commands", cmd_br,

12