Searched refs:is_switch (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A 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 …]
|
| 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, int 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, int port_num);
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | isp_external.h | 57 bool is_switch; member
|
| H A D | dmarx.c | 454 if (rx_buf->is_switch && stream->id == RKISP_STREAM_RAWRD2) { in dmarx_frame_end()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vt_kern.h | 54 void redraw_screen(struct vc_data *vc, int is_switch);
|
| /OK3568_Linux_fs/kernel/include/linux/regulator/ |
| H A D | driver.h | 477 unsigned int is_switch:1; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | subdev-itf.c | 811 (dbufs->type != BUF_SHORT && (!dbufs->is_switch)))) { in sditf_s_rx_buffer() 821 if (!is_free && (!dbufs->is_switch)) { in sditf_s_rx_buffer() 841 if (dbufs->is_switch && dbufs->type == BUF_SHORT) { in sditf_s_rx_buffer()
|
| H A D | capture.c | 8784 active_buf->dbufs.is_switch = true; in rkcif_line_wake_up_rdbk()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_generic.c | 3614 int idx, bool is_switch, unsigned int ctl, in add_single_cap_ctl() argument 3619 int type = is_switch ? HDA_CTL_WIDGET_MUTE : HDA_CTL_WIDGET_VOL; in add_single_cap_ctl() 3620 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl() 3637 if (is_switch) in add_single_cap_ctl() 3653 if (is_switch) in add_single_cap_ctl()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vt.c | 984 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()
|
| /OK3568_Linux_fs/kernel/include/rdma/ |
| H A D | ib_verbs.h | 2673 u16 is_switch:1; member 2982 return device->is_switch; in rdma_cap_ib_switch()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | core.c | 3008 } else if (rdev->is_switch && rdev->supply) { in _regulator_list_voltage() 3067 if (!rdev->is_switch || !rdev->supply) in regulator_count_voltages() 5720 rdev->is_switch = true; in regulator_register()
|