Searched refs:manu (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/drivers/isdn/hardware/avm/ |
D | b1.c | 434 strlcpy(ctrl->manu, "AVM GmbH", sizeof(ctrl->manu)); in b1_parse_version() 446 flag = ((u8 *)(profp->manu))[1]; in b1_parse_version() 462 flag = ((u8 *)(profp->manu))[3]; in b1_parse_version() 476 flag = ((u8 *)(profp->manu))[5]; in b1_parse_version() 674 flag = ((u8 *)(ctrl->profile.manu))[3]; in b1_proc_show() 688 flag = ((u8 *)(ctrl->profile.manu))[5]; in b1_proc_show()
|
D | b1dma.c | 896 flag = ((u8 *)(ctrl->profile.manu))[3]; in b1dma_proc_show() 910 flag = ((u8 *)(ctrl->profile.manu))[5]; in b1dma_proc_show()
|
D | c4.c | 1101 flag = ((u8 *)(ctrl->profile.manu))[3]; in c4_proc_show() 1115 flag = ((u8 *)(ctrl->profile.manu))[5]; in c4_proc_show()
|
/linux-4.19.296/include/uapi/linux/ |
D | capi.h | 74 __u32 manu[5]; /* manufacturer specific information */ member
|
/linux-4.19.296/drivers/isdn/hardware/eicon/ |
D | capifunc.c | 528 strlcpy(ctrl->manu, M_COMPANY, sizeof(ctrl->manu)); in diva_add_card() 709 ctrl->profile.manu[0] = a->man_profile.private_options; in diva_add_card() 710 ctrl->profile.manu[1] = a->man_profile.rtp_primary_payloads; in diva_add_card() 711 ctrl->profile.manu[2] = a->man_profile.rtp_additional_payloads; in diva_add_card() 712 ctrl->profile.manu[3] = 0; in diva_add_card() 713 ctrl->profile.manu[4] = 0; in diva_add_card()
|
/linux-4.19.296/include/linux/isdn/ |
D | capilli.h | 56 u8 manu[CAPI_MANUFACTURER_LEN]; /* CAPI_GET_MANUFACTURER */ member
|
/linux-4.19.296/drivers/misc/ |
D | bh1770glc.c | 526 u8 manu, part; in bh1770_detect() local 531 manu = (u8)ret; in bh1770_detect() 543 if ((manu == BH1770_MANUFACT_ROHM) && in bh1770_detect() 549 if ((manu == BH1770_MANUFACT_OSRAM) && in bh1770_detect()
|
/linux-4.19.296/drivers/isdn/capi/ |
D | kcapi.c | 222 memset(ctr->manu, 0, sizeof(ctr->manu)); in ctr_down() 868 strncpy(buf, ctr->manu, CAPI_MANUFACTURER_LEN); in capi20_get_manufacturer()
|
/linux-4.19.296/drivers/isdn/hysdn/ |
D | hycapi.c | 701 strcpy(ctrl->manu, "Hypercope"); in hycapi_fill_profile()
|
/linux-4.19.296/drivers/isdn/gigaset/ |
D | capi.c | 953 strcpy(iif->ctr.manu, "Siemens"); in gigaset_isdn_start()
|