Home
last modified time | relevance | path

Searched refs:psm (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h179 u_int16_t psm; /* Protocol/Service Multiplexor */ member
216 u_int16_t psm; /* Protocol/Service Multiplexor (PSM) */ member
366 u_int16_t psm; /* Protocol/Service Multiplexor */ member
387 u_int16_t psm; /* Procotol/Service Multiplexor */ member
497 u_int16_t psm; /* Protocol/Service Multiplexor */ member
594 u_int16_t psm; /* Protocol/Service Multiplexor */ member
694 u_int16_t psm; /* PSM */ member
H A Dng_btsocket_l2cap.h137 u_int16_t psm; /* PSM */ member
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c175 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_rsp()
349 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_encryption_change()
401 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_rsp_rsp()
441 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_ind()
456 ip->psm = ch->psm; in ng_l2cap_l2ca_con_ind()
592 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_rsp()
752 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_rsp_rsp()
805 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_ind()
1132 hdr->c_h.psm = le16toh(hdr->c_h.psm); in ng_l2cap_l2ca_clt_receive()
1140 switch (hdr->c_h.psm) { in ng_l2cap_l2ca_clt_receive()
[all …]
H A Dng_l2cap_misc.c334 ng_l2cap_new_chan(ng_l2cap_p l2cap, ng_l2cap_con_p con, u_int16_t psm, int idtype) in ng_l2cap_new_chan() argument
354 ch->psm = psm; in ng_l2cap_new_chan()
H A Dng_l2cap_cmds.c205 mtod(m, ng_l2cap_clt_hdr_t *)->psm = in ng_l2cap_con_wakeup()
206 htole16(cmd->ch->psm); in ng_l2cap_con_wakeup()
H A Dng_l2cap_var.h153 u_int16_t psm; /* channel PSM */ member
H A Dng_l2cap_evnt.c463 u_int16_t dcid, psm; in ng_l2cap_process_con_req() local
472 psm = le16toh(cp->psm); in ng_l2cap_process_con_req()
491 ch = ng_l2cap_new_chan(l2cap, con, psm, idtype); in ng_l2cap_process_con_req()
H A Dng_l2cap_main.c632 e2->psm = ch->psm; in ng_l2cap_default_rcvmsg()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c649 pcb1->psm = ip->psm; in ng_btsocket_l2cap_process_l2ca_con_ind()
1243 ip->psm = pcb->psm; in ng_btsocket_l2cap_send_l2ca_con_req()
1587 clt_hdr->psm, hdr->length); in ng_btsocket_l2cap_data_input()
1597 pcb->psm != clt_hdr->psm || in ng_btsocket_l2cap_data_input()
2091 int psm, error = 0; in ng_btsocket_l2cap_bind() local
2106 psm = le16toh(sa->l2cap_psm); in ng_btsocket_l2cap_bind()
2119 if (psm != 0 && psm == pcb->psm && in ng_btsocket_l2cap_bind()
2128 pcb->psm = psm; in ng_btsocket_l2cap_bind()
2193 if (pcb->psm != 0 && pcb->psm != le16toh(sa->l2cap_psm)) in ng_btsocket_l2cap_connect()
2501 if (pcb->psm == 0) { in ng_btsocket_l2cap_listen()
[all …]
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dgn.c109 buf, eob, (uint8_t const *) &gn->psm, in gn_profile_create_protocol_descriptor_list()
110 sizeof(gn->psm))); in gn_profile_create_protocol_descriptor_list()
143 return ((gn->psm == 0)? 0 : 1); in gn_profile_data_valid()
H A Dpanu.c109 buf, eob, (uint8_t const *) &panu->psm, in panu_profile_create_protocol_descriptor_list()
110 sizeof(panu->psm))); in panu_profile_create_protocol_descriptor_list()
118 return ((panu->psm == 0)? 0 : 1); in panu_profile_data_valid()
H A Dnap.c108 buf, eob, (uint8_t const *) &nap->psm, in nap_profile_create_protocol_descriptor_list()
109 sizeof(nap->psm))); in nap_profile_create_protocol_descriptor_list()
176 return ((nap->psm == 0)? 0 : 1); in nap_profile_data_valid()
H A Dprofile.c447 uint16_t i, psm, version = 0x0100, in bnep_profile_create_protocol_descriptor_list() local
455 memcpy(&psm, data, sizeof(psm)); in bnep_profile_create_protocol_descriptor_list()
465 SDP_PUT16(psm, buf); in bnep_profile_create_protocol_descriptor_list()
H A Daudio_source.c73 SDP_PUT16(audio_source->psm, buf); in audio_source_profile_create_protocol_descriptor_list()
H A Daudio_sink.c73 SDP_PUT16(audio_sink->psm, buf); in audio_sink_profile_create_protocol_descriptor_list()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dcdns,dphy.txt10 - clock-names: must contain "psm" and "pll_ref".
18 clock-names = "psm", "pll_ref";
H A Dcdns,dphy.yaml28 - const: psm
54 clock-names = "psm", "pll_ref";
H A Dphy-rockchip-typec.txt34 - rockchip,external-psm
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dclient.c50 static int32_t client_socket(bdaddr_p bdaddr, uint16_t psm);
214 client_socket(bdaddr_p bdaddr, uint16_t psm) in client_socket() argument
247 l2addr.l2cap_psm = htole16(psm); in client_socket()
/freebsd/sys/amd64/conf/
H A DGENERIC.hints13 hint.psm.0.at="atkbdc"
14 hint.psm.0.irq="12"
/freebsd/sys/i386/conf/
H A DGENERIC.hints19 hint.psm.0.at="atkbdc"
20 hint.psm.0.irq="12"
/freebsd/usr.sbin/bluetooth/btpand/
H A Dbtpand.h52 #define L2CAP_PSM_INVALID(psm) (((psm) & 0x0101) != 0x0001) argument
/freebsd/lib/libsdp/
H A Dsdp.h590 uint16_t psm; member
599 uint16_t psm; member
674 uint16_t psm; /* HBO */ member
686 uint16_t psm; /* HBO */ member
697 uint16_t psm; /* HBO */ member
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c253 int32_t type, len, uuid, psm; in hid_sdp_parse_protocol_descriptor_list() local
344 SDP_GET16(psm, ptr); in hid_sdp_parse_protocol_descriptor_list()
346 return (psm); in hid_sdp_parse_protocol_descriptor_list()
/freebsd/sys/x86/conf/
H A DNOTES272 device psm
273 envvar hint.psm.0.at="atkbdc"
274 envvar hint.psm.0.irq="12"
276 # Options for psm:

12