Searched refs:phone_capability (Results 1 – 3 of 3) sorted by relevance
84 struct phone_capability { struct99 #define PHONE_CAPABILITIES_LIST _IOR ('q', 0x81, struct phone_capability *) argument100 #define PHONE_CAPABILITIES_CHECK _IOW ('q', 0x82, struct phone_capability *)
1183 struct phone_capability caplist[30];
6193 static int capabilities_check(IXJ *j, struct phone_capability *pcreq) in capabilities_check()6672 if (copy_to_user((char *) arg, j->caplist, sizeof(struct phone_capability) * j->caps)) in ixj_ioctl()6677 struct phone_capability cap; in ixj_ioctl()