Home
last modified time | relevance | path

Searched refs:is_switch (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/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() 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 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);
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcb/
H A D0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch42 if field.c_field_type == 'void' or field.type.is_switch
/openbmc/linux/include/linux/
H A Dvt_kern.h41 void redraw_screen(struct vc_data *vc, int is_switch);
/openbmc/linux/include/linux/regulator/
H A Ddriver.h650 unsigned int is_switch:1; member
/openbmc/linux/sound/pci/hda/
H A Dhda_generic.c3622 int idx, bool is_switch, unsigned int ctl, in add_single_cap_ctl() argument
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()
/openbmc/linux/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()
/openbmc/linux/drivers/regulator/
H A Dcore.c3242 } else if (rdev->is_switch && rdev->supply) { in _regulator_list_voltage()
3301 if (!rdev->is_switch || !rdev->supply) in regulator_count_voltages()
5707 rdev->is_switch = true; in regulator_register()
/openbmc/linux/include/rdma/
H A Dib_verbs.h2747 u16 is_switch:1; member
3034 return device->is_switch; in rdma_cap_ib_switch()