Searched refs:debugfs_entries (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/hwmon/pmbus/
H A Dq54sj108a2.c51 int debugfs_entries[Q54SJ108A2_DEBUGFS_NUM_ENTRIES]; member in struct:q54sj108a2_data
54 #define to_psu(x, y) container_of((x), struct q54sj108a2_data, debugfs_entries[(y)])
349 psu->debugfs_entries[i] = i;
352 &psu->debugfs_entries[Q54SJ108A2_DEBUGFS_OPERATION],
355 &psu->debugfs_entries[Q54SJ108A2_DEBUGFS_CLEARFAULT],
358 &psu->debugfs_entries[Q54SJ108A2_DEBUGFS_WRITEPROTECT],
361 &psu->debugfs_entries[Q54SJ108A2_DEBUGFS_STOREDEFAULT],
364 &psu->debugfs_entries[Q54SJ108A2_DEBUGFS_VOOV_RESPONSE],
367 &psu->debugfs_entries[Q54SJ108A2_DEBUGFS_IOOC_RESPONSE],
370 &psu->debugfs_entries[Q54SJ108A2_DEBUGFS_PMBUS_VERSIO
[all...]
H A Dmax20730.c100 int debugfs_entries[MAX20730_DEBUGFS_NUM_ENTRIES]; member in struct:max20730_debugfs_data
104 struct max20730_debugfs_data, debugfs_entries[(y)])
335 psu->debugfs_entries[i] = i;
338 &psu->debugfs_entries[MAX20730_DEBUGFS_VOUT_MIN],
341 &psu->debugfs_entries[MAX20730_DEBUGFS_FREQUENCY],
344 &psu->debugfs_entries[MAX20730_DEBUGFS_PG_DELAY],
347 &psu->debugfs_entries[MAX20730_DEBUGFS_INTERNAL_GAIN],
350 &psu->debugfs_entries[MAX20730_DEBUGFS_BOOT_VOLTAGE],
353 &psu->debugfs_entries[MAX20730_DEBUGFS_OUT_V_RAMP_RATE],
356 &psu->debugfs_entries[MAX20730_DEBUGFS_OC_PROTECT_MOD
[all...]
H A Dibm-cffps.c69 int debugfs_entries[CFFPS_DEBUGFS_NUM_ENTRIES]; member in struct:ibm_cffps
76 #define to_psu(x, y) container_of((x), struct ibm_cffps, debugfs_entries[(y)])
564 psu->debugfs_entries[i] = i;
568 &psu->debugfs_entries[CFFPS_DEBUGFS_MAX_POWER_OUT],
571 &psu->debugfs_entries[CFFPS_DEBUGFS_CCIN],
574 &psu->debugfs_entries[CFFPS_DEBUGFS_FW],
577 &psu->debugfs_entries[CFFPS_DEBUGFS_ON_OFF_CONFIG],
/linux-master/arch/s390/include/asm/
H A Ddebug.h59 struct dentry *debugfs_entries[DEBUG_MAX_VIEWS]; member in struct:debug_info
445 .debugfs_entries = { NULL }, \
/linux-master/arch/s390/kernel/
H A Ddebug.c255 memset(rc->debugfs_entries, 0, DEBUG_MAX_VIEWS * sizeof(struct dentry *));
542 else if (debug_info->debugfs_entries[i] == file->f_path.dentry)
758 debugfs_remove(id->debugfs_entries[i]);
1204 id->debugfs_entries[i] = pde;
1244 dentry = id->debugfs_entries[i];
1246 id->debugfs_entries[i] = NULL;
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c235 struct debugfs_entries { struct
260 struct debugfs_entries *debugfs_vpg;
1105 struct debugfs_entries *vpg = data;
1130 struct debugfs_entries *vpg = data;
1146 struct debugfs_entries debugfs[] = {
/linux-master/drivers/gpu/drm/bridge/
H A Dite-it6505.c399 struct debugfs_entries { struct
3320 static const struct debugfs_entries debugfs_entry[] = {

Completed in 288 milliseconds