/openbmc/linux/drivers/tty/serial/ |
H A D | amba-pl011.c | 2329 pl011_console_write(struct console *co, const char *s, unsigned int count) in pl011_console_write() 2543 static void qdf2400_e44_early_write(struct console *con, const char *s, unsigned n) in qdf2400_e44_early_write() 2562 static void pl011_early_write(struct console *con, const char *s, unsigned n) in pl011_early_write() 2581 static int pl011_early_read(struct console *con, char *s, unsigned int n) in pl011_early_read()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 282 static void at91_pin_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, in at91_pin_dbg_show() 1097 struct seq_file *s, unsigned pin_id) in at91_pinconf_dbg_show() 1126 struct seq_file *s, unsigned group) in at91_pinconf_group_dbg_show() 1497 static void at91_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip) in at91_gpio_dbg_show()
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_helper.c | 82 int s = (lane & 1) * 4; in dp_get_lane_status() local 127 int s = ((lane & 1) ? in drm_dp_get_adjust_request_voltage() local 140 int s = ((lane & 1) ? in drm_dp_get_adjust_request_pre_emphasis() local 154 int s = ((lane & 1) ? in drm_dp_get_adjust_tx_ffe_preset() local
|
/openbmc/linux/fs/jbd2/ |
H A D | journal.c | 1161 struct jbd2_stats_proc_session *s = seq->private; in jbd2_seq_info_show() local 1210 struct jbd2_stats_proc_session *s; in jbd2_seq_info_open() local 1242 struct jbd2_stats_proc_session *s = seq->private; in jbd2_seq_info_release() local
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dc.c | 1637 static int tegra_dc_show_regs(struct seq_file *s, void *data) in tegra_dc_show_regs() 1663 static int tegra_dc_show_crc(struct seq_file *s, void *data) in tegra_dc_show_crc() 1694 static int tegra_dc_show_stats(struct seq_file *s, void *data) in tegra_dc_show_stats()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_qos.c | 925 struct enetc_psfp_filter *s; in enetc_get_filter_by_index() local 948 struct enetc_psfp_filter *s; in enetc_psfp_check_sfi() local 1522 struct enetc_stream_filter *s; in clean_stream_list() local
|
/openbmc/linux/include/linux/ |
H A D | mISDNif.h | 435 #define mISDN_HEAD_P(s) ((struct mISDNhead *)&s->cb[0]) argument 436 #define mISDN_HEAD_PRIM(s) (((struct mISDNhead *)&s->cb[0])->prim) argument 437 #define mISDN_HEAD_ID(s) (((struct mISDNhead *)&s->cb[0])->id) argument
|
H A D | cdrom.h | 308 static inline void lba_to_msf(int lba, u8 *m, u8 *s, u8 *f) in lba_to_msf() 318 static inline int msf_to_lba(u8 m, u8 s, u8 f) in msf_to_lba()
|
/openbmc/linux/fs/reiserfs/ |
H A D | inode.c | 255 struct super_block *s = th->t_super; in restart_transaction() local 1626 struct inode *reiserfs_iget(struct super_block *s, const struct cpu_key *key) in reiserfs_iget() 2523 struct super_block *s = inode->i_sb; in reiserfs_write_full_page() local
|
/openbmc/linux/kernel/trace/ |
H A D | trace.c | 1730 static ssize_t trace_seq_to_buffer(struct trace_seq *s, void *buf, size_t cnt) in trace_seq_to_buffer() 2320 #define SAVED_CMDLINE_MAP_ELEMENT_SIZE(s) \ argument 2333 static void free_saved_cmdlines_buffer(struct saved_cmdlines_buffer *s) in free_saved_cmdlines_buffer() 2343 struct saved_cmdlines_buffer *s; in allocate_cmdlines_buffer() local 2675 enum print_line_t trace_handle_return(struct trace_seq *s) in trace_handle_return() 4306 struct trace_seq *s = &iter->seq; in test_cpu_buff_start() local 4334 struct trace_seq *s = &iter->seq; in print_trace_fmt() local 4369 struct trace_seq *s = &iter->seq; in print_raw_fmt() local 4394 struct trace_seq *s = &iter->seq; in print_hex_fmt() local 4424 struct trace_seq *s = &iter->seq; in print_bin_fmt() local [all …]
|
/openbmc/linux/drivers/pinctrl/sunplus/ |
H A D | sppctl.c | 501 static void sppctl_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip) in sppctl_gpio_dbg_show() 799 static void sppctl_pin_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, in sppctl_pin_dbg_show()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_ines.c | 103 #define ines_read32(s, r) __raw_readl((void __iomem *)&s->regs->r) argument 104 #define ines_write32(s, v, r) __raw_writel(v, (void __iomem *)&s->regs->r) argument
|
/openbmc/u-boot/tools/env/ |
H A D | fw_env.c | 357 static char *skip_chars(char *s) in skip_chars() 366 static char *skip_blanks(char *s) in skip_blanks()
|
/openbmc/linux/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_m2m.c | 771 struct v4l2_selection *s) in mtk_mdp_m2m_g_selection() 838 struct v4l2_selection *s) in mtk_mdp_m2m_s_selection()
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-spmi-gpio.c | 656 struct seq_file *s, unsigned pin) in pmic_gpio_config_dbg_show() 789 static void pmic_gpio_dbg_show(struct seq_file *s, struct gpio_chip *chip) in pmic_gpio_dbg_show()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 1275 csio_closest_timer(struct csio_sge *s, int time) in csio_closest_timer() 1292 csio_closest_thresh(struct csio_sge *s, int cnt) in csio_closest_thresh()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | venc.c | 330 static int venc_g_selection(struct file *file, void *fh, struct v4l2_selection *s) in venc_g_selection() 384 static int venc_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in venc_s_selection()
|
/openbmc/linux/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 358 #define SKIP(s, ...) XFAIL(s, ##__VA_ARGS__) argument 475 char *s = "dummy"; in TEST_F() local
|
/openbmc/linux/drivers/pinctrl/starfive/ |
H A D | pinctrl-starfive-jh7100.c | 453 struct seq_file *s, in starfive_pin_dbg_show() 887 struct seq_file *s, unsigned int pin) in starfive_pinconf_dbg_show()
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 1578 def get_statline(self, keys, s): argument 1594 def get_statline(self, keys, s): argument
|
/openbmc/qemu/util/ |
H A D | qsp.c | 648 GString *s = g_string_new(NULL); in qsp_at() local 736 GString *s = g_string_new(NULL); in pr_report() local
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | tdfxfb.c | 217 unsigned char s; in vga_disable_video() local 227 unsigned char s; in vga_enable_video() local
|
/openbmc/linux/net/nfc/ |
H A D | llcp_core.c | 48 struct sk_buff *s, *tmp; in nfc_llcp_socket_purge() local 1115 struct sk_buff *s, *tmp; in nfc_llcp_recv_hdlc() local
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-cygnus-mux.c | 143 #define CYGNUS_PIN_DESC(p, n, i, o, s) \ argument 726 struct seq_file *s, unsigned offset) in cygnus_pin_dbg_show()
|
/openbmc/linux/sound/core/ |
H A D | pcm_compat.c | 154 #define snd_pcm_ioctl_channel_info_x32(s, p) \ argument 408 } s; member
|