Lines Matching refs:ust
176 struct uwire_state *ust = spi->controller_state;
192 uwire_set_clk1_div(ust->div1_idx);
311 struct uwire_state *ust = spi->controller_state;
389 ust->div1_idx = div1_idx;
426 struct uwire_state *ust = spi->controller_state;
430 if (ust == NULL) {
431 ust = kzalloc(sizeof(*ust), GFP_KERNEL);
432 if (ust == NULL)
434 spi->controller_state = ust;
440 kfree(ust);