Lines Matching defs:caps
869 container_of(ptp, struct idt82p33_channel, caps);
947 container_of(ptp, struct idt82p33_channel, caps);
989 container_of(ptp, struct idt82p33_channel, caps);
1025 container_of(ptp, struct idt82p33_channel, caps);
1051 container_of(ptp, struct idt82p33_channel, caps);
1082 container_of(ptp, struct idt82p33_channel, caps);
1100 container_of(ptp, struct idt82p33_channel, caps);
1165 static void idt82p33_caps_init(u32 index, struct ptp_clock_info *caps,
1171 caps->owner = THIS_MODULE;
1172 caps->max_adj = DCO_MAX_PPB;
1173 caps->n_per_out = MAX_PER_OUT;
1174 caps->n_ext_ts = MAX_PHC_PLL,
1175 caps->n_pins = max_pins,
1176 caps->adjphase = idt82p33_adjwritephase,
1177 caps->getmaxphase = idt82p33_getmaxphase,
1178 caps->adjfine = idt82p33_adjfine;
1179 caps->adjtime = idt82p33_adjtime;
1180 caps->gettime64 = idt82p33_gettime;
1181 caps->settime64 = idt82p33_settime;
1182 caps->enable = idt82p33_enable;
1183 caps->verify = idt82p33_verify_pin;
1184 caps->do_aux_work = idt82p33_work_handler;
1186 snprintf(caps->name, sizeof(caps->name), "IDT 82P33 PLL%u", index);
1188 caps->pin_config = pin_cfg;
1218 idt82p33_caps_init(index, &channel->caps,
1221 channel->ptp_clock = ptp_clock_register(&channel->caps, NULL);