Home
last modified time | relevance | path

Searched +defs:debugfs +defs:y (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/hwmon/pmbus/
Dibm-cffps.c80 #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/
Dintel.c36 #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/
Dthunderx_edac.c969 #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/
Ddispc.c163 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()