Searched refs:ml (Results 1 – 8 of 8) sorted by relevance
/drivers/input/ |
D | ff-memless.c | 112 static void ml_schedule_timer(struct ml_device *ml) in ml_schedule_timer() argument 125 state = &ml->states[i]; in ml_schedule_timer() 142 del_timer(&ml->timer); in ml_schedule_timer() 145 mod_timer(&ml->timer, earliest); in ml_schedule_timer() 326 static int ml_get_combo_effect(struct ml_device *ml, in ml_get_combo_effect() argument 341 state = &ml->states[i]; in ml_get_combo_effect() 355 effect_type = get_compatible_type(ml->dev->ff, effect->type); in ml_get_combo_effect() 383 ml_combine_effects(combo_effect, state, ml->gain); in ml_get_combo_effect() 390 static void ml_play_effects(struct ml_device *ml) in ml_play_effects() argument 397 while (ml_get_combo_effect(ml, handled_bm, &effect)) in ml_play_effects() [all …]
|
/drivers/s390/crypto/ |
D | ap_card.c | 223 int comp_type, unsigned int functions, int ml) in ap_card_create() argument 237 ac->maxmsgsize = ml > 0 ? in ap_card_create() 238 ml * AP_TAPQ_ML_FIELD_CHUNK_SIZE : AP_DEFAULT_MAX_MSG_SIZE; in ap_card_create()
|
D | ap_bus.c | 323 unsigned int ml : 4; /* apxl ml */ in ap_queue_info() member 354 *q_ml = tapq_info.tapq_gr2.ml; in ap_queue_info() 1526 int rc, dom, depth, type, ml; in ap_scan_domains() local 1550 if (!ap_queue_info(qid, &type, &func, &depth, &ml, &decfg)) { in ap_scan_domains() 1649 int rc, dom, depth, type, comp_type, ml; in ap_scan_adapter() local 1679 &depth, &ml, &decfg)) in ap_scan_adapter() 1748 ac = ap_card_create(ap, depth, type, comp_type, func, ml); in ap_scan_adapter()
|
D | ap_bus.h | 290 int comp_type, unsigned int functions, int ml);
|
/drivers/crypto/ |
D | sa2ul.c | 1044 size_t ml, pl; in sa_aes_dma_in_callback() local 1052 &ml); in sa_aes_dma_in_callback() 1089 size_t pl, ml, split_size; in sa_run() local 1273 mdptr = (u32 *)dmaengine_desc_get_metadata_ptr(tx_out, &pl, &ml); in sa_run() 1279 ml = sa_ctx->cmdl_size + (SA_PSDATA_CTX_WORDS * sizeof(u32)); in sa_run() 1359 size_t ml, pl; in sa_sha_dma_in_callback() local 1368 mdptr = (__be32 *)dmaengine_desc_get_metadata_ptr(rxd->tx_in, &pl, &ml); in sa_sha_dma_in_callback() 1698 size_t pl, ml; in sa_aead_dma_in_callback() local 1709 mdptr = (u32 *)dmaengine_desc_get_metadata_ptr(rxd->tx_in, &pl, &ml); in sa_aead_dma_in_callback()
|
/drivers/iio/ |
D | industrialio-buffer.c | 1621 int ml = indio_dev->masklength; in iio_buffers_alloc_sysfs_and_mask() local 1624 ml = max(ml, channels[i].scan_index + 1); in iio_buffers_alloc_sysfs_and_mask() 1625 indio_dev->masklength = ml; in iio_buffers_alloc_sysfs_and_mask()
|
/drivers/gpio/ |
D | Makefile | 97 obj-$(CONFIG_GPIO_ML_IOH) += gpio-ml-ioh.o
|
D | TODO | 103 new coming drivers. For example, gpio-ml-ioh should be incorporated into
|