Lines Matching full:sff
163 /* t_start_up (SFF-8431) or t_init (SFF-8472) is the time required for a
197 * The SFF-8472 specifies t_serial ("Time from power on until module is
295 * phys id SFF instead of SFP. Therefore mark this module explicitly in sfp_module_supported()
314 { .compatible = "sff,sff", .data = &sff_data, },
315 { .compatible = "sff,sfp", .data = &sfp_data, },
415 * some manufacturers can't read SFF-8472 and use NUL. in sfp_strlen()
1951 * address 0x51 is just one byte at a time. Also SFF-8472 requires in sfp_sm_mod_probe()
1986 /* Cotsworks SFF module EEPROM do not always have valid phys_id, in sfp_sm_mod_probe()
1987 * phys_ext_id, and connector bytes. Rewrite SFF EEPROM bytes if in sfp_sm_mod_probe()
2305 /* Wait up to t_init (SFF-8472) or t_start_up (SFF-8431) in sfp_sm_main()
2648 const struct sff_data *sff; in sfp_probe() local
2664 sff = sfp->type = &sfp_data; in sfp_probe()
2675 sff = sfp->type = id->data; in sfp_probe()
2714 if (sff->gpios & BIT(i)) { in sfp_probe()