Lines Matching refs:value
78 /* We need to keep extra room for a newline when displaying value */
649 * Also, unless we change the return value convention to use
1047 * Restore the original value of tx_buf or rx_buf if they are
1170 u32 delay = _delay->value;
1225 u32 delay = xfer->cs_change_delay.value;
1645 * (by setting the ->rt value before calling spi_register_controller()) or
1937 u32 value;
1953 if (!of_property_read_u32(nc, "spi-tx-bus-width", &value)) {
1954 switch (value) {
1969 value);
1974 if (!of_property_read_u32(nc, "spi-rx-bus-width", &value)) {
1975 switch (value) {
1990 value);
2005 rc = of_property_read_u32(nc, "reg", &value);
2011 spi->chip_select = value;
2014 if (!of_property_read_u32(nc, "spi-max-frequency", &value))
2015 spi->max_speed_hz = value;
3179 xfer->delay.value = 0;
3409 * We do not want to return positive value from pm_runtime_get,
3411 * checking for a non-zero return value instead of a negative
3412 * return value.
3617 * 1. check the value matches one of single, dual and quad
3694 * Before that invocation, the value of message->status is undefined.
3748 * Before that invocation, the value of message->status is undefined.
3980 * device, sending txbuf and then reading rxbuf. The return value
4159 static int acpi_spi_notify(struct notifier_block *nb, unsigned long value,
4166 switch (value) {