Lines Matching refs:value
734 * Also, unless we change the return value convention to use
1255 * Restore the original value of tx_buf or rx_buf if they are
1387 u32 delay = _delay->value;
1447 u32 delay = xfer->cs_change_delay.value;
1924 * (by setting the ->rt value before calling spi_register_controller()) or
2217 u32 value;
2219 if (!of_property_read_u32(nc, prop, &value)) {
2220 if (value > U16_MAX) {
2221 delay->value = DIV_ROUND_UP(value, 1000);
2224 delay->value = value;
2233 u32 value;
2249 if (!of_property_read_u32(nc, "spi-tx-bus-width", &value)) {
2250 switch (value) {
2268 value);
2273 if (!of_property_read_u32(nc, "spi-rx-bus-width", &value)) {
2274 switch (value) {
2292 value);
2307 rc = of_property_read_u32(nc, "reg", &value);
2313 spi_set_chipselect(spi, 0, value);
2316 if (!of_property_read_u32(nc, "spi-max-frequency", &value))
2317 spi->max_speed_hz = value;
3502 xfer->delay.value = 0;
3829 * We do not want to return positive value from pm_runtime_get,
3831 * checking for a non-zero return value instead of a negative
3832 * return value.
3991 * 1. check the value matches one of single, dual and quad
4072 * Before that invocation, the value of message->status is undefined.
4126 * Before that invocation, the value of message->status is undefined.
4393 * device, sending txbuf and then reading rxbuf. The return value
4575 static int acpi_spi_notify(struct notifier_block *nb, unsigned long value,
4582 switch (value) {