Home
last modified time | relevance | path

Searched refs:sco (Results 1 - 20 of 20) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/
H A DIt_posix_pthread.h93 #define CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, res) \
95 { 0 }, det, expl, scp, spa, sco, sta, gua, ssi, desc, NULL, res, \
100 #define CASE_POS(det, expl, scp, spa, sco, sta, gua, ssi, desc) CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 0)
101 #define CASE_NEG(det, expl, scp, spa, sco, sta, gua, ssi, desc) CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 1)
102 #define CASE_UNK(det, expl, scp, spa, sco, sta, gua, ssi, desc) CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 2)
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
H A DIt_posix_pthread.h100 #define CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, res) \
102 { 0 }, det, expl, scp, spa, sco, sta, gua, ssi, desc, NULL, res, \
107 #define CASE_POS(det, expl, scp, spa, sco, sta, gua, ssi, desc) CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 0)
108 #define CASE_NEG(det, expl, scp, spa, sco, sta, gua, ssi, desc) CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 1)
109 #define CASE_UNK(det, expl, scp, spa, sco, sta, gua, ssi, desc) CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 2)
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_conn.c384 struct hci_conn *sco = conn->link; in hci_sco_setup() local
386 if (!sco) in hci_sco_setup()
393 hci_setup_sync(sco, conn->handle); in hci_sco_setup()
395 hci_add_sco(sco, conn->handle); in hci_sco_setup()
397 hci_connect_cfm(sco, status); in hci_sco_setup()
398 hci_conn_del(sco); in hci_sco_setup()
614 struct hci_conn *sco = conn->link; in hci_conn_del() local
615 if (sco) in hci_conn_del()
616 sco->link = NULL; in hci_conn_del()
1283 struct hci_conn *sco; in hci_connect_sco() local
[all...]
H A DMakefile19 bluetooth-$(CONFIG_BT_BREDR) += sco.o
H A Dhci_event.c747 BT_DBG("%s acl mtu %d:%d sco mtu %d:%d", hdev->name, hdev->acl_mtu, in hci_cc_read_buffer_size()
1882 struct hci_conn *acl, *sco; in hci_cs_add_sco() local
1902 sco = acl->link; in hci_cs_add_sco()
1903 if (sco) { in hci_cs_add_sco()
1904 sco->state = BT_CLOSED; in hci_cs_add_sco()
1906 hci_connect_cfm(sco, status); in hci_cs_add_sco()
1907 hci_conn_del(sco); in hci_cs_add_sco()
2174 struct hci_conn *acl, *sco; in hci_cs_setup_sync_conn() local
2194 sco = acl->link; in hci_cs_setup_sync_conn()
2195 if (sco) { in hci_cs_setup_sync_conn()
[all...]
H A Dsco.c34 #include <net/bluetooth/sco.h>
457 sizeof(bt_cb(skb)->sco.pkt_status), in sco_skb_put_cmsg()
458 &bt_cb(skb)->sco.pkt_status); in sco_skb_put_cmsg()
1299 err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); in sco_init()
1313 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
1325 bt_procfs_cleanup(&init_net, "sco"); in sco_exit()
H A Dhci_core.c4739 BT_DBG("%s acl %d sco %d le %d", hdev->name, hdev->acl_cnt, in hci_tx_work()
4817 bt_cb(skb)->sco.pkt_status = flags & 0x03; in hci_scodata_packet()
/kernel/linux/linux-6.6/net/bluetooth/
H A DMakefile22 bluetooth-$(CONFIG_BT_BREDR) += sco.o
H A Dhci_conn.c1693 struct hci_conn *sco; in hci_connect_sco() local
1701 sco = hci_conn_hash_lookup_ba(hdev, type, dst); in hci_connect_sco()
1702 if (!sco) { in hci_connect_sco()
1703 sco = hci_conn_add_unset(hdev, type, dst, HCI_ROLE_MASTER); in hci_connect_sco()
1704 if (!sco) { in hci_connect_sco()
1710 link = hci_conn_link(acl, sco); in hci_connect_sco()
1713 hci_conn_drop(sco); in hci_connect_sco()
1717 sco->setting = setting; in hci_connect_sco()
1718 sco->codec = *codec; in hci_connect_sco()
1721 (sco in hci_connect_sco()
[all...]
H A Dsco.c34 #include <net/bluetooth/sco.h>
1461 err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); in sco_init()
1475 sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs, in sco_init()
1487 bt_procfs_cleanup(&init_net, "sco"); in sco_exit()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c595 u8 sco; in mt7921_mcu_set_roc() member
626 req.roc.sco = 1; /* SCA */ in mt7921_mcu_set_roc()
628 req.roc.sco = 3; /* SCB */ in mt7921_mcu_set_roc()
1007 u8 sco; in mt7921_mcu_config_sniffer() member
1034 req.tlv.sco = 1; /* SCA */ in mt7921_mcu_config_sniffer()
1036 req.tlv.sco = 3; /* SCB */ in mt7921_mcu_config_sniffer()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.h214 u8 sco; member
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dbluetooth.h377 struct sco_ctrl sco; member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h251 u8 sco; member
/kernel/linux/linux-5.10/sound/soc/codecs/
H A DMakefile45 snd-soc-bt-sco-objs := bt-sco.o
354 obj-$(CONFIG_SND_SOC_BT_SCO) += snd-soc-bt-sco.o
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c.c910 u8 sco; in rtw8852c_ctrl_ch() local
962 sco = DIV_ROUND_CLOSEST(1 << 18, central_freq); in rtw8852c_ctrl_ch()
963 rtw89_phy_write32_idx(rtwdev, R_FC0_BW, B_FC0_BW_INV, sco, in rtw8852c_ctrl_ch()
982 sco = DIV_ROUND_CLOSEST(1 << 18, central_freq); in rtw8852c_ctrl_ch()
983 rtw89_phy_write32_idx(rtwdev, R_FC0_BW, B_FC0_BW_INV, sco, in rtw8852c_ctrl_ch()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A DMakefile55 snd-soc-bt-sco-objs := bt-sco.o
441 obj-$(CONFIG_SND_SOC_BT_SCO) += snd-soc-bt-sco.o
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.h559 u8 sco; member
H A Dmcu.c1666 u8 sco; in mt7615_mcu_uni_add_bss() member
1751 rlm_req.rlm.sco = 1; /* SCA */ in mt7615_mcu_uni_add_bss()
1753 rlm_req.rlm.sco = 3; /* SCB */ in mt7615_mcu_uni_add_bss()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1446 u8 sco; in mt76_connac_mcu_uni_set_chctx() member
1496 rlm_req.rlm.sco = 1; /* SCA */ in mt76_connac_mcu_uni_set_chctx()
1498 rlm_req.rlm.sco = 3; /* SCB */ in mt76_connac_mcu_uni_set_chctx()

Completed in 44 milliseconds