| /linux/drivers/char/ipmi/ |
| H A D | kcs_bmc_cdev_ipmi.c | 122 static inline void set_state(struct kcs_bmc_ipmi *priv, u8 state) in set_state() function 129 set_state(priv, ERROR_STATE); in kcs_bmc_ipmi_force_abort() 152 set_state(priv, WRITE_STATE); in kcs_bmc_ipmi_handle_data() 163 set_state(priv, READ_STATE); in kcs_bmc_ipmi_handle_data() 176 set_state(priv, IDLE_STATE); in kcs_bmc_ipmi_handle_data() 180 set_state(priv, ERROR_STATE); in kcs_bmc_ipmi_handle_data() 195 set_state(priv, READ_STATE); in kcs_bmc_ipmi_handle_data() 202 set_state(priv, IDLE_STATE); in kcs_bmc_ipmi_handle_data() 218 set_state(priv, WRITE_STATE); in kcs_bmc_ipmi_handle_cmd()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_ca_kfunc.c | 92 void BPF_PROG(set_state, struct sock *sk, u8 new_state) in BPF_PROG() argument 116 .set_state = (void *)set_state,
|
| H A D | bpf_dctcp.c | 242 .set_state = (void *)bpf_dctcp_state, in BPF_PROG() 255 .set_state = (void *)bpf_dctcp_state,
|
| H A D | bpf_cc_cubic.c | 173 .set_state = (void *)bpf_cubic_state, in BPF_PROG()
|
| H A D | bpf_cubic.c | 538 .set_state = (void *)bpf_cubic_state, in BPF_PROG()
|
| /linux/kernel/ |
| H A D | stop_machine.c | 179 static void set_state(struct multi_stop_data *msdata, in set_state() function 192 set_state(msdata, msdata->state + 1); in ack_state() 356 set_state(&msdata, MULTI_STOP_PREPARE); in stop_two_cpus() 619 set_state(&msdata, MULTI_STOP_PREPARE); in stop_machine_cpuslocked() 650 set_state(&msdata, MULTI_STOP_PREPARE); in stop_core_cpuslocked() 695 set_state(&msdata, MULTI_STOP_PREPARE); in stop_machine_from_inactive_cpu()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctsrc.h | 54 int (*set_state)(struct src *src, unsigned int state); member
|
| /linux/net/ipv4/ |
| H A D | tcp_hybla.c | 172 .set_state = hybla_state,
|
| H A D | tcp_veno.c | 214 .set_state = tcp_veno_state,
|
| H A D | tcp_yeah.c | 213 .set_state = tcp_vegas_state,
|
| H A D | tcp_bic.c | 206 .set_state = bictcp_state,
|
| H A D | tcp_vegas.c | 315 .set_state = tcp_vegas_state,
|
| H A D | tcp_illinois.c | 335 .set_state = tcp_illinois_state,
|
| H A D | tcp_dctcp.c | 258 .set_state = dctcp_state,
|
| H A D | bpf_tcp_ca.c | 314 .set_state = bpf_tcp_ca_set_state,
|
| H A D | tcp_htcp.c | 293 .set_state = htcp_state,
|
| H A D | tcp_nv.c | 474 .set_state = tcpnv_state,
|
| /linux/drivers/tty/hvc/ |
| H A D | hvsi.c | 136 static inline void set_state(struct hvsi_struct *hp, int state) in set_state() function 567 set_state(hp, HVSI_WAIT_FOR_MCTRL_RESPONSE); in hvsi_get_mctrl() 573 set_state(hp, HVSI_OPEN); in hvsi_get_mctrl() 632 set_state(hp, HVSI_WAIT_FOR_VER_RESPONSE); in hvsi_handshake()
|
| /linux/drivers/extcon/ |
| H A D | extcon-intel-cht-wc.c | 309 goto set_state; in cht_wc_extcon_pwrsrc_event() 320 set_state: in cht_wc_extcon_pwrsrc_event()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2.c | 105 self->aq_fw_ops->set_state(self, MPI_RESET); in hw_atl2_hw_reset() 562 self->aq_fw_ops->set_state(self, MPI_INIT); in hw_atl2_hw_init()
|
| H A D | hw_atl2_utils_fw.c | 643 .set_state = aq_a2_fw_set_state,
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_hw.h | 363 int (*set_state)(struct aq_hw_s *self, member
|
| /linux/drivers/pmdomain/tegra/ |
| H A D | powergate-bpmp.c | 41 request.set_state.state = state; in tegra_bpmp_powergate_set_state()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils_fw2x.c | 713 .set_state = aq_fw2x_set_state,
|
| H A D | hw_atl_b0.c | 123 self->aq_fw_ops->set_state(self, MPI_RESET); in hw_atl_b0_hw_reset() 580 self->aq_fw_ops->set_state(self, MPI_INIT); in hw_atl_b0_hw_init()
|