Lines Matching refs:divs
129 struct ccu_div **divs;
269 div = data->divs[idx];
340 data->divs = kcalloc(data->divs_num, sizeof(*data->divs), GFP_KERNEL);
341 if (!data->divs) {
356 kfree(data->divs);
421 data->divs[idx] = ccu_div_hw_register(&init);
422 if (IS_ERR(data->divs[idx])) {
423 ret = PTR_ERR(data->divs[idx]);
441 ccu_div_hw_unregister(data->divs[idx]);
453 ccu_div_hw_unregister(data->divs[idx]);