| /linux/drivers/net/phy/ |
| H A D | sfp.c | 241 struct sfp { struct 245 struct sfp_bus *sfp_bus; argument 253 unsigned int (*get_state)(struct sfp *); argument 254 void (*set_state)(struct sfp *, unsigned int); argument 255 int (*read)(struct sfp *, bool, u8, void *, size_t); argument 256 int (*write)(struct sfp *, bool, u8, void *, size_t); argument 258 struct gpio_desc *gpio[GPIO_MAX]; 259 int gpio_irq[GPIO_MAX]; 261 bool need_poll; 266 bool i2c_present; [all …]
|
| H A D | sfp-bus.c | 24 struct sfp *sfp; member 389 struct sfp_bus *sfp, *new, *found = NULL; in sfp_bus_get() local 826 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp, in sfp_register_socket()
|
| /linux/drivers/pinctrl/starfive/ |
| H A D | pinctrl-starfive-jh7100.c | 215 static inline unsigned int starfive_pin_to_gpio(const struct starfive_pinctrl *sfp, in starfive_pin_to_gpio() 221 static inline unsigned int starfive_gpio_to_pin(const struct starfive_pinctrl *sfp, in starfive_gpio_to_pin() 455 struct starfive_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in starfive_pin_dbg_show() local 480 struct starfive_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in starfive_dt_node_to_map() local 640 struct starfive_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in starfive_set_mux() local 691 static u16 starfive_padctl_get(struct starfive_pinctrl *sfp, in starfive_padctl_get() 700 static void starfive_padctl_rmw(struct starfive_pinctrl *sfp, in starfive_padctl_rmw() 738 struct starfive_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in starfive_pinconf_get() local 802 struct starfive_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in starfive_pinconf_group_set() local 883 struct starfive_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in starfive_pinconf_dbg_show() local [all …]
|
| H A D | pinctrl-starfive-jh7110.c | 98 struct jh7110_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in jh7110_pin_dbg_show() local 126 struct jh7110_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in jh7110_dt_node_to_map() local 250 void jh7110_set_gpiomux(struct jh7110_pinctrl *sfp, unsigned int pin, in jh7110_set_gpiomux() 296 struct jh7110_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in jh7110_set_mux() local 348 static void jh7110_padcfg_rmw(struct jh7110_pinctrl *sfp, in jh7110_padcfg_rmw() 375 struct jh7110_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in jh7110_pinconf_get() local 445 struct jh7110_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in jh7110_pinconf_group_set() local 518 struct jh7110_pinctrl *sfp = pinctrl_dev_get_drvdata(pctldev); in jh7110_pinconf_dbg_show() local 548 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_gpio_get_direction() local 564 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_gpio_direction_input() local [all …]
|
| H A D | pinctrl-starfive-jh7110-sys.c | 285 static void jh7110_set_function(struct jh7110_pinctrl *sfp, in jh7110_set_function() 309 static void jh7110_set_vin_group(struct jh7110_pinctrl *sfp, in jh7110_set_vin_group() 331 static int jh7110_sys_set_one_pin_mux(struct jh7110_pinctrl *sfp, in jh7110_sys_set_one_pin_mux() 347 static int jh7110_sys_get_padcfg_base(struct jh7110_pinctrl *sfp, in jh7110_sys_get_padcfg_base() 360 struct jh7110_pinctrl *sfp = jh7110_from_irq_desc(desc); in jh7110_sys_irq_handler() local 380 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_sys_init_hw() local
|
| H A D | pinctrl-starfive-jh7110-aon.c | 74 static int jh7110_aon_set_one_pin_mux(struct jh7110_pinctrl *sfp, in jh7110_aon_set_one_pin_mux() 85 static int jh7110_aon_get_padcfg_base(struct jh7110_pinctrl *sfp, in jh7110_aon_get_padcfg_base() 96 struct jh7110_pinctrl *sfp = jh7110_from_irq_desc(desc); in jh7110_aon_irq_handler() local 112 struct jh7110_pinctrl *sfp = container_of(gc, in jh7110_aon_init_hw() local
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-sysfs.c | 282 static void pvr2_sysfs_add_control(struct pvr2_sysfs *sfp,int ctl_id) in pvr2_sysfs_add_control() 409 static void pvr2_sysfs_add_debugifc(struct pvr2_sysfs *sfp) in pvr2_sysfs_add_debugifc() 445 static void pvr2_sysfs_tear_down_debugifc(struct pvr2_sysfs *sfp) in pvr2_sysfs_tear_down_debugifc() 462 static void pvr2_sysfs_add_controls(struct pvr2_sysfs *sfp) in pvr2_sysfs_add_controls() 472 static void pvr2_sysfs_tear_down_controls(struct pvr2_sysfs *sfp) in pvr2_sysfs_tear_down_controls() 499 static void class_dev_destroy(struct pvr2_sysfs *sfp) in class_dev_destroy() 544 struct pvr2_sysfs *sfp; in v4l_minor_number_show() local 556 struct pvr2_sysfs *sfp; in bus_info_show() local 567 struct pvr2_sysfs *sfp; in hdw_name_show() local 578 struct pvr2_sysfs *sfp; in hdw_desc_show() local [all …]
|
| /linux/drivers/scsi/ |
| H A D | sg.c | 237 struct sg_fd *sfp = filp->private_data; in sg_allow_access() local 291 Sg_fd *sfp; in sg_open() local 383 Sg_fd *sfp; in sg_release() local 441 Sg_fd *sfp; in sg_read() local 555 sg_new_read(Sg_fd * sfp, char __user *buf, size_t count, Sg_request * srp) in sg_new_read() 602 Sg_fd *sfp; in sg_write() local 709 sg_new_write(Sg_fd *sfp, struct file *file, const char __user *buf, in sg_new_write() 778 sg_common_write(Sg_fd * sfp, Sg_request * srp, in sg_common_write() 834 static int srp_done(Sg_fd *sfp, Sg_request *srp) in srp_done() 855 sg_fill_request_table(Sg_fd *sfp, sg_req_info_t *rinfo) in sg_fill_request_table() [all …]
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_debugfs.c | 165 snic_stats_show(struct seq_file *sfp, void *data) in snic_stats_show() 380 snic_trc_seq_start(struct seq_file *sfp, loff_t *pos) in snic_trc_seq_start() 386 snic_trc_seq_next(struct seq_file *sfp, void *data, loff_t *pos) in snic_trc_seq_next() 392 snic_trc_seq_stop(struct seq_file *sfp, void *data) in snic_trc_seq_stop() 398 snic_trc_seq_show(struct seq_file *sfp, void *data) in snic_trc_seq_show()
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-388-clearfog.dtsi | 80 sfp: sfp { label
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | cn9130-cf.dtsi | 27 sfp: sfp { label
|
| H A D | cn9132-clearfog.dts | 124 sfp: sfp { label
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | p3041si-post.dtsi | 365 sfp: sfp@e8000 { label
|
| H A D | p2041si-post.dtsi | 338 sfp: sfp@e8000 { label
|
| H A D | p5020si-post.dtsi | 370 sfp: sfp@e8000 { label
|
| H A D | p4080si-post.dtsi | 385 sfp: sfp@e8000 { label
|
| H A D | t1023si-post.dtsi | 355 sfp: sfp@e8000 { label
|
| H A D | p5040si-post.dtsi | 330 sfp: sfp@e8000 { label
|
| H A D | t2081si-post.dtsi | 545 sfp: sfp@e8000 { label
|
| H A D | t1040si-post.dtsi | 435 sfp: sfp@e8000 { label
|
| H A D | t4240si-post.dtsi | 960 sfp: sfp@e8000 { label
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1043a.dtsi | 392 sfp: efuse@1e80000 { label
|
| /linux/arch/arm64/kernel/ |
| H A D | signal.c | 794 char const __user *const sfp = (char const __user *)sf; in parse_user_sigframe() local 1359 char __user *sfp = (char __user *)user->sigframe; in setup_sigframe() local
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 624 struct xfs_dir2_sf_hdr *sfp; in xrep_dinode_zap_dir() local
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_bsg.h | 628 struct sfp_mem_s sfp; member
|