Home
last modified time | relevance | path

Searched refs:hwconfig (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/media/pci/mantis/
Dmantis_core.c76 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()
Dmantis_dvb.c33 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()
Dmantis_uart.c54 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_uart_read()
145 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_uart_init()
Dmantis_common.h95 struct mantis_hwconfig *hwconfig; member
147 struct mantis_hwconfig *hwconfig; member
Dhopper_cards.c164 config = drvdata->hwconfig; in hopper_pci_probe()
166 mantis->hwconfig = config; in hopper_pci_probe()
Dhopper_vp3028.c35 struct mantis_hwconfig *config = mantis->hwconfig; in vp3028_frontend_init()
Dmantis_vp3030.c47 struct mantis_hwconfig *config = mantis->hwconfig; in vp3030_frontend_init()
Dmantis_cards.c171 config = drvdata->hwconfig; in mantis_pci_probe()
173 mantis->hwconfig = config; in mantis_pci_probe()
Dmantis_input.c42 "Mantis %s IR receiver", mantis->hwconfig->model_name); in mantis_input_init()
Dmantis_pci.c40 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_pci_init()
Dmantis_dma.c206 struct mantis_hwconfig *config = mantis->hwconfig; in mantis_dma_xfer()
Dmantis_i2c.c125 config = mantis->hwconfig; in mantis_i2c_xfer()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel.c461 (BIT(priv->hwconfig.hwdataw) - 1)) >> in safexcel_hw_setup_cdesc_rings()
462 priv->hwconfig.hwdataw; in safexcel_hw_setup_cdesc_rings()
466 cd_fetch_cnt = (1 << priv->hwconfig.hwcfsize) / cd_size_rnd; in safexcel_hw_setup_cdesc_rings()
471 cd_fetch_cnt = ((1 << priv->hwconfig.hwcfsize) / in safexcel_hw_setup_cdesc_rings()
486 (cd_size_rnd << priv->hwconfig.hwdataw)) << 16) | in safexcel_hw_setup_cdesc_rings()
510 (BIT(priv->hwconfig.hwdataw) - 1)) >> in safexcel_hw_setup_rdesc_rings()
511 priv->hwconfig.hwdataw; in safexcel_hw_setup_rdesc_rings()
514 rd_fetch_cnt = (1 << priv->hwconfig.hwrfsize) / rd_size_rnd; in safexcel_hw_setup_rdesc_rings()
519 rd_fetch_cnt = ((1 << priv->hwconfig.hwrfsize) / in safexcel_hw_setup_rdesc_rings()
535 (rd_size_rnd << priv->hwconfig.hwdataw)) << 16) | in safexcel_hw_setup_rdesc_rings()
[all …]
Dsafexcel.h721 struct safexcel_hwconfig hwconfig; member
/Linux-v5.4/tools/testing/selftests/networking/timestamping/
Dtimestamping.c309 struct hwtstamp_config hwconfig, hwconfig_requested; in main() local
359 hwtstamp.ifr_data = (void *)&hwconfig; in main()
360 memset(&hwconfig, 0, sizeof(hwconfig)); in main()
361 hwconfig.tx_type = in main()
364 hwconfig.rx_filter = in main()
367 hwconfig_requested = hwconfig; in main()
377 hwconfig_requested.tx_type, hwconfig.tx_type, in main()
378 hwconfig_requested.rx_filter, hwconfig.rx_filter); in main()