Home
last modified time | relevance | path

Searched refs:s_file (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/soundwire/
H A Dintel_ace2x_debugfs.c37 static int intel_reg_show(struct seq_file *s_file, void *data) in intel_reg_show() argument
39 struct sdw_intel *sdw = s_file->private; in intel_reg_show()
79 seq_printf(s_file, "%s", buf); in intel_reg_show()
H A Ddebugfs.c48 static int sdw_slave_reg_show(struct seq_file *s_file, void *data) in sdw_slave_reg_show() argument
50 struct sdw_slave *slave = s_file->private; in sdw_slave_reg_show()
129 seq_printf(s_file, "%s", buf); in sdw_slave_reg_show()
H A Dintel.c71 static int intel_reg_show(struct seq_file *s_file, void *data) in intel_reg_show() argument
73 struct sdw_intel *sdw = s_file->private; in intel_reg_show()
131 seq_printf(s_file, "%s", buf); in intel_reg_show()
H A Dqcom.c1472 static int swrm_reg_show(struct seq_file *s_file, void *data) in swrm_reg_show() argument
1474 struct qcom_swrm_ctrl *ctrl = s_file->private; in swrm_reg_show()
1488 seq_printf(s_file, "0x%.3x: 0x%.2x\n", reg, reg_val); in swrm_reg_show()
/openbmc/linux/include/linux/lockd/
H A Dshare.h19 struct nlm_file * s_file; /* shared file */ member
/openbmc/linux/fs/lockd/
H A Dsvcshare.c52 share->s_file = file; in nlmsvc_share_file()