/freebsd/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() 174 "Hook is not connected or valid, psm=%d\n", in ng_l2cap_l2ca_con_rsp() 175 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_rsp() 348 "Hook is not connected or valid, psm=%d\n", in ng_l2cap_l2ca_encryption_change() 349 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_encryption_change() 400 "Hook is not connected or valid, psm=%d\n", in ng_l2cap_l2ca_con_rsp_rsp() 401 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_rsp_rsp() 440 "Hook is not connected or valid, psm=%d\n", in ng_l2cap_l2ca_con_ind() 441 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_ind() [all …]
|
/freebsd/share/man/man4/ |
H A D | psm.4 | 31 .Nm psm 38 .Cd "device psm" 42 .Cd hint.psm.0.at="atkbdc" 43 .Cd hint.psm.0.irq="12" 334 .Va hw.psm.synaptics_support 343 .Va hw.psm.trackpoint_support 345 .Va hw.psm.elantech_support , 351 .Va hw.psm.tap_enabled 364 .Va hw.psm.mux_disabled 685 .Dl "device psm" [all …]
|
H A D | atkbdc.4 | 53 .Nm psm . 71 .Nm psm 113 .Xr psm 4 ,
|
H A D | ng_l2cap.4 | 248 Input parameters are the target protocol (PSM) and remote 258 requested, the Identifier contained in the request, and the PSM value the 322 Input parameter is the PSM value that the outgoing connectionless 326 is empty but incoming traffic destined for the PSM value is readable. 377 parameter is the PSM value indicating service that should be blocked
|
H A D | mouse.4 | 37 .Xr psm 4 , 360 .It Pa /dev/psm%d 369 .Xr psm 4 ,
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_l2cap.c | 438 "dst bdaddr=%x:%x:%x:%x:%x:%x, psm=%d, lcid=%d, result=%d, status=%d, " \ in ng_btsocket_l2cap_process_l2ca_con_req_rsp() 444 pcb->psm, op->lcid, op->result, op->status, in ng_btsocket_l2cap_process_l2ca_con_req_rsp() 545 "dst bdaddr=%x:%x:%x:%x:%x:%x, psm=%d, lcid=%d, result=%d, state=%d\n", in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp() 551 pcb->psm, pcb->cid, op->result, pcb->state); in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp() 583 * and PSM. Find exact or closest match. Create new socket and initiate 604 "dst bdaddr=%x:%x:%x:%x:%x:%x, psm=%d, lcid=%d, ident=%d\n", in ng_btsocket_l2cap_process_l2ca_con_ind() 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() 660 /* Nobody listens on requested BDADDR/PSM */ in ng_btsocket_l2cap_process_l2ca_con_ind() [all …]
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | btpand.c | 55 uint16_t l2cap_psm; /* -p <psm> */ 139 errx(EXIT_FAILURE, "%s: invalid PSM", optarg); in main() 272 " %*s {-s service | -S service [-p psm]}\n" in usage() 273 " %s [-c path] [-i ifname] [-l limit] [-m mode] [-p psm] -d device\n" in usage() 283 "\t-p psm L2CAP PSM\n" in usage()
|
H A D | btpand.8 | 44 .Op Fl p Ar psm 141 .It Fl p Ar psm 143 .Pq PSM 146 The default PSM for BNEP is 15
|
H A D | btpand.h | 52 #define L2CAP_PSM_INVALID(psm) (((psm) & 0x0101) != 0x0001) argument
|
/freebsd/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 | cdns,dphy.yaml | 28 - const: psm 54 clock-names = "psm", "pll_ref";
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 99 #include <dev/atkbdc/psm.h> 783 VLOG(2, (LOG_DEBUG, "psm: ENABLE_DEV return code:%04x\n", res)); in enable_aux_dev() 794 VLOG(2, (LOG_DEBUG, "psm: DISABLE_DEV return code:%04x\n", res)); in disable_aux_dev() 817 VLOG(2, (LOG_DEBUG, "psm: SEND_AUX_DEV_%s return code:%04x\n", in get_mouse_status() 830 VLOG(1, (LOG_DEBUG, "psm: %s %02x %02x %02x\n", in get_mouse_status() 845 VLOG(2, (LOG_DEBUG, "psm: SEND_DEV_ID return code:%04x\n", res)); in get_aux_id() 853 VLOG(2, (LOG_DEBUG, "psm: device ID: %04x\n", id)); in get_aux_id() 864 VLOG(2, (LOG_DEBUG, "psm: SET_SAMPLING_RATE (%d) %04x\n", rate, res)); in set_mouse_sampling_rate() 884 VLOG(2, (LOG_DEBUG, "psm: SET_SCALING%s return code:%04x\n", in set_mouse_scaling() 897 VLOG(2, (LOG_DEBUG, "psm: SET_RESOLUTION (%d) %04x\n", val, res)); in set_mouse_resolution() [all …]
|
H A D | psm.h | 23 * from: FreeBSD: src/sys/isa/psm.c,v 1.84 2005/01/10 13:05:58 philip 29 #define PSM_DRIVER_NAME "psm"
|
/freebsd/lib/libbluetooth/ |
H A D | protocols | 3 # Bluetooth Protocol/Service Multiplexor (PSM) names and numbers 8 # Protocol PSM Alias Reference
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC.hints | 5 hint.psm.0.at="atkbdc" 6 hint.psm.0.irq="12"
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_l2cap.h | 102 /* Protocol/Service Multioplexor (PSM) values */ 103 #define NG_L2CAP_PSM_ANY 0x0000 /* Any/Invalid PSM */ 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
|
/freebsd/usr.sbin/bluetooth/sdpd/ |
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 | 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 | 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() 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() 446 uint16_t i, psm, version = 0x0100, bnep_profile_create_protocol_descriptor_list() local
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC.hints | 19 hint.psm.0.at="atkbdc" 20 hint.psm.0.irq="12"
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | bthid_config.h | 45 uint16_t control_psm; /* control PSM */ 46 uint16_t interrupt_psm; /* interrupt PSM */
|
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()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | power.h | 118 * PSM transition - legacy PM 120 * PSM transition - legacy PM 183 * PSM transition - legacy PM 185 * PSM transition - legacy PM 190 * PSM transition - uAPSD 192 * PSM transition - uAPSD
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | sdp.c | 253 int32_t type, len, uuid, psm; in hid_sdp_parse_protocol_descriptor_list() local 338 /* PSM */ in hid_sdp_parse_protocol_descriptor_list() 344 SDP_GET16(psm, ptr); in hid_sdp_parse_protocol_descriptor_list() 346 return (psm); in hid_sdp_parse_protocol_descriptor_list()
|