Searched refs:hwconfig (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel.c | 488 (BIT(priv->hwconfig.hwdataw) - 1)) >> in safexcel_hw_setup_cdesc_rings() 489 priv->hwconfig.hwdataw; in safexcel_hw_setup_cdesc_rings() 493 cd_fetch_cnt = (1 << priv->hwconfig.hwcfsize) / cd_size_rnd; in safexcel_hw_setup_cdesc_rings() 498 cd_fetch_cnt = ((1 << priv->hwconfig.hwcfsize) / in safexcel_hw_setup_cdesc_rings() 521 (cd_size_rnd << priv->hwconfig.hwdataw)) << 16) | in safexcel_hw_setup_cdesc_rings() 545 (BIT(priv->hwconfig.hwdataw) - 1)) >> in safexcel_hw_setup_rdesc_rings() 546 priv->hwconfig.hwdataw; in safexcel_hw_setup_rdesc_rings() 549 rd_fetch_cnt = (1 << priv->hwconfig.hwrfsize) / rd_size_rnd; in safexcel_hw_setup_rdesc_rings() 554 rd_fetch_cnt = ((1 << priv->hwconfig.hwrfsize) / in safexcel_hw_setup_rdesc_rings() 570 (rd_size_rnd << priv->hwconfig.hwdataw)) << 16) | in safexcel_hw_setup_rdesc_rings() [all …]
|
| H A D | safexcel.h | 826 struct safexcel_hwconfig hwconfig; member
|
| /linux/tools/testing/selftests/net/ |
| H A D | timestamping.c | 327 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local 394 hwtstamp.ifr_data = (void *)&hwconfig; in main() 395 memset(&hwconfig, 0, sizeof(hwconfig)); in main() 396 hwconfig.tx_type = in main() 399 hwconfig.rx_filter = in main() 403 hwconfig_requested = hwconfig; in main() 413 hwconfig_requested.tx_type, hwconfig.tx_type, in main() 414 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()
|
| /linux/drivers/media/pci/mantis/ |
| H A D | mantis_dvb.c | 33 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_frontend_power() 61 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_frontend_soft_reset() 137 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_dvb_init() 210 if (mantis->hwconfig) { in mantis_dvb_init()
|
| H A D | mantis_uart.c | 54 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_uart_read() 145 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_uart_init()
|
| H A D | mantis_common.h | 95 struct mantis_hwconfig *hwconfig; member 147 struct mantis_hwconfig *hwconfig; member
|
| H A D | hopper_cards.c | 162 config = drvdata->hwconfig; in hopper_pci_probe() 164 mantis->hwconfig = config; in hopper_pci_probe()
|
| H A D | mantis_cards.c | 169 config = drvdata->hwconfig; in mantis_pci_probe() 171 mantis->hwconfig = config; in mantis_pci_probe()
|
| H A D | hopper_vp3028.c | 35 struct mantis_hwconfig *config = mantis->hwconfig; in vp3028_frontend_init()
|
| H A D | mantis_vp3030.c | 47 struct mantis_hwconfig *config = mantis->hwconfig; in vp3030_frontend_init()
|
| H A D | mantis_input.c | 42 "Mantis %s IR receiver", mantis->hwconfig->model_name); in mantis_input_init()
|
| H A D | mantis_pci.c | 40 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_pci_init()
|
| H A D | mantis_dma.c | 206 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_dma_xfer()
|
| H A D | mantis_i2c.c | 125 config = mantis->hwconfig; in mantis_i2c_xfer()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_query.c | 440 void *hwconfig; in query_hwconfig() local 449 hwconfig = kzalloc(size, GFP_KERNEL); in query_hwconfig() 450 if (!hwconfig) in query_hwconfig() 453 xe_guc_hwconfig_copy(>->uc.guc, hwconfig); in query_hwconfig() 455 if (copy_to_user(query_ptr, hwconfig, size)) { in query_hwconfig() 456 kfree(hwconfig); in query_hwconfig() 459 kfree(hwconfig); in query_hwconfig()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_types.h | 280 struct intel_hwconfig hwconfig; member
|