Searched refs:supported_mode (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | imx335.c | 248 static const struct imx335_mode supported_mode = { variable 512 code->code = supported_mode.code; in imx335_enum_mbus_code() 532 if (fsize->code != supported_mode.code) in imx335_enum_frame_size() 535 fsize->min_width = supported_mode.width; in imx335_enum_frame_size() 537 fsize->min_height = supported_mode.height; in imx335_enum_frame_size() 612 mode = &supported_mode; in imx335_set_pad_format() 645 imx335_fill_pad_format(imx335, &supported_mode, &fmt); in imx335_init_pad_cfg() 1065 imx335->cur_mode = &supported_mode; in imx335_probe()
|
H A D | imx412.c | 395 static const struct imx412_mode supported_mode = { variable 654 code->code = supported_mode.code; in imx412_enum_mbus_code() 674 if (fsize->code != supported_mode.code) in imx412_enum_frame_size() 677 fsize->min_width = supported_mode.width; in imx412_enum_frame_size() 679 fsize->min_height = supported_mode.height; in imx412_enum_frame_size() 754 mode = &supported_mode; in imx412_set_pad_format() 787 imx412_fill_pad_format(imx412, &supported_mode, &fmt); in imx412_init_pad_cfg() 1211 imx412->cur_mode = &supported_mode; in imx412_probe()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_sysfs.c | 259 unsigned int supported_mode = shost->hostt->supported_mode; in show_shost_supported_mode() local 261 if (supported_mode == MODE_UNKNOWN) in show_shost_supported_mode() 263 supported_mode = MODE_INITIATOR; in show_shost_supported_mode() 265 return show_shost_mode(supported_mode, buf); in show_shost_supported_mode() 268 static DEVICE_ATTR(supported_mode, S_IRUGO | S_IWUSR, show_shost_supported_mode, NULL);
|
H A D | hosts.c | 457 if (sht->supported_mode == MODE_UNKNOWN) in scsi_host_alloc() 461 shost->active_mode = sht->supported_mode; in scsi_host_alloc()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_host.h | 443 unsigned supported_mode:2; member
|
/openbmc/linux/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 450 .supported_mode = MODE_INITIATOR,
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_xport.c | 16 .supported_mode = MODE_TARGET,
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.c | 6407 qla2xxx_driver_template.supported_mode |= MODE_TARGET; in qlt_add_target() 6536 if (!(host->hostt->supported_mode & MODE_TARGET)) in qlt_lport_register()
|
H A D | qla_os.c | 8102 .supported_mode = MODE_INITIATOR,
|