Home
last modified time | relevance | path

Searched refs:supported_mode (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/media/i2c/
Dimx335.c239 static const struct imx335_mode supported_mode = { variable
503 code->code = supported_mode.code; in imx335_enum_mbus_code()
523 if (fsize->code != supported_mode.code) in imx335_enum_frame_size()
526 fsize->min_width = supported_mode.width; in imx335_enum_frame_size()
528 fsize->min_height = supported_mode.height; in imx335_enum_frame_size()
603 mode = &supported_mode; in imx335_set_pad_format()
636 imx335_fill_pad_format(imx335, &supported_mode, &fmt); in imx335_init_pad_cfg()
1034 imx335->cur_mode = &supported_mode; in imx335_probe()
Dimx412.c395 static const struct imx412_mode supported_mode = { variable
655 code->code = supported_mode.code; in imx412_enum_mbus_code()
675 if (fsize->code != supported_mode.code) in imx412_enum_frame_size()
678 fsize->min_width = supported_mode.width; in imx412_enum_frame_size()
680 fsize->min_height = supported_mode.height; in imx412_enum_frame_size()
755 mode = &supported_mode; in imx412_set_pad_format()
788 imx412_fill_pad_format(imx412, &supported_mode, &fmt); in imx412_init_pad_cfg()
1212 imx412->cur_mode = &supported_mode; in imx412_probe()
/Linux-v6.6/drivers/scsi/
Dscsi_sysfs.c259 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);
Dhosts.c456 if (sht->supported_mode == MODE_UNKNOWN) in scsi_host_alloc()
460 shost->active_mode = sht->supported_mode; in scsi_host_alloc()
/Linux-v6.6/include/scsi/
Dscsi_host.h443 unsigned supported_mode:2; member
/Linux-v6.6/drivers/scsi/elx/efct/
Defct_xport.c16 .supported_mode = MODE_TARGET,
/Linux-v6.6/drivers/s390/scsi/
Dzfcp_scsi.c450 .supported_mode = MODE_INITIATOR,
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_target.c6397 qla2xxx_driver_template.supported_mode |= MODE_TARGET; in qlt_add_target()
6526 if (!(host->hostt->supported_mode & MODE_TARGET)) in qlt_lport_register()
Dqla_os.c8101 .supported_mode = MODE_INITIATOR,