Searched refs:wait_for_ack (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/video/
H A Dhecubafb.h38 board drivers can implement wait_for_ack with interrupts if desired. if
39 wait_for_ack is called with clear=0, then go to sleep and return when ack
40 goes hi or if wait_for_ack with clear=1, then return when ack goes lo */
46 void (*wait_for_ack)(struct hecubafb_par *, int); member in struct:hecuba_board
/linux-master/drivers/reset/sti/
H A Dreset-syscfg.h40 * @wait_for_ack: The controller will wait for reset assert and de-assert to
48 bool wait_for_ack; member in struct:syscfg_reset_controller_data
H A Dreset-stih407.c112 .wait_for_ack = true,
118 .wait_for_ack = false,
125 .wait_for_ack = false,
H A Dreset-syscfg.c167 if (!data->wait_for_ack)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c22 static int wait_for_ack(int fd, int retries) function
125 if (wait_for_ack(client_fd, 100) < 0) {
/linux-master/drivers/video/fbdev/
H A Dn411.c149 .wait_for_ack = n411_wait_for_ack,
H A Dhecubafb.c81 par->board->wait_for_ack(par, 0);
87 par->board->wait_for_ack(par, 1);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c203 static void wait_for_ack(int fd, int timeout, size_t total) function
279 wait_for_ack(fd, 5000, len);
301 wait_for_ack(fd, 5000, sent);
/linux-master/drivers/regulator/
H A Dqcom-rpmh-regulator.c158 * @wait_for_ack: Boolean indicating if execution must wait until the
164 struct tcs_cmd *cmd, bool wait_for_ack)
168 if (wait_for_ack || vreg->always_wait_for_ack)
178 unsigned int selector, bool wait_for_ack)
190 ret = rpmh_regulator_send_request(vreg, &cmd, wait_for_ack);
163 rpmh_regulator_send_request(struct rpmh_vreg *vreg, struct tcs_cmd *cmd, bool wait_for_ack) argument
177 _rpmh_regulator_vrm_set_voltage_sel(struct regulator_dev *rdev, unsigned int selector, bool wait_for_ack) argument
/linux-master/drivers/macintosh/
H A Dvia-pmu.c1181 wait_for_ack(void) function
1248 wait_for_ack();
1486 wait_for_ack();
1642 wait_for_ack();

Completed in 155 milliseconds