Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
A Dov9282.c254 static const struct ov9282_mode supported_mode = { variable
513 code->code = supported_mode.code; in ov9282_enum_mbus_code()
533 if (fsize->code != supported_mode.code) in ov9282_enum_frame_size()
536 fsize->min_width = supported_mode.width; in ov9282_enum_frame_size()
538 fsize->min_height = supported_mode.height; in ov9282_enum_frame_size()
613 mode = &supported_mode; in ov9282_set_pad_format()
646 ov9282_fill_pad_format(ov9282, &supported_mode, &fmt); in ov9282_init_pad_cfg()
1042 ov9282->cur_mode = &supported_mode; in ov9282_probe()
A Dimx334.c247 static const struct imx334_mode supported_mode = { variable
512 code->code = supported_mode.code; in imx334_enum_mbus_code()
532 if (fsize->code != supported_mode.code) in imx334_enum_frame_size()
535 fsize->min_width = supported_mode.width; in imx334_enum_frame_size()
537 fsize->min_height = supported_mode.height; in imx334_enum_frame_size()
612 mode = &supported_mode; in imx334_set_pad_format()
645 imx334_fill_pad_format(imx334, &supported_mode, &fmt); in imx334_init_pad_cfg()
1040 imx334->cur_mode = &supported_mode; in imx334_probe()
A 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()
A Dimx412.c386 static const struct imx412_mode supported_mode = { variable
646 code->code = supported_mode.code; in imx412_enum_mbus_code()
666 if (fsize->code != supported_mode.code) in imx412_enum_frame_size()
669 fsize->min_width = supported_mode.width; in imx412_enum_frame_size()
671 fsize->min_height = supported_mode.height; in imx412_enum_frame_size()
746 mode = &supported_mode; in imx412_set_pad_format()
779 imx412_fill_pad_format(imx412, &supported_mode, &fmt); in imx412_init_pad_cfg()
1177 imx412->cur_mode = &supported_mode; in imx412_probe()
/linux/drivers/scsi/
A 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);
A Dhosts.c440 if (sht->supported_mode == MODE_UNKNOWN) in scsi_host_alloc()
444 shost->active_mode = sht->supported_mode; in scsi_host_alloc()
/linux/include/scsi/
A Dscsi_host.h444 unsigned supported_mode:2; member
/linux/drivers/s390/scsi/
A Dzfcp_scsi.c450 .supported_mode = MODE_INITIATOR,
/linux/drivers/scsi/elx/efct/
A Defct_xport.c16 .supported_mode = MODE_TARGET,
/linux/drivers/scsi/qla2xxx/
A Dqla_target.c6503 if (!(base_vha->host->hostt->supported_mode & MODE_TARGET)) in qlt_add_target()
6504 base_vha->host->hostt->supported_mode |= MODE_TARGET; in qlt_add_target()
6634 if (!(host->hostt->supported_mode & MODE_TARGET)) in qlt_lport_register()
A Dqla_os.c7925 .supported_mode = MODE_INITIATOR,

Completed in 48 milliseconds