/kernel/linux/linux-5.10/drivers/reset/sti/ |
H A D | reset-stih407.c | 112 .wait_for_ack = true, 118 .wait_for_ack = false, 125 .wait_for_ack = false,
|
H A D | reset-syscfg.h | 40 * @wait_for_ack: The controller will wait for reset assert and de-assert to 48 bool wait_for_ack; member
|
H A D | reset-syscfg.c | 176 if (!data->wait_for_ack) in syscfg_reset_controller_register()
|
/kernel/linux/linux-6.6/drivers/reset/sti/ |
H A D | reset-stih407.c | 112 .wait_for_ack = true, 118 .wait_for_ack = false, 125 .wait_for_ack = false,
|
H A D | reset-syscfg.h | 40 * @wait_for_ack: The controller will wait for reset assert and de-assert to 48 bool wait_for_ack; member
|
H A D | reset-syscfg.c | 166 if (!data->wait_for_ack) in syscfg_reset_controller_register()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_rtt.c | 22 static int wait_for_ack(int fd, int retries) in wait_for_ack() function 135 if (wait_for_ack(client_fd, 100) < 0) { in run_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_rtt.c | 22 static int wait_for_ack(int fd, int retries) in wait_for_ack() function 125 if (wait_for_ack(client_fd, 100) < 0) { in run_test()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | hecubafb.h | 38 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
|
/kernel/linux/linux-6.6/include/video/ |
H A D | hecubafb.h | 38 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
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | hecubafb.c | 81 par->board->wait_for_ack(par, 0); in apollo_send_data() 87 par->board->wait_for_ack(par, 1); in apollo_send_data()
|
H A D | n411.c | 149 .wait_for_ack = n411_wait_for_ack,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | hecubafb.c | 81 par->board->wait_for_ack(par, 0); in apollo_send_data() 87 par->board->wait_for_ack(par, 1); in apollo_send_data()
|
H A D | n411.c | 149 .wait_for_ack = n411_wait_for_ack,
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_inq.c | 203 static void wait_for_ack(int fd, int timeout, size_t total) in wait_for_ack() function 279 wait_for_ack(fd, 5000, len); in connect_one_server() 301 wait_for_ack(fd, 5000, sent); in connect_one_server()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | qcom-rpmh-regulator.c | 156 * @wait_for_ack: Boolean indicating if execution must wait until the 162 struct tcs_cmd *cmd, bool wait_for_ack) in rpmh_regulator_send_request() 166 if (wait_for_ack || vreg->always_wait_for_ack) in rpmh_regulator_send_request() 176 unsigned int selector, bool wait_for_ack) in _rpmh_regulator_vrm_set_voltage_sel() 188 ret = rpmh_regulator_send_request(vreg, &cmd, wait_for_ack); in _rpmh_regulator_vrm_set_voltage_sel() 161 rpmh_regulator_send_request(struct rpmh_vreg *vreg, struct tcs_cmd *cmd, bool wait_for_ack) rpmh_regulator_send_request() argument 175 _rpmh_regulator_vrm_set_voltage_sel(struct regulator_dev *rdev, unsigned int selector, bool wait_for_ack) _rpmh_regulator_vrm_set_voltage_sel() argument
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | qcom-rpmh-regulator.c | 155 * @wait_for_ack: Boolean indicating if execution must wait until the 161 struct tcs_cmd *cmd, bool wait_for_ack) in rpmh_regulator_send_request() 165 if (wait_for_ack || vreg->always_wait_for_ack) in rpmh_regulator_send_request() 175 unsigned int selector, bool wait_for_ack) in _rpmh_regulator_vrm_set_voltage_sel() 187 ret = rpmh_regulator_send_request(vreg, &cmd, wait_for_ack); in _rpmh_regulator_vrm_set_voltage_sel() 160 rpmh_regulator_send_request(struct rpmh_vreg *vreg, struct tcs_cmd *cmd, bool wait_for_ack) rpmh_regulator_send_request() argument 174 _rpmh_regulator_vrm_set_voltage_sel(struct regulator_dev *rdev, unsigned int selector, bool wait_for_ack) _rpmh_regulator_vrm_set_voltage_sel() argument
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | via-pmu.c | 1190 wait_for_ack(void) in wait_for_ack() function 1257 wait_for_ack(); in pmu_start() 1495 wait_for_ack(); in pmu_sr_intr() 1651 wait_for_ack(); in via_pmu_interrupt()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | via-pmu.c | 1181 wait_for_ack(void) in wait_for_ack() function 1248 wait_for_ack(); in pmu_start() 1486 wait_for_ack(); in pmu_sr_intr() 1642 wait_for_ack(); in via_pmu_interrupt()
|