Searched defs:xfer (Results 1 – 3 of 3) sorted by relevance
62 struct ti_sci_xfer *xfer) in ti_sci_setup_one_xfer()153 static int ti_sci_do_xfer(struct ti_sci_xfer *xfer) in ti_sci_do_xfer()221 struct ti_sci_xfer xfer; in ti_sci_get_revision() local261 struct ti_sci_xfer xfer; in ti_sci_query_fw_caps() local308 struct ti_sci_xfer xfer; in ti_sci_device_set_state() local350 struct ti_sci_xfer xfer; in ti_sci_device_get_state() local494 struct ti_sci_xfer xfer; in ti_sci_device_put_no_wait() local669 struct ti_sci_xfer xfer; in ti_sci_device_set_resets() local724 struct ti_sci_xfer xfer; in ti_sci_clock_set_state() local768 struct ti_sci_xfer xfer; in ti_sci_clock_get_state() local[all …]
25 int (*xfer)(struct tpm_spi_priv *context, unsigned int bytes, member
72 static void xfer(unsigned int bytes, const void *out, void *in, int cpol, int cpha) in xfer() function