Searched refs:is_switch (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A D | smi.c | 44 static enum smi_action __smi_handle_dr_smp_send(bool is_switch, u32 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, u32 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, u32 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, u32 port_num, in __smi_handle_dr_smp_recv() argument [all …]
|
| H A 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, u32 port_num);
|
| H A D | smi.h | 54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, 59 bool is_switch, u32 port_num);
|
| /linux/include/linux/ |
| H A D | vt_kern.h | 42 void redraw_screen(struct vc_data *vc, int is_switch);
|
| /linux/sound/hda/codecs/ |
| H A D | generic.c | 3594 int idx, bool is_switch, unsigned int ctl, in cap_single_sw_put() 3599 int type = is_switch ? HDA_CTL_WIDGET_MUTE : HDA_CTL_WIDGET_VOL; in cap_single_sw_put() 3600 const char *sfx = is_switch ? "Switch" : "Volume"; in cap_single_sw_put() 3617 if (is_switch) { in add_single_cap_ctl() 3636 if (is_switch) { in add_single_cap_ctl() 3611 add_single_cap_ctl(struct hda_codec * codec,const char * label,int idx,bool is_switch,unsigned int ctl,bool inv_dmic) add_single_cap_ctl() argument
|
| /linux/drivers/regulator/ |
| H A D | core.c | 3508 } else if (rdev->is_switch && rdev->supply) { in _regulator_list_voltage() 3568 if (!rdev->is_switch || !rdev->supply) in regulator_count_voltages() 6209 rdev->is_switch = true; in regulator_register()
|
| /linux/kernel/sched/ |
| H A D | core.c | 7105 bool is_switch = false; in __schedule() local 7230 is_switch = prev != next; in __schedule() 7231 if (likely(is_switch)) { in __schedule() 7277 trace_sched_exit_tp(is_switch); in __schedule()
|