Home
last modified time | relevance | path

Searched defs:xfer (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci.c61 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() local
243 struct ti_sci_xfer xfer; in ti_sci_query_fw_caps() local
281 struct ti_sci_xfer xfer; in ti_sci_device_set_state() local
323 struct ti_sci_xfer xfer; in ti_sci_device_get_state() local
467 struct ti_sci_xfer xfer; in ti_sci_device_put_no_wait() local
642 struct ti_sci_xfer xfer; in ti_sci_device_set_resets() local
697 struct ti_sci_xfer xfer; in ti_sci_clock_set_state() local
741 struct ti_sci_xfer xfer; in ti_sci_clock_get_state() local
[all …]
/rk3399_ARM-atf/include/drivers/
H A Dgpio_spi.h22 int (*xfer)(unsigned int bitlen, const void *dout, void *din); global() member
/rk3399_ARM-atf/drivers/gpio/
H A Dgpio_spi.c61 static void xfer(unsigned int bytes, const void *out, void *in, int cpol, int cpha) xfer() function