Searched refs:is_switch (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dsmi.c44 static enum smi_action __smi_handle_dr_smp_send(bool is_switch, u32 port_num, argument
67 if (!is_switch)
80 return (is_switch ||
99 if (!is_switch)
111 return (is_switch ||
130 bool is_switch, u32 port_num)
132 return __smi_handle_dr_smp_send(is_switch, port_num,
142 bool is_switch, u32 port_num)
144 return __smi_handle_dr_smp_send(is_switch, port_num,
155 static enum smi_action __smi_handle_dr_smp_recv(bool is_switch, u3 argument
129 smi_handle_dr_smp_send(struct ib_smp *smp, bool is_switch, u32 port_num) argument
141 opa_smi_handle_dr_smp_send(struct opa_smp *smp, bool is_switch, u32 port_num) argument
240 smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, u32 port_num, int phys_port_cnt) argument
256 opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, u32 port_num, int phys_port_cnt) argument
[all...]
H A Dsmi.h54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch,
59 bool is_switch, u32 port_num);
H A Dopa_smi.h42 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch,
47 bool is_switch, u32 port_num);
/linux-master/include/linux/
H A Dvt_kern.h42 void redraw_screen(struct vc_data *vc, int is_switch);
/linux-master/include/linux/regulator/
H A Ddriver.h642 unsigned int is_switch:1; member in struct:regulator_dev
/linux-master/sound/pci/hda/
H A Dhda_generic.c3622 int idx, bool is_switch, unsigned int ctl,
3627 int type = is_switch ? HDA_CTL_WIDGET_MUTE : HDA_CTL_WIDGET_VOL;
3628 const char *sfx = is_switch ? "Switch" : "Volume";
3645 if (is_switch) {
3664 if (is_switch) {
3621 add_single_cap_ctl(struct hda_codec *codec, const char *label, int idx, bool is_switch, unsigned int ctl, bool inv_dmic) argument
/linux-master/drivers/tty/vt/
H A Dvt.c920 void redraw_screen(struct vc_data *vc, int is_switch) argument
932 if (is_switch) {
974 if (is_switch) {
/linux-master/drivers/regulator/
H A Dcore.c3250 } else if (rdev->is_switch && rdev->supply) {
3309 if (!rdev->is_switch || !rdev->supply)
5766 rdev->is_switch = true;
/linux-master/include/rdma/
H A Dib_verbs.h2732 u16 is_switch:1; member in struct:ib_device
3012 * Device driver is responsible for setting is_switch bit on
3019 return device->is_switch;

Completed in 229 milliseconds