| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_port_proxy.h | 94 extern struct port_ops wwan_sub_port_ops; 95 extern struct port_ops ctl_port_ops; 98 extern struct port_ops t7xx_trace_port_ops;
|
| H A D | t7xx_port_trace.c | 113 struct port_ops t7xx_trace_port_ops = {
|
| /linux/drivers/ata/ |
| H A D | pata_ali.c | 497 .port_ops = &ali_early_port_ops in ali_init_one() 505 .port_ops = &ali_20_port_ops in ali_init_one() 514 .port_ops = &ali_20_port_ops in ali_init_one() 523 .port_ops = &ali_c2_port_ops in ali_init_one() 532 .port_ops = &ali_c2_port_ops in ali_init_one() 541 .port_ops = &ali_c4_port_ops in ali_init_one() 549 .port_ops = &ali_c5_port_ops in ali_init_one()
|
| H A D | pata_hpt37x.c | 740 .port_ops = &hpt370_port_ops in hpt37x_init_one() 748 .port_ops = &hpt370a_port_ops in hpt37x_init_one() 756 .port_ops = &hpt370_port_ops in hpt37x_init_one() 764 .port_ops = &hpt370a_port_ops in hpt37x_init_one() 772 .port_ops = &hpt372_port_ops in hpt37x_init_one() 780 .port_ops = &hpt302_port_ops in hpt37x_init_one() 788 .port_ops = &hpt372_port_ops in hpt37x_init_one() 795 .port_ops = &hpt374_fn1_port_ops in hpt37x_init_one()
|
| H A D | pata_marvell.c | 129 .port_ops = &marvell_ops, in marvell_init_one() 139 .port_ops = &marvell_ops, in marvell_init_one()
|
| H A D | pata_cs5530.c | 290 .port_ops = &cs5530_port_ops in cs5530_init_one() 296 .port_ops = &cs5530_port_ops in cs5530_init_one()
|
| H A D | pata_cs5536.c | 245 .port_ops = &cs5536_port_ops, in cs5536_init_one() 251 .port_ops = &cs5536_port_ops, in cs5536_init_one()
|
| H A D | pata_netcell.c | 68 .port_ops = &netcell_ops, in netcell_init_one()
|
| H A D | pata_sl82c105.c | 307 .port_ops = &sl82c105_port_ops in sl82c105_init_one() 312 .port_ops = &sl82c105_port_ops in sl82c105_init_one()
|
| H A D | pata_ns87415.c | 356 .port_ops = &ns87415_pata_ops, in ns87415_init_one() 365 .port_ops = &ns87560_pata_ops, in ns87415_init_one()
|
| H A D | pata_rz1000.c | 91 .port_ops = &rz1000_port_ops in rz1000_init_one()
|
| H A D | pata_piccolo.c | 93 .port_ops = &tosh_port_ops in ata_tosh_init_one()
|
| H A D | pata_optidma.c | 407 .port_ops = &optidma_port_ops in optidma_init_one() 414 .port_ops = &optiplus_port_ops in optidma_init_one()
|
| H A D | pata_it821x.c | 886 .port_ops = &it821x_smart_port_ops in it821x_init_one() 893 .port_ops = &it821x_passthru_port_ops in it821x_init_one() 900 .port_ops = &it821x_rdc_port_ops in it821x_init_one() 907 .port_ops = &it821x_rdc_port_ops in it821x_init_one()
|
| H A D | pata_sil680.c | 329 .port_ops = &sil680_port_ops in sil680_init_one() 336 .port_ops = &sil680_port_ops in sil680_init_one()
|
| H A D | pata_ns87410.c | 134 .port_ops = &ns87410_port_ops in ns87410_init_one()
|
| H A D | ahci_dm816.c | 134 .port_ops = &ahci_dm816_port_ops,
|
| H A D | pata_hpt3x2n.c | 481 .port_ops = &hpt372n_port_ops in hpt3x2n_init_one() 489 .port_ops = &hpt3xxn_port_ops in hpt3x2n_init_one()
|
| H A D | pata_cs5535.c | 172 .port_ops = &cs5535_port_ops in cs5535_init_one()
|
| H A D | pata_triflex.c | 182 .port_ops = &triflex_port_ops in triflex_init_one()
|
| H A D | pata_sc1200.c | 227 .port_ops = &sc1200_port_ops in sc1200_init_one()
|
| H A D | pata_oldpiix.c | 242 .port_ops = &oldpiix_pata_ops, in oldpiix_init_one()
|
| H A D | ahci_da850.c | 153 .port_ops = &ahci_da850_port_ops,
|
| /linux/arch/um/drivers/ |
| H A D | chan_user.h | 31 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
|
| /linux/net/devlink/ |
| H A D | region.c | 15 const struct devlink_port_region_ops *port_ops; member 53 if (!strcmp(region->port_ops->name, region_name)) in devlink_port_region_get_by_name() 707 err = region->port_ops->snapshot(port, region->port_ops, in devlink_nl_region_new_doit() 849 return region->port_ops->read(region->port, region->port_ops, extack, in devlink_region_port_direct_fill() 1140 region->port_ops = ops; in devlink_port_region_create()
|