| /OK3568_Linux_fs/kernel/drivers/isdn/capi/ |
| H A D | kcapi.c | 81 static inline struct capi_ctr *get_capi_ctr_by_nr(u16 contr) in get_capi_ctr_by_nr() argument 83 if (contr < 1 || contr - 1 >= CAPI_MAXCONTR) in get_capi_ctr_by_nr() 86 return capi_controller[contr - 1]; in get_capi_ctr_by_nr() 167 static void notify_up(u32 contr) in notify_up() argument 176 printk(KERN_DEBUG "kcapi: notify up contr %d\n", contr); in notify_up() 178 ctr = get_capi_ctr_by_nr(contr); in notify_up() 191 printk(KERN_WARNING "%s: invalid contr %d\n", __func__, contr); in notify_up() 219 static void notify_down(u32 contr) in notify_down() argument 226 printk(KERN_DEBUG "kcapi: notify down contr %d\n", contr); in notify_down() 228 ctr = get_capi_ctr_by_nr(contr); in notify_down() [all …]
|
| H A D | kcapi.h | 62 u16 capi20_get_manufacturer(u32 contr, u8 buf[CAPI_MANUFACTURER_LEN]); 63 u16 capi20_get_version(u32 contr, struct capi_version *verp); 64 u16 capi20_get_serial(u32 contr, u8 serial[CAPI_SERIAL_LEN]); 65 u16 capi20_get_profile(u32 contr, struct capi_profile *profp);
|
| H A D | capi.c | 789 if (copy_from_user(&data.contr, argp, in capi_ioctl() 790 sizeof(data.contr))) in capi_ioctl() 792 cdev->errcode = capi20_get_version(data.contr, &data.version); in capi_ioctl() 801 if (copy_from_user(&data.contr, argp, in capi_ioctl() 802 sizeof(data.contr))) in capi_ioctl() 804 cdev->errcode = capi20_get_serial(data.contr, data.serial); in capi_ioctl() 813 if (copy_from_user(&data.contr, argp, in capi_ioctl() 814 sizeof(data.contr))) in capi_ioctl() 817 if (data.contr == 0) { in capi_ioctl() 818 cdev->errcode = capi20_get_profile(data.contr, &data.profile); in capi_ioctl() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | b1lli.h | 24 int contr; member 29 int contr; member 35 int contr; member 39 int contr; member
|
| H A D | kernelcapi.h | 20 int contr; member
|
| H A D | capi.h | 108 __u32 contr; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | b1lli.h | 24 int contr; member 29 int contr; member 35 int contr; member 39 int contr; member
|
| H A D | kernelcapi.h | 20 int contr; member
|
| H A D | capi.h | 108 __u32 contr; member
|
| /OK3568_Linux_fs/kernel/net/bluetooth/cmtp/ |
| H A D | capi.c | 322 __u32 contr; in cmtp_recv_capimsg() local 340 contr = CAPIMSG_CONTROL(skb->data); in cmtp_recv_capimsg() 352 if ((contr & 0x7f) == 0x01) { in cmtp_recv_capimsg() 353 contr = (contr & 0xffffff80) | session->num; in cmtp_recv_capimsg() 354 CAPIMSG_SETCONTROL(skb->data, contr); in cmtp_recv_capimsg() 477 __u32 contr; in cmtp_send_message() local 482 contr = CAPIMSG_CONTROL(skb->data); in cmtp_send_message() 492 if ((contr & 0x7f) == session->num) { in cmtp_send_message() 493 contr = (contr & 0xffffff80) | 0x01; in cmtp_send_message() 494 CAPIMSG_SETCONTROL(skb->data, contr); in cmtp_send_message()
|
| /OK3568_Linux_fs/kernel/include/linux/isdn/ |
| H A D | capiutil.h | 57 #define CAPIMSG_SETCONTROL(m, contr) capimsg_setu32(m, 8, contr) argument
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | kernelcapi.h | 20 int contr; member
|
| H A D | capi.h | 110 __u32 contr; member
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CC-BY-NC-SA-2.0-FR | 46 …pris par voie numérique, en utilisant une mesure technique de contrôle d'accès ou de contrôle d'ut… 48 …ue l'Oeuvre dite Dérivée en utilisant une mesure technique de contrôle d'accès ou de contrôle d'ut…
|
| H A D | CECILL-1.0 | 192 Il relève de la responsabilité du Licencié de contrôler, par tous moyens, lR…
|
| H A D | CECILL-2.0 | 194 Il relève de la responsabilité du Licencié de contrôler, par tous moyens, l`ad&…
|
| H A D | CECILL-C | 192 Il relève de la responsabilité du Licencié de contrôler, par tous moyens, l`ad&…
|
| H A D | CECILL-B | 198 Il relève de la responsabilité du Licencié de contrôler, par tous moyens, l`ad&…
|
| /OK3568_Linux_fs/kernel/Documentation/isdn/ |
| H A D | interface_capi.rst | 298 CAPIMSG_CONTROL(m) CAPIMSG_SETCONTROL(m, contr) Controller/PLCI/NCCI
|