Searched refs:supported_speeds (Results 1 – 3 of 3) sorted by relevance
237 static const int supported_speeds[] = { in dw_i2c_plat_probe() local277 for (i = 1; i < ARRAY_SIZE(supported_speeds); i++) { in dw_i2c_plat_probe()278 if (acpi_speed < supported_speeds[i]) in dw_i2c_plat_probe()281 acpi_speed = supported_speeds[i - 1]; in dw_i2c_plat_probe()
509 u32 supported_speeds; member568 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
405 fc_host->supported_speeds = FC_PORTSPEED_UNKNOWN; in fc_host_setup()1523 static FC_DEVICE_ATTR(host, supported_speeds, S_IRUGO,2229 SETUP_HOST_ATTRIBUTE_RD(supported_speeds); in fc_attach_transport()