Searched refs:hwconfig (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_hwconfig.c | 52 static int guc_hwconfig_discover_size(struct intel_guc *guc, struct intel_hwconfig *hwconfig) in guc_hwconfig_discover_size() argument 67 hwconfig->size = ret; in guc_hwconfig_discover_size() 71 static int guc_hwconfig_fill_buffer(struct intel_guc *guc, struct intel_hwconfig *hwconfig) in guc_hwconfig_fill_buffer() argument 78 GEM_BUG_ON(!hwconfig->size); in guc_hwconfig_fill_buffer() 80 ret = intel_guc_allocate_and_map_vma(guc, hwconfig->size, &vma, &vaddr); in guc_hwconfig_fill_buffer() 86 ret = __guc_action_get_hwconfig(guc, ggtt_offset, hwconfig->size); in guc_hwconfig_fill_buffer() 88 memcpy(hwconfig->ptr, vaddr, hwconfig->size); in guc_hwconfig_fill_buffer() 113 struct intel_hwconfig *hwconfig = >->info.hwconfig; in guc_hwconfig_init() local 120 ret = guc_hwconfig_discover_size(guc, hwconfig); in guc_hwconfig_init() 124 hwconfig->ptr = kmalloc(hwconfig->size, GFP_KERNEL); in guc_hwconfig_init() [all …]
|
/linux-6.1.9/drivers/crypto/inside-secure/ |
D | safexcel.c | 480 (BIT(priv->hwconfig.hwdataw) - 1)) >> in safexcel_hw_setup_cdesc_rings() 481 priv->hwconfig.hwdataw; in safexcel_hw_setup_cdesc_rings() 485 cd_fetch_cnt = (1 << priv->hwconfig.hwcfsize) / cd_size_rnd; in safexcel_hw_setup_cdesc_rings() 490 cd_fetch_cnt = ((1 << priv->hwconfig.hwcfsize) / in safexcel_hw_setup_cdesc_rings() 513 (cd_size_rnd << priv->hwconfig.hwdataw)) << 16) | in safexcel_hw_setup_cdesc_rings() 537 (BIT(priv->hwconfig.hwdataw) - 1)) >> in safexcel_hw_setup_rdesc_rings() 538 priv->hwconfig.hwdataw; in safexcel_hw_setup_rdesc_rings() 541 rd_fetch_cnt = (1 << priv->hwconfig.hwrfsize) / rd_size_rnd; in safexcel_hw_setup_rdesc_rings() 546 rd_fetch_cnt = ((1 << priv->hwconfig.hwrfsize) / in safexcel_hw_setup_rdesc_rings() 562 (rd_size_rnd << priv->hwconfig.hwdataw)) << 16) | in safexcel_hw_setup_rdesc_rings() [all …]
|
D | safexcel.h | 820 struct safexcel_hwconfig hwconfig; member
|
/linux-6.1.9/tools/testing/selftests/net/ |
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-6.1.9/drivers/gpu/drm/i915/ |
D | i915_query.c | 534 struct intel_hwconfig *hwconfig = >->info.hwconfig; in query_hwconfig_blob() local 536 if (!hwconfig->size || !hwconfig->ptr) in query_hwconfig_blob() 540 return hwconfig->size; in query_hwconfig_blob() 542 if (query_item->length < hwconfig->size) in query_hwconfig_blob() 546 hwconfig->ptr, hwconfig->size)) in query_hwconfig_blob() 549 return hwconfig->size; in query_hwconfig_blob()
|
/linux-6.1.9/drivers/media/pci/mantis/ |
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()
|
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()
|
D | mantis_common.h | 95 struct mantis_hwconfig *hwconfig; member 147 struct mantis_hwconfig *hwconfig; member
|
D | hopper_cards.c | 162 config = drvdata->hwconfig; in hopper_pci_probe() 164 mantis->hwconfig = config; in hopper_pci_probe()
|
D | hopper_vp3028.c | 35 struct mantis_hwconfig *config = mantis->hwconfig; in vp3028_frontend_init()
|
D | mantis_cards.c | 169 config = drvdata->hwconfig; in mantis_pci_probe() 171 mantis->hwconfig = config; in mantis_pci_probe()
|
D | mantis_vp3030.c | 47 struct mantis_hwconfig *config = mantis->hwconfig; in vp3030_frontend_init()
|
D | mantis_input.c | 42 "Mantis %s IR receiver", mantis->hwconfig->model_name); in mantis_input_init()
|
D | mantis_pci.c | 40 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_pci_init()
|
D | mantis_dma.c | 206 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_dma_xfer()
|
D | mantis_i2c.c | 125 config = mantis->hwconfig; in mantis_i2c_xfer()
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | intel_gt_types.h | 256 struct intel_hwconfig hwconfig; member
|