Searched defs:xfer (Results 1 – 3 of 3) sorted by relevance
61 struct ti_sci_xfer *xfer) in ti_sci_setup_one_xfer()152 static int ti_sci_do_xfer(struct ti_sci_xfer *xfer) in ti_sci_do_xfer()202 struct ti_sci_xfer xfer; in ti_sci_get_revision() local243 struct ti_sci_xfer xfer; in ti_sci_query_fw_caps() local281 struct ti_sci_xfer xfer; in ti_sci_device_set_state() local323 struct ti_sci_xfer xfer; in ti_sci_device_get_state() local467 struct ti_sci_xfer xfer; in ti_sci_device_put_no_wait() local642 struct ti_sci_xfer xfer; in ti_sci_device_set_resets() local697 struct ti_sci_xfer xfer; in ti_sci_clock_set_state() local741 struct ti_sci_xfer xfer; in ti_sci_clock_get_state() local[all …]
25 int (*xfer)(struct spi_priv *context, unsigned int bytes, member
71 static void xfer(unsigned int bytes, const void *out, void *in, int cpol, int cpha) in xfer() function