Searched refs:ml (Results 1 – 9 of 9) sorted by relevance
| /drivers/input/ |
| A D | ff-memless.c | 395 ml->play_effect(ml->dev, ml->private, &effect); in ml_play_effects() 402 struct ml_device *ml = timer_container_of(ml, t, timer); in ml_effect_timer() local 408 ml_play_effects(ml); in ml_effect_timer() 419 ml->gain = gain; in ml_ff_set_gain() 424 ml_play_effects(ml); in ml_ff_set_gain() 494 kfree(ml->private); in ml_ff_destroy() 510 struct ml_device *ml __free(kfree) = kzalloc(sizeof(*ml), GFP_KERNEL); in input_ff_create_memless() 511 if (!ml) in input_ff_create_memless() 514 ml->dev = dev; in input_ff_create_memless() 515 ml->private = data; in input_ff_create_memless() [all …]
|
| /drivers/s390/crypto/ |
| A D | ap_card.c | 245 ac->maxmsgsize = hwinfo.ml > 0 ? in ap_card_create() 246 hwinfo.ml * AP_TAPQ_ML_FIELD_CHUNK_SIZE : AP_DEFAULT_MAX_MSG_SIZE; in ap_card_create()
|
| /drivers/crypto/ |
| A D | sa2ul.c | 1045 size_t ml, pl; in sa_aes_dma_in_callback() local 1053 &ml); in sa_aes_dma_in_callback() 1090 size_t pl, ml, split_size; in sa_run() local 1274 mdptr = (u32 *)dmaengine_desc_get_metadata_ptr(tx_out, &pl, &ml); in sa_run() 1280 ml = sa_ctx->cmdl_size + (SA_PSDATA_CTX_WORDS * sizeof(u32)); in sa_run() 1360 size_t ml, pl; in sa_sha_dma_in_callback() local 1369 mdptr = (__be32 *)dmaengine_desc_get_metadata_ptr(rxd->tx_in, &pl, &ml); in sa_sha_dma_in_callback() 1668 size_t pl, ml; in sa_aead_dma_in_callback() local 1679 mdptr = (u32 *)dmaengine_desc_get_metadata_ptr(rxd->tx_in, &pl, &ml); in sa_aead_dma_in_callback()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | wmi.c | 1171 if (!restart && arg->ml.enabled) { in ath12k_wmi_vdev_start() 1247 le32_encode_bits(arg->ml.link_add, in ath12k_wmi_vdev_start() 1257 arg->ml.num_partner_links * in ath12k_wmi_vdev_start() 1272 arg->ml.partner_info[i].addr); in ath12k_wmi_vdev_start() 2266 if (arg->ml.enabled) in ath12k_wmi_send_peer_assoc_cmd() 2406 if (arg->ml.assoc_link) in ath12k_wmi_send_peer_assoc_cmd() 2409 if (arg->ml.primary_umac) in ath12k_wmi_send_peer_assoc_cmd() 2412 if (arg->ml.logical_link_idx_valid) in ath12k_wmi_send_peer_assoc_cmd() 2416 if (arg->ml.peer_id_valid) in ath12k_wmi_send_peer_assoc_cmd() 2424 eml_cap = arg->ml.eml_cap; in ath12k_wmi_send_peer_assoc_cmd() [all …]
|
| A D | mac.c | 3289 struct peer_assoc_mlo_params *ml = &arg->ml; in ath12k_peer_assoc_h_mlo() local 3300 ml->enabled = true; in ath12k_peer_assoc_h_mlo() 3301 ml->assoc_link = arsta->is_assoc_link; in ath12k_peer_assoc_h_mlo() 3305 ml->peer_id_valid = true; in ath12k_peer_assoc_h_mlo() 3306 ml->logical_link_idx_valid = true; in ath12k_peer_assoc_h_mlo() 3309 ml->logical_link_idx = arsta->link_idx; in ath12k_peer_assoc_h_mlo() 3310 ml->ml_peer_id = ahsta->ml_peer_id; in ath12k_peer_assoc_h_mlo() 3311 ml->ieee_link_id = arsta->link_id; in ath12k_peer_assoc_h_mlo() 3312 ml->num_partner_links = 0; in ath12k_peer_assoc_h_mlo() 3313 ml->eml_cap = sta->eml_cap; in ath12k_peer_assoc_h_mlo() [all …]
|
| A D | wmi.h | 3126 struct wmi_ml_arg ml; member 3928 struct peer_assoc_mlo_params ml; member
|
| /drivers/iio/ |
| A D | industrialio-buffer.c | 2268 int ml = 0; in iio_buffers_alloc_sysfs_and_mask() local 2271 ml = max(ml, channels[i].scan_index + 1); in iio_buffers_alloc_sysfs_and_mask() 2272 ACCESS_PRIVATE(indio_dev, masklength) = ml; in iio_buffers_alloc_sysfs_and_mask()
|
| /drivers/gpio/ |
| A D | Makefile | 116 obj-$(CONFIG_GPIO_ML_IOH) += gpio-ml-ioh.o
|
| A D | TODO | 110 new coming drivers. For example, gpio-ml-ioh should be incorporated into
|
Completed in 87 milliseconds