Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dsmi.c44 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()
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()
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, in argument
129 smi_handle_dr_smp_send(struct ib_smp *smp, bool is_switch, int port_num) smi_handle_dr_smp_send() argument
141 opa_smi_handle_dr_smp_send(struct opa_smp *smp, bool is_switch, int port_num) opa_smi_handle_dr_smp_send() argument
240 smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, int port_num, int phys_port_cnt) smi_handle_dr_smp_recv() argument
256 opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, int port_num, int phys_port_cnt) opa_smi_handle_dr_smp_recv() 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, int 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, int port_num);
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dsmi.c44 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()
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()
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, u3 argument
129 smi_handle_dr_smp_send(struct ib_smp *smp, bool is_switch, u32 port_num) smi_handle_dr_smp_send() argument
141 opa_smi_handle_dr_smp_send(struct opa_smp *smp, bool is_switch, u32 port_num) opa_smi_handle_dr_smp_send() argument
240 smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, u32 port_num, int phys_port_cnt) smi_handle_dr_smp_recv() argument
256 opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, u32 port_num, int phys_port_cnt) opa_smi_handle_dr_smp_recv() argument
[all...]
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);
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);
/kernel/linux/linux-5.10/include/linux/
H A Dvt_kern.h54 void redraw_screen(struct vc_data *vc, int is_switch);
/kernel/linux/linux-6.6/include/linux/
H A Dvt_kern.h41 void redraw_screen(struct vc_data *vc, int is_switch);
/kernel/linux/linux-5.10/include/linux/regulator/
H A Ddriver.h473 unsigned int is_switch:1; member
/kernel/linux/linux-6.6/include/linux/regulator/
H A Ddriver.h647 unsigned int is_switch:1; member
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.c3615 int idx, bool is_switch, unsigned int ctl, in add_single_cap_ctl()
3620 int type = is_switch ? HDA_CTL_WIDGET_MUTE : HDA_CTL_WIDGET_VOL; in add_single_cap_ctl()
3621 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl()
3638 if (is_switch) in add_single_cap_ctl()
3654 if (is_switch) in add_single_cap_ctl()
3614 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
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c3622 int idx, bool is_switch, unsigned int ctl, in add_single_cap_ctl()
3627 int type = is_switch ? HDA_CTL_WIDGET_MUTE : HDA_CTL_WIDGET_VOL; in add_single_cap_ctl()
3628 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl()
3645 if (is_switch) { in add_single_cap_ctl()
3664 if (is_switch) { in add_single_cap_ctl()
3621 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
/kernel/linux/linux-5.10/drivers/tty/vt/
H A Dvt.c984 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen() argument
996 if (is_switch) { in redraw_screen()
1038 if (is_switch) { in redraw_screen()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dcore.c3090 } else if (rdev->is_switch && rdev->supply) { in _regulator_list_voltage()
3149 if (!rdev->is_switch || !rdev->supply) in regulator_count_voltages()
5466 rdev->is_switch = true; in regulator_register()
/kernel/linux/linux-6.6/drivers/tty/vt/
H A Dvt.c932 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen() argument
944 if (is_switch) { in redraw_screen()
986 if (is_switch) { in redraw_screen()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dcore.c3237 } else if (rdev->is_switch && rdev->supply) { in _regulator_list_voltage()
3296 if (!rdev->is_switch || !rdev->supply) in regulator_count_voltages()
5701 rdev->is_switch = true; in regulator_register()
/kernel/linux/linux-5.10/include/rdma/
H A Dib_verbs.h2673 u16 is_switch:1; member
2975 * Device driver is responsible for setting is_switch bit on
2982 return device->is_switch; in rdma_cap_ib_switch()
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h2745 u16 is_switch:1; member
3025 * Device driver is responsible for setting is_switch bit on
3032 return device->is_switch; in rdma_cap_ib_switch()

Completed in 63 milliseconds