| /src/sys/netgraph/bluetooth/include/ |
| H A D | ng_l2cap.h | 179 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 D | ng_btsocket_l2cap.h | 137 u_int16_t psm; /* PSM */ member
|
| /src/sys/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_ulpi.c | 107 ch = ng_l2cap_new_chan(l2cap, con, ip->psm, ip->idtype); in ng_l2cap_l2ca_con_req() 139 _ng_l2cap_con_req(cmd->aux, cmd->ident, ch->psm, ch->scid); in ng_l2cap_l2ca_con_req() 175 __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() [all …]
|
| H A D | ng_l2cap_misc.c | 334 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 D | ng_l2cap_cmds.c | 205 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 D | ng_l2cap_var.h | 153 u_int16_t psm; /* channel PSM */ member
|
| H A D | ng_l2cap_evnt.c | 463 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 D | ng_l2cap_main.c | 632 e2->psm = ch->psm; in ng_l2cap_default_rcvmsg()
|
| /src/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_l2cap.c | 444 pcb->psm, op->lcid, op->result, op->status, in ng_btsocket_l2cap_process_l2ca_con_req_rsp() 551 pcb->psm, pcb->cid, op->result, pcb->state); in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp() 610 ip->psm, ip->lcid, ip->ident); in ng_btsocket_l2cap_process_l2ca_con_ind() 614 pcb = ng_btsocket_l2cap_pcb_by_addr(&rt->src, ip->psm); in ng_btsocket_l2cap_process_l2ca_con_ind() 649 pcb1->psm = ip->psm; in ng_btsocket_l2cap_process_l2ca_con_ind() 780 pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_req_rsp() 887 pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_rsp_rsp() 982 pcb->psm, pcb->cid, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_ind() 1073 pcb->psm, pcb->cid, op->result, pcb->state); in ng_btsocket_l2cap_process_l2ca_discon_rsp() 1130 pcb->psm, pcb->cid, pcb->state); in ng_btsocket_l2cap_process_l2ca_discon_ind() [all …]
|
| /src/usr.sbin/bluetooth/sdpd/ |
| H A D | gn.c | 109 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 D | panu.c | 109 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 D | nap.c | 108 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 D | profile.c | 447 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 D | audio_source.c | 73 SDP_PUT16(audio_source->psm, buf); in audio_source_profile_create_protocol_descriptor_list()
|
| H A D | audio_sink.c | 73 SDP_PUT16(audio_sink->psm, buf); in audio_sink_profile_create_protocol_descriptor_list()
|
| /src/sys/contrib/device-tree/Bindings/phy/ |
| H A D | cdns,dphy.txt | 10 - clock-names: must contain "psm" and "pll_ref". 18 clock-names = "psm", "pll_ref";
|
| H A D | phy-rockchip-typec.txt | 34 - rockchip,external-psm
|
| /src/sys/amd64/conf/ |
| H A D | GENERIC.hints | 5 hint.psm.0.at="atkbdc" 6 hint.psm.0.irq="12"
|
| /src/usr.sbin/bluetooth/bthidd/ |
| H A D | client.c | 50 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()
|
| /src/sys/i386/conf/ |
| H A D | GENERIC.hints | 19 hint.psm.0.at="atkbdc" 20 hint.psm.0.irq="12"
|
| /src/lib/virtual_oss/bt/ |
| H A D | bt.c | 240 int psm = -1; in bt_find_psm() local 296 SDP_GET16(psm, ptr); in bt_find_psm() 309 if (protover >= 0x0100 && psm > -1) in bt_find_psm() 310 return (htole16(psm)); in bt_find_psm() 321 int psm = -1; in bt_query() local 331 return (psm); in bt_query() 352 psm = bt_find_psm(values[n].value, values[n].value + values[n].vlen); in bt_query() 353 if (psm > -1) in bt_query() 358 return (psm); in bt_query()
|
| /src/lib/libsdp/ |
| H A D | sdp.h | 590 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
|
| /src/usr.sbin/bluetooth/btpand/ |
| H A D | btpand.h | 52 #define L2CAP_PSM_INVALID(psm) (((psm) & 0x0101) != 0x0001) argument
|
| /src/usr.sbin/bluetooth/bthidcontrol/ |
| H A D | sdp.c | 253 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()
|
| /src/sys/x86/conf/ |
| H A D | NOTES | 278 device psm 279 envvar hint.psm.0.at="atkbdc" 280 envvar hint.psm.0.irq="12" 282 # Options for psm:
|