/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | imx_keypad.c | 188 bool state_changed, is_zero_matrix; in imx_keypad_check_for_events() local 195 state_changed = false; in imx_keypad_check_for_events() 201 state_changed = true; in imx_keypad_check_for_events() 213 if (state_changed) { in imx_keypad_check_for_events()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | android-goldfish.c | 286 int state_changed = 0; in goldfish_mmc_irq() local 299 state_changed = 1; in goldfish_mmc_irq() 333 if (state_changed) { in goldfish_mmc_irq() 340 if (!end_command && !end_transfer && !state_changed && !cmd_timeout) { in goldfish_mmc_irq()
|
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 323 fsm->state_changed = 1; in otg_set_state() 335 fsm->state_changed = 0; in otg_statemachine() 448 VDBG("quit statemachine, changed = %d\n", fsm->state_changed); in otg_statemachine() 449 return fsm->state_changed; in otg_statemachine()
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | usb-otg-fsm.c | 323 fsm->state_changed = 1; in otg_set_state() 335 fsm->state_changed = 0; in otg_statemachine() 448 VDBG("quit statemachine, changed = %d\n", fsm->state_changed); in otg_statemachine() 449 return fsm->state_changed; in otg_statemachine()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | imx_keypad.c | 189 bool state_changed, is_zero_matrix; in imx_keypad_check_for_events() local 196 state_changed = false; in imx_keypad_check_for_events() 202 state_changed = true; in imx_keypad_check_for_events() 214 if (state_changed) { in imx_keypad_check_for_events()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/actions/ |
H A D | owl-emac.c | 398 bool state_changed = false; in owl_emac_adjust_link() local 403 state_changed = true; in owl_emac_adjust_link() 408 state_changed = true; in owl_emac_adjust_link() 413 state_changed = true; in owl_emac_adjust_link() 418 state_changed = true; in owl_emac_adjust_link() 423 state_changed = true; in owl_emac_adjust_link() 427 if (state_changed) { in owl_emac_adjust_link()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/arc/ |
H A D | emac_main.c | 50 unsigned int reg, state_changed = 0; in arc_emac_adjust_link() local 54 state_changed = 1; in arc_emac_adjust_link() 59 state_changed = 1; in arc_emac_adjust_link() 74 state_changed = 1; in arc_emac_adjust_link() 77 if (state_changed) in arc_emac_adjust_link()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/arc/ |
H A D | emac_main.c | 50 unsigned int reg, state_changed = 0; in arc_emac_adjust_link() local 54 state_changed = 1; in arc_emac_adjust_link() 59 state_changed = 1; in arc_emac_adjust_link() 74 state_changed = 1; in arc_emac_adjust_link() 77 if (state_changed) in arc_emac_adjust_link()
|
/kernel/linux/linux-5.10/drivers/staging/most/dim2/ |
H A D | hal.c | 906 bool state_changed; in dim_service_ahb_int_irq() local 929 state_changed = false; in dim_service_ahb_int_irq() 932 state_changed |= channel_service_interrupt(*ch); in dim_service_ahb_int_irq() 935 } while (state_changed); in dim_service_ahb_int_irq()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | sdio.c | 172 u8 state_changed = 0; in _gb_sdio_process_events() local 180 state_changed = 1; in _gb_sdio_process_events() 189 state_changed = 1; in _gb_sdio_process_events() 195 if (state_changed) { in _gb_sdio_process_events()
|
/kernel/linux/linux-6.6/drivers/staging/most/dim2/ |
H A D | hal.c | 905 bool state_changed; in dim_service_ahb_int_irq() local 928 state_changed = false; in dim_service_ahb_int_irq() 931 state_changed |= channel_service_interrupt(*ch); in dim_service_ahb_int_irq() 934 } while (state_changed); in dim_service_ahb_int_irq()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | sdio.c | 171 u8 state_changed = 0; in _gb_sdio_process_events() local 179 state_changed = 1; in _gb_sdio_process_events() 188 state_changed = 1; in _gb_sdio_process_events() 194 if (state_changed) { in _gb_sdio_process_events()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | otg-fsm.h | 200 bool state_changed; member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | otg-fsm.h | 187 bool state_changed; member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.c | 4971 enum usb3_link_state state_changed, in calculate_max_exit_latency() 4982 disabling_u1 = (state_changed == USB3_LPM_U1 && in calculate_max_exit_latency() 4984 disabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency() 4987 enabling_u1 = (state_changed == USB3_LPM_U1 && in calculate_max_exit_latency() 4989 enabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency() 4970 calculate_max_exit_latency(struct usb_device *udev, enum usb3_link_state state_changed, u16 hub_encoded_timeout) calculate_max_exit_latency() argument
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.c | 4842 enum usb3_link_state state_changed, in calculate_max_exit_latency() 4853 disabling_u1 = (state_changed == USB3_LPM_U1 && in calculate_max_exit_latency() 4855 disabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency() 4858 enabling_u1 = (state_changed == USB3_LPM_U1 && in calculate_max_exit_latency() 4860 enabling_u2 = (state_changed == USB3_LPM_U2 && in calculate_max_exit_latency() 4841 calculate_max_exit_latency(struct usb_device *udev, enum usb3_link_state state_changed, u16 hub_encoded_timeout) calculate_max_exit_latency() argument
|
/kernel/linux/linux-5.10/net/llc/ |
H A D | llc_c_ac.c | 768 int state_changed = llc_sk(sk)->p_flag && !value; in llc_conn_set_p_flag() local 772 if (state_changed) in llc_conn_set_p_flag()
|
/kernel/linux/linux-6.6/net/llc/ |
H A D | llc_c_ac.c | 768 int state_changed = llc_sk(sk)->p_flag && !value; in llc_conn_set_p_flag() local 772 if (state_changed) in llc_conn_set_p_flag()
|
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 5260 bool has_short_ttime = true, state_changed; in bfq_update_has_short_ttime() local 5285 state_changed = has_short_ttime != bfq_bfqq_has_short_ttime(bfqq); in bfq_update_has_short_ttime() 5376 if (state_changed && bfqq->last_serv_time_ns == 0 && in bfq_update_has_short_ttime()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 5950 bool has_short_ttime = true, state_changed; in bfq_update_has_short_ttime() local 5976 state_changed = has_short_ttime != bfq_bfqq_has_short_ttime(bfqq); in bfq_update_has_short_ttime() 6067 if (state_changed && bfqq->last_serv_time_ns == 0 && in bfq_update_has_short_ttime()
|