Searched refs:can_sleep (Results 51 - 75 of 188) sorted by relevance

12345678

/linux-master/drivers/gpio/
H A Dgpio-arizona.c143 .can_sleep = true,
H A Dgpio-siox.c235 gc->can_sleep = 1;
H A Dgpio-sama5d2-piobu.c202 piobu->chip.can_sleep = 0,
H A Dgpio-raspberrypi-exp.c232 rpi_gpio->gc.can_sleep = true;
H A Dgpio-lp3943.c185 .can_sleep = 1,
H A Dgpio-xra1403.c177 xra->chip.can_sleep = true;
H A Dgpio-palmas.c165 palmas_gpio->gpio_chip.can_sleep = true;
H A Dgpio-vx855.c223 c->can_sleep = false;
H A Dgpio-max730x.c188 ts->chip.can_sleep = true;
H A Dgpio-wm831x.c260 .can_sleep = true,
H A Dgpio-wm8994.c261 .can_sleep = true,
H A Dgpio-74x164.c142 chip->gpio_chip.can_sleep = true;
H A Dgpio-cros-ec.c190 gc->can_sleep = true;
H A Dgpio-regmap.c263 chip->can_sleep = regmap_might_sleep(config->regmap);
/linux-master/drivers/video/fbdev/via/
H A Dvia-gpio.c154 .can_sleep = 0
/linux-master/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c123 gc->can_sleep = 1;
/linux-master/drivers/i2c/muxes/
H A Di2c-mux-ltc4306.c162 data->gpiochip.can_sleep = true;
/linux-master/drivers/hv/
H A Dhyperv_vmbus.h367 int vmbus_post_msg(void *buffer, size_t buflen, bool can_sleep);
/linux-master/drivers/base/regmap/
H A Dinternal.h180 bool can_sleep; member in struct:regmap
H A Dregmap.c693 map->can_sleep = config->can_sleep;
699 map->can_sleep = config->can_sleep;
743 map->can_sleep = true;
2488 if (map->can_sleep)
2529 if (map->can_sleep)
3452 return map->can_sleep;
/linux-master/drivers/pinctrl/
H A Dpinctrl-da9062.c244 .can_sleep = true,
/linux-master/drivers/scsi/
H A DNCR5380.c1240 * can_sleep - 1 or 0 when sleeping is permitted or not, respectively.
1259 unsigned char **data, unsigned int can_sleep)
1281 HZ * can_sleep) < 0)
1327 STATUS_REG, SR_REQ, 0, 5 * HZ * can_sleep) < 0)
1402 * @can_sleep: 1 or 0 when sleeping is permitted or not, respectively
1407 static int do_abort(struct Scsi_Host *instance, unsigned int can_sleep) argument
1428 10 * HZ * can_sleep);
1440 3 * HZ * can_sleep);
1450 NCR5380_transfer_pio(instance, &phase, &len, &msgptr, can_sleep);
1257 NCR5380_transfer_pio(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data, unsigned int can_sleep) argument
/linux-master/sound/soc/
H A Dsoc-ac97.c122 .can_sleep = 1,
/linux-master/drivers/platform/x86/
H A Dbarco-p50-gpio.c311 p50->gc.can_sleep = true;
/linux-master/drivers/power/supply/
H A Dsbs-manager.c289 gc->can_sleep = true;

Completed in 295 milliseconds

12345678