/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_hwconfig.c | 21 * static const u32 hwconfig[] = { 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 in guc_hwconfig_init() local 159 struct intel_hwconfig *hwconfig = >->info.hwconfig; intel_gt_fini_hwconfig() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/mantis/ |
H A D | mantis_core.c | 76 mantis->hwconfig = &vp1033_mantis_config; in mantis_load_config() 79 mantis->hwconfig = &vp1034_mantis_config; in mantis_load_config() 83 mantis->hwconfig = &vp1041_mantis_config; in mantis_load_config() 86 mantis->hwconfig = &vp2033_mantis_config; in mantis_load_config() 91 mantis->hwconfig = &vp2040_mantis_config; in mantis_load_config() 94 mantis->hwconfig = &vp3030_mantis_config; in mantis_load_config() 97 mantis->hwconfig = &unknown_device; in mantis_load_config() 108 mantis->hwconfig->model_name, mantis->hwconfig->dev_type, in mantis_core_init()
|
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 | mantis_cards.c | 169 config = drvdata->hwconfig; in mantis_pci_probe() 171 mantis->hwconfig = config; in mantis_pci_probe()
|
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 | hopper_vp3028.c | 35 struct mantis_hwconfig *config = mantis->hwconfig; in vp3028_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_vp3030.c | 47 struct mantis_hwconfig *config = mantis->hwconfig; in vp3030_frontend_init()
|
H A D | mantis_pci.c | 40 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_pci_init()
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A 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 in safexcel_hw_setup_rdesc_rings() [all...] |
/kernel/linux/linux-6.6/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 in safexcel_hw_setup_rdesc_rings() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | timestamping.c | 309 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local 365 hwtstamp.ifr_data = (void *)&hwconfig; in main() 366 memset(&hwconfig, 0, sizeof(hwconfig)); in main() 367 hwconfig.tx_type = in main() 370 hwconfig.rx_filter = in main() 373 hwconfig_requested = hwconfig; in main() 383 hwconfig_requested.tx_type, hwconfig.tx_type, in main() 384 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_query.c | 536 struct intel_hwconfig *hwconfig = >->info.hwconfig; in query_hwconfig_blob() local 538 if (!hwconfig->size || !hwconfig->ptr) in query_hwconfig_blob() 542 return hwconfig->size; in query_hwconfig_blob() 544 if (query_item->length < hwconfig->size) in query_hwconfig_blob() 548 hwconfig->ptr, hwconfig->size)) in query_hwconfig_blob() 551 return hwconfig->size; in query_hwconfig_blob()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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 | mantis_cards.c | 169 config = drvdata->hwconfig; in mantis_pci_probe() 171 mantis->hwconfig = config; in mantis_pci_probe()
|
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 | hopper_vp3028.c | 35 struct mantis_hwconfig *config = mantis->hwconfig; in vp3028_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_vp3030.c | 47 struct mantis_hwconfig *config = mantis->hwconfig; in vp3030_frontend_init()
|
H A D | mantis_pci.c | 40 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_pci_init()
|