| /drivers/net/ethernet/intel/ice/ |
| A D | ice_irq.c | 100 entry->dynamic = index > num_static; in ice_get_irq_res() 192 if (pci_msix_can_alloc_dyn(pf->pdev) && entry->dynamic) { in ice_alloc_irq() 232 if (entry->dynamic) in ice_free_irq()
|
| A D | ice_irq.h | 9 bool dynamic; /* allocation type flag */ member
|
| /drivers/isdn/mISDN/ |
| A D | Kconfig | 37 - dynamic IP exchange, if one or both peers have dynamic IPs
|
| /drivers/i2c/busses/ |
| A D | i2c-xiic.c | 98 bool dynamic; member 599 if (!i2c->dynamic) { in xiic_read_rx() 641 if (i2c->dynamic) { in xiic_read_rx() 693 if (i2c->dynamic) { in xiic_fill_tx_fifo() 967 if (i2c->dynamic) { in xiic_start_recv() 1092 if (i2c->dynamic) { in xiic_send_rem_atomic() 1138 if (i2c->dynamic) { in xiic_start_send() 1283 i2c->dynamic = true; in xiic_start_xfer() 1305 i2c->dynamic = false; in xiic_start_xfer()
|
| /drivers/net/ethernet/marvell/octeontx2/ |
| A D | Kconfig | 23 bool "Disable caching of dynamic entries in NDC" 27 This config option disables caching of dynamic entries such as NIX SQEs
|
| /drivers/opp/ |
| A D | opp.h | 113 bool dynamic; member 261 …dd_v1(struct opp_table *opp_table, struct device *dev, struct dev_pm_opp_data *data, bool dynamic);
|
| A D | core.c | 1730 bool dynamic) in _opp_get_next() argument 1741 if (!opp->removed && dynamic == opp->dynamic) in _opp_get_next() 1753 static void _opp_remove_all(struct opp_table *opp_table, bool dynamic) in _opp_remove_all() argument 1757 while ((opp = _opp_get_next(opp_table, dynamic))) { in _opp_remove_all() 1762 if (dynamic) in _opp_remove_all() 2032 struct dev_pm_opp_data *data, bool dynamic) in _opp_add_v1() argument 2054 new_opp->dynamic = dynamic; in _opp_add_v1()
|
| A D | debugfs.c | 154 debugfs_create_bool("dynamic", S_IRUGO, d, &opp->dynamic); in opp_debug_create_one()
|
| /drivers/net/wireless/ath/ |
| A D | Kconfig | 41 bool "Atheros dynamic user regulatory hints" 50 bool "Atheros dynamic user regulatory testing"
|
| /drivers/gpu/drm/ |
| A D | Kconfig.debug | 2 bool "use dynamic debug to implement drm.debug" 9 Use dynamic-debug to avoid drm_debug_enabled() runtime overheads.
|
| /drivers/staging/media/meson/vdec/ |
| A D | TODO | 7 dynamic resolution switching, including the first one used to determine coded
|
| /drivers/gpu/vga/ |
| A D | Kconfig | 11 to switch between them. This adds support for dynamic switching when
|
| /drivers/of/ |
| A D | Makefile | 4 obj-$(CONFIG_OF_DYNAMIC) += dynamic.o
|
| A D | Kconfig | 84 bool "Support for dynamic device trees" if OF_UNITTEST
|
| /drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_hw.h | 201 u16 vid, bool dynamic); 299 const unsigned char *mac, u16 vid, bool dynamic);
|
| A D | prestera_hw.c | 390 u8 dynamic; member 1784 u16 vid, bool dynamic) in prestera_hw_fdb_add() argument 1792 .dynamic = dynamic, in prestera_hw_fdb_add() 1819 const unsigned char *mac, u16 vid, bool dynamic) in prestera_hw_lag_fdb_add() argument 1827 .dynamic = dynamic, in prestera_hw_lag_fdb_add()
|
| A D | prestera_switchdev.c | 285 const unsigned char *mac, u16 vid, bool dynamic) in prestera_fdb_add() argument 289 mac, vid, dynamic); in prestera_fdb_add() 291 return prestera_hw_fdb_add(port, mac, vid, dynamic); in prestera_fdb_add()
|
| /drivers/cpufreq/ |
| A D | Kconfig | 12 clock speed, you need to either enable a dynamic cpufreq governor 79 you to get a full dynamic frequency capable system by simply 92 you to get a full dynamic frequency capable system by simply 149 'ondemand' - This driver adds a dynamic cpufreq policy governor.
|
| /drivers/uio/ |
| A D | Kconfig | 42 tristate "Userspace platform driver with generic irq and dynamic memory" 49 resources as the UIO_PDRV drivers, but dynamic regions can also
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_switchdev.c | 1634 static enum mlxsw_reg_sfd_rec_policy mlxsw_sp_sfd_rec_policy(bool dynamic) in mlxsw_sp_sfd_rec_policy() argument 1636 return dynamic ? MLXSW_REG_SFD_REC_POLICY_DYNAMIC_ENTRY_INGRESS : in mlxsw_sp_sfd_rec_policy() 1647 mlxsw_sp_port_fdb_tun_uc_op4(struct mlxsw_sp *mlxsw_sp, bool dynamic, in mlxsw_sp_port_fdb_tun_uc_op4() argument 1662 mlxsw_sp_sfd_rec_policy(dynamic), mac, in mlxsw_sp_port_fdb_tun_uc_op4() 1763 bool adding, bool dynamic) in mlxsw_sp_port_fdb_tunnel_uc_op() argument 1767 return mlxsw_sp_port_fdb_tun_uc_op4(mlxsw_sp, dynamic, mac, fid, in mlxsw_sp_port_fdb_tunnel_uc_op() 1810 bool adding, bool dynamic) in mlxsw_sp_port_fdb_uc_op() argument 1814 mlxsw_sp_sfd_rec_policy(dynamic)); in mlxsw_sp_port_fdb_uc_op() 1827 bool adding, bool dynamic) in mlxsw_sp_port_fdb_uc_lag_op() argument 1838 mlxsw_reg_sfd_uc_lag_pack(sfd_pl, 0, mlxsw_sp_sfd_rec_policy(dynamic), in mlxsw_sp_port_fdb_uc_lag_op()
|
| /drivers/media/dvb-core/ |
| A D | Kconfig | 50 If you say Y here, the DVB subsystem will use dynamic minor
|
| /drivers/dma-buf/ |
| A D | Kconfig | 48 Don't pin buffers if the dynamic DMA-buf interface is available on
|
| /drivers/powercap/ |
| A D | Kconfig | 80 This enables support for the power capping for the dynamic
|
| /drivers/net/wireless/realtek/rtlwifi/ |
| A D | Kconfig | 149 To use the module option that sets the dynamic-debugging level for,
|
| /drivers/gpio/ |
| A D | TODO | 48 that and would be broken by attempts to poison it or make it dynamic. 52 base can be made dynamic (set to -1) if CONFIG_GPIO_SYSFS is disabled.
|