Lines Matching defs:slave
363 /* Read slave ID & response tag */
397 static int issue_term(struct fsi_master_gpio *master, uint8_t slave)
404 build_term_command(&cmd, slave);
414 "TERM failed; lost communication with slave\n");
425 uint8_t slave, uint8_t size, void *data)
450 build_epoll_command(&cmd, slave);
476 * Its necessary to clock slave before issuing
478 * spec. < 20 clocks causes slave to hang, 21 ok.
481 build_dpoll_command(&cmd, slave);
490 "ERR slave is stuck in busy state, issuing TERM\n");
494 issue_term(master, slave);
539 static int fsi_master_gpio_xfer(struct fsi_master_gpio *master, uint8_t slave,
548 rc = poll_for_response(master, slave, resp_len, resp);