Lines Matching defs:index
1000 static int set_tod_ptp_pll(struct idtcm *idtcm, u8 index, u8 pll)
1002 if (index >= MAX_TOD) {
1003 dev_err(&idtcm->client->dev, "ToD%d not supported\n", index);
1012 idtcm->channel[index].pll = pll;
1209 return idtcm_output_enable(channel, enable, perout->index);
1944 static int idtcm_enable_channel(struct idtcm *idtcm, u32 index)
1949 if (!(index < MAX_TOD))
1952 channel = &idtcm->channel[index];
1960 switch (index) {
1993 "IDT CM TOD%u", index);
2038 index, channel->ptp_clock->index);