Searched +defs:debugfs +defs:y (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/hwmon/pmbus/ |
D | ibm-cffps.c | 80 #define to_psu(x, y) container_of((x), struct ibm_cffps, debugfs_entries[(y)]) argument 399 struct dentry *debugfs; in ibm_cffps_probe() local
|
/Linux-v5.4/drivers/soundwire/ |
D | intel.c | 36 #define SDW_SHIM_PCMSYCHM(x, y) (0x022 + (0x60 * (x)) + (0x2 * (y))) argument 37 #define SDW_SHIM_PCMSYCHC(x, y) (0x042 + (0x60 * (x)) + (0x2 * (y))) argument 107 struct dentry *debugfs; member
|
/Linux-v5.4/drivers/edac/ |
D | thunderx_edac.c | 969 #define OCX_LNE_STAT(x, y) (0x8040 + (x) * 0x100 + (y) * 8) argument 1058 struct dentry *debugfs; member 1749 struct dentry *debugfs; member
|
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 163 struct dss_debugfs_entry *debugfs; member 875 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in dispc_ovl_write_color_conv_coef() argument 893 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in dispc_wb_write_color_conv_coef() argument 960 enum omap_overlay_caps caps, int x, int y) in dispc_ovl_set_pos()
|