Searched refs:can_sleep (Results 1 - 25 of 188) sorted by last modified time

12345678

/linux-master/include/linux/
H A Dregmap.h390 * @can_sleep: Optional, specifies whether regmap operations can sleep.
462 bool can_sleep; member in struct:regmap_config
/linux-master/drivers/base/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/intel/
H A Dpinctrl-baytrail.c1511 gc->can_sleep = false;
/linux-master/drivers/gpio/
H A Dgpio-tangier.c436 gpio->chip.can_sleep = false;
H A Dgpio-wcove.c448 wg->chip.can_sleep = true;
H A Dgpio-crystalcove.c354 cg->chip.can_sleep = true;
H A Dgpio-lpc32xx.c410 .can_sleep = false,
426 .can_sleep = false,
441 .can_sleep = false,
457 .can_sleep = false,
471 .can_sleep = false,
485 .can_sleep = false,
H A Dgpiolib.c928 gdev->can_sleep = gc->can_sleep;
1897 if (gc->irq.parent_handler && gc->can_sleep) {
3007 int gpiod_get_array_value_complex(bool raw, bool can_sleep, argument
3023 if (!can_sleep)
3024 WARN_ON(array_info->chip->can_sleep);
3057 gfp_t flags = can_sleep ? GFP_KERNEL : GFP_ATOMIC;
3072 if (!can_sleep)
3073 WARN_ON(guard.gc->can_sleep);
3137 WARN_ON(desc->gdev->can_sleep);
3312 gpiod_set_array_value_complex(bool raw, bool can_sleep, unsigned int array_size, struct gpio_desc **desc_array, struct gpio_array *array_info, unsigned long *value_bitmap) argument
[all...]
/linux-master/drivers/hid/
H A Dhid-mcp2221.c1213 mcp->gc->can_sleep = 1;
/linux-master/drivers/net/dsa/
H A Dmt7530.c2065 gc->can_sleep = true;
/linux-master/drivers/hv/
H A Dconnection.c425 int vmbus_post_msg(void *buffer, size_t buflen, bool can_sleep) argument
476 if (can_sleep && usec > 1000)
/linux-master/sound/soc/sof/intel/
H A Dhda.h664 int direction, bool can_sleep);
H A Dhda-stream.c982 int direction, bool can_sleep)
1027 if (can_sleep)
981 hda_dsp_stream_get_position(struct hdac_stream *hstream, int direction, bool can_sleep) argument
/linux-master/include/linux/gpio/
H A Ddriver.h382 * @can_sleep: flag must be set iff get()/set() methods sleep, as they
471 bool can_sleep; member in struct:gpio_chip
/linux-master/drivers/mmc/core/
H A Dblock.c2165 bool can_sleep)
2181 if (can_sleep)
2164 mmc_blk_mq_post_req(struct mmc_queue *mq, struct request *req, bool can_sleep) argument
/linux-master/sound/soc/codecs/
H A Dtlv320adc3xxx.c1024 .can_sleep = 1,
/linux-master/drivers/usb/serial/
H A Dftdi_sio.c2133 priv->gc.can_sleep = true;
H A Dcp210x.c1969 priv->gc.can_sleep = true;
/linux-master/drivers/tty/serial/
H A Dmax310x.c1423 s->gpio.can_sleep = 1;
/linux-master/drivers/iio/adc/
H A Dad4130.c2018 st->gc.can_sleep = true;
/linux-master/mm/
H A Dz3fold.c787 size_t size, bool can_sleep)
815 if (can_sleep)
829 if (can_sleep)
873 if (can_sleep)
1008 bool can_sleep = gfpflags_allow_blocking(gfp); local
1020 zhdr = __z3fold_alloc(pool, size, can_sleep);
1051 if (can_sleep) {
786 __z3fold_alloc(struct z3fold_pool *pool, size_t size, bool can_sleep) argument
/linux-master/drivers/pwm/
H A Dpwm-pca9685.c328 pca->gpio.can_sleep = true;
/linux-master/drivers/platform/x86/
H A Dsilicom-platform.c480 .can_sleep = true,
/linux-master/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c610 mcp->chip.can_sleep = true;
H A Dpinctrl-aw9523.c810 gc->can_sleep = false;

Completed in 336 milliseconds

12345678