Lines Matching refs:ust
173 struct uwire_state *ust = spi->controller_state;
189 uwire_set_clk1_div(ust->div1_idx);
308 struct uwire_state *ust = spi->controller_state;
386 ust->div1_idx = div1_idx;
423 struct uwire_state *ust = spi->controller_state;
427 if (ust == NULL) {
428 ust = kzalloc(sizeof(*ust), GFP_KERNEL);
429 if (ust == NULL)
431 spi->controller_state = ust;
437 kfree(ust);