Home
last modified time | relevance | path

Searched refs:chid (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/iio/adc/
Dqcom-pm8xxx-xoadc.c742 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/
Dchsc.h33 u16 chid; member
Dchp.c364 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/
Dctcm_main.c203 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()
Dqeth_core_mpc.h657 __u16 chid; member
Dqeth_l2_main.c1397 snprintf(str[i], sizeof(str[i]), "NTOK_CHID=%04x", token->chid); in qeth_bridge_emit_host_event()
/linux-4.19.296/drivers/isdn/hisax/
Dl3ni1.c447 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()