Home
last modified time | relevance | path

Searched refs:module_param_named (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_drv.c132 module_param_named(no_wb, radeon_no_wb, int, 0444);
136 module_param_named(modeset, radeon_modeset, int, 0400);
140 module_param_named(dynclks, radeon_dynclks, int, 0444);
144 module_param_named(r4xx_atom, radeon_r4xx_atom, int, 0444);
152 module_param_named(agpmode, radeon_agpmode, int, 0444);
156 module_param_named(gartsize, radeon_gart_size, int, 0600);
164 module_param_named(test, radeon_testing, int, 0444);
172 module_param_named(tv, radeon_tv, int, 0444);
176 module_param_named(audio, radeon_audio, int, 0444);
184 module_param_named(hw_i2c, radeon_hw_i2c, int, 0444);
[all …]
/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_drv.c48 module_param_named(modeset, i915_modeset, int, 0400);
55 module_param_named(fbpercrtc, i915_fbpercrtc, int, 0400);
60 module_param_named(panel_ignore_lid, i915_panel_ignore_lid, int, 0600);
67 module_param_named(powersave, i915_powersave, int, 0600);
73 module_param_named(semaphores, i915_semaphores, int, 0600);
79 module_param_named(i915_enable_rc6, i915_enable_rc6, int, 0400);
89 module_param_named(i915_enable_fbc, i915_enable_fbc, int, 0600);
96 module_param_named(lvds_downclock, i915_lvds_downclock, int, 0400);
110 module_param_named(lvds_use_ssc, i915_panel_use_ssc, int, 0600);
124 module_param_named(reset, i915_try_reset, bool, 0600);
[all …]
H A Dintel_panel.c215 module_param_named(invert_brightness, i915_panel_invert_brightness, int, 0600);
/freebsd-12.1/sys/dev/mthca/
H A Dmthca_main.c57 module_param_named(debug_level, mthca_debug_level, int, 0644);
102 module_param_named(num_qp, hca_profile.num_qp, int, 0444);
105 module_param_named(rdb_per_qp, hca_profile.rdb_per_qp, int, 0444);
108 module_param_named(num_cq, hca_profile.num_cq, int, 0444);
111 module_param_named(num_mcg, hca_profile.num_mcg, int, 0444);
114 module_param_named(num_mpt, hca_profile.num_mpt, int, 0444);
118 module_param_named(num_mtt, hca_profile.num_mtt, int, 0444);
122 module_param_named(num_udav, hca_profile.num_udav, int, 0444);
125 module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
130 module_param_named(log_mtts_per_seg, log_mtts_per_seg, int, 0444);
H A Dmthca_catas.c58 module_param_named(catas_reset_disable, catas_reset_disable, int, 0644);
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_stub.c70 module_param_named(debug, drm_debug, int, 0600);
71 module_param_named(vblankoffdelay, drm_vblank_offdelay, int, 0600);
72 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
73 module_param_named(timestamp_monotonic, drm_timestamp_monotonic, int, 0600);
H A Ddrm_os_freebsd.h626 #define module_param_named(name, var, type, perm) macro
H A Ddrm_crtc_helper.c72 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
H A Ddrm_edid.c156 module_param_named(edid_fixup, edid_fixup, int, 0400);
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_dbg.h23 module_param_named(var, var, int, 0644); \
28 module_param_named(var, var, int, 0644); \
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.h111 #define module_param_named(name, var, type, mode) \ macro
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c48 module_param_named(internal_err_reset, mlx4_internal_err_reset, int, 0644);
H A Dmlx4_main.c69 module_param_named(debug_level, mlx4_debug_level, int, 0644);
99 module_param_named(log_num_mgm_entry_size,
152 module_param_named(log_num_mac, log_num_mac, int, 0444);
156 module_param_named(log_num_vlan, log_num_vlan, int, 0444);
164 module_param_named(use_prio, use_prio, bool, 0444);
168 module_param_named(log_mtts_per_seg, log_mtts_per_seg, int, 0444);
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c66 module_param_named(send_queue_size, ipoib_sendq_size, int, 0444);
68 module_param_named(recv_queue_size, ipoib_recvq_size, int, 0444);
74 module_param_named(debug_level, ipoib_debug_level, int, 0644);
H A Dipoib_cm.c52 module_param_named(max_nonsrq_conn_qp, ipoib_max_conn_qp, int, 0444);
60 module_param_named(cm_data_debug_level, data_debug_level, int, 0644);
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c62 module_param_named(send_queue_size, mad_sendq_size, int, 0444);
64 module_param_named(recv_queue_size, mad_recvq_size, int, 0444);
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c80 module_param_named(sm_guid_assign, mlx4_ib_sm_guid_assign, int, 0444);