Searched refs:is_switch (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/core/ |
D | smi.c | 44 static enum smi_action __smi_handle_dr_smp_send(bool is_switch, int port_num, in __smi_handle_dr_smp_send() argument 67 if (!is_switch) in __smi_handle_dr_smp_send() 80 return (is_switch || in __smi_handle_dr_smp_send() 99 if (!is_switch) in __smi_handle_dr_smp_send() 111 return (is_switch || in __smi_handle_dr_smp_send() 130 bool is_switch, int port_num) in smi_handle_dr_smp_send() argument 132 return __smi_handle_dr_smp_send(is_switch, port_num, in smi_handle_dr_smp_send() 142 bool is_switch, int port_num) in opa_smi_handle_dr_smp_send() argument 144 return __smi_handle_dr_smp_send(is_switch, port_num, in opa_smi_handle_dr_smp_send() 155 static enum smi_action __smi_handle_dr_smp_recv(bool is_switch, int port_num, in __smi_handle_dr_smp_recv() argument [all …]
|
D | opa_smi.h | 42 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, 47 bool is_switch, int port_num);
|
D | smi.h | 54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, 59 bool is_switch, int port_num);
|
/drivers/tty/vt/ |
D | vt.c | 960 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen() argument 972 if (is_switch) { in redraw_screen() 1014 if (is_switch) { in redraw_screen()
|
/drivers/regulator/ |
D | core.c | 2835 } else if (rdev->is_switch && rdev->supply) { in _regulator_list_voltage() 2894 if (!rdev->is_switch || !rdev->supply) in regulator_count_voltages() 5180 rdev->is_switch = true; in regulator_register()
|