curr_step          82 drivers/power/supply/abx500_chargalg.c 	int curr_step;
curr_step        1500 drivers/power/supply/abx500_chargalg.c 		if (di->curr_status.curr_step == CHARGALG_CURR_STEP_LOW)
curr_step        1505 drivers/power/supply/abx500_chargalg.c 				* di->curr_status.curr_step
curr_step        1747 drivers/power/supply/abx500_chargalg.c 	return sprintf(buf, "%d\n", di->curr_status.curr_step);
curr_step        1760 drivers/power/supply/abx500_chargalg.c 	di->curr_status.curr_step = param;
curr_step        1761 drivers/power/supply/abx500_chargalg.c 	if (di->curr_status.curr_step >= CHARGALG_CURR_STEP_LOW &&
curr_step        1762 drivers/power/supply/abx500_chargalg.c 		di->curr_status.curr_step <= CHARGALG_CURR_STEP_HIGH) {
curr_step        2068 drivers/power/supply/abx500_chargalg.c 	di->curr_status.curr_step = CHARGALG_CURR_STEP_HIGH;
curr_step         187 drivers/spi/spi-bcm63xx-hsspi.c 		int curr_step = min_t(int, step_size, pending);
curr_step         191 drivers/spi/spi-bcm63xx-hsspi.c 			memcpy_toio(bs->fifo + HSSPI_OPCODE_LEN, tx, curr_step);
curr_step         192 drivers/spi/spi-bcm63xx-hsspi.c 			tx += curr_step;
curr_step         195 drivers/spi/spi-bcm63xx-hsspi.c 		__raw_writew(opcode | curr_step, bs->fifo);
curr_step         213 drivers/spi/spi-bcm63xx-hsspi.c 			memcpy_fromio(rx, bs->fifo, curr_step);
curr_step         214 drivers/spi/spi-bcm63xx-hsspi.c 			rx += curr_step;
curr_step         217 drivers/spi/spi-bcm63xx-hsspi.c 		pending -= curr_step;