Searched refs:i1480_cmd (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Ddfu.c92 ssize_t i1480_cmd(struct i1480 *i1480, const char *cmd_name, size_t cmd_size, i1480_cmd() function
152 EXPORT_SYMBOL_GPL(i1480_cmd); variable
H A Dphy.c66 result = i1480_cmd(i1480, "MPI-WRITE", sizeof(*cmd) + size, sizeof(*reply)); i1480_mpi_write()
121 result = i1480_cmd(i1480, "MPI-READ", sizeof(*cmd) + 2*size, i1480_mpi_read()
H A Di1480-dfu.h145 extern ssize_t i1480_cmd(struct i1480 *, const char *, size_t, size_t);
H A Dmac.c402 result = i1480_cmd(i1480, "RESET", sizeof(*cmd), sizeof(*reply)); i1480_cmd_reset()

Completed in 259 milliseconds