Home
last modified time | relevance | path

Searched refs:is_attach (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/extcon/
H A Dextcon-rtk-type-c.c82 int is_attach; member
479 type_c->is_attach = TO_DETACH; in detect_type_c_state()
485 type_c->is_attach = TO_DETACH; in detect_type_c_state()
512 type_c->is_attach = TO_ATTACH; in detect_type_c_state()
605 int is_attach = 0; in host_device_switch() local
620 is_attach = type_c->is_attach; in host_device_switch()
635 if (is_attach && at_cc1) in host_device_switch()
637 else if (is_attach && !at_cc1) in host_device_switch()
642 if (is_attach && at_cc1) in host_device_switch()
644 else if (is_attach && !at_cc1) in host_device_switch()
[all …]
/linux-6.15/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h914 int is_attach);
H A Dmain.c2946 int is_attach) in mlx4_ib_steer_qp_reg() argument
2953 if (is_attach) { in mlx4_ib_steer_qp_reg()