Searched refs:chid (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/iio/adc/ |
D | qcom-pm8xxx-xoadc.c | 742 int chid; in pm8xxx_xoadc_parse_channel() local 756 chid = 0; in pm8xxx_xoadc_parse_channel() 763 chid++; in pm8xxx_xoadc_parse_channel() 802 iio_chan->channel = chid; in pm8xxx_xoadc_parse_channel()
|
/linux-4.19.296/drivers/s390/cio/ |
D | chsc.h | 33 u16 chid; member
|
D | chp.c | 364 rc = sprintf(buf, "%04x\n", chp->desc_fmt1.chid); in chp_chid_show() 371 static DEVICE_ATTR(chid, 0444, chp_chid_show, NULL);
|
/linux-4.19.296/drivers/s390/net/ |
D | ctcm_main.c | 203 char chid[CTCM_ID_SIZE+1]; in channel_remove() local 209 strncpy(chid, ch->id, CTCM_ID_SIZE); in channel_remove() 240 chid, ok ? "OK" : "failed"); in channel_remove()
|
D | qeth_core_mpc.h | 657 __u16 chid; member
|
D | qeth_l2_main.c | 1397 snprintf(str[i], sizeof(str[i]), "NTOK_CHID=%04x", token->chid); in qeth_bridge_emit_host_event()
|
/linux-4.19.296/drivers/isdn/hisax/ |
D | l3ni1.c | 447 u_char chid; in l3ni1_message_plus_chid() local 449 chid = (u_char)(pc->para.bchannel & 0x03) | 0x88; in l3ni1_message_plus_chid() 453 *p++ = chid; in l3ni1_message_plus_chid()
|