Home
last modified time | relevance | path

Searched refs:CAPIMSG_U32 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/bluetooth/cmtp/
Dcapi.c272 ctrl->version.majorversion = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 16); in cmtp_recv_interopmsg()
273 ctrl->version.minorversion = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 20); in cmtp_recv_interopmsg()
274 ctrl->version.majormanuversion = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 24); in cmtp_recv_interopmsg()
275 ctrl->version.minormanuversion = CAPIMSG_U32(skb->data, CAPI_MSG_BASELEN + 28); in cmtp_recv_interopmsg()
/linux-4.4.14/include/linux/isdn/
Dcapiutil.h21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) macro
29 #define CAPIMSG_CONTROL(m) CAPIMSG_U32(m, 8)
/linux-4.4.14/drivers/isdn/gigaset/
Dcapi.c1210 if (CAPIMSG_U32(pparam, 4) != 0) { in do_facility_req()
1213 "FACILITY_REQ", CAPIMSG_U32(pparam, 4)); in do_facility_req()