parport_operations
static struct parport_operations pp_amiga_ops = {
static struct parport_operations parport_atari_ops = {
struct parport_operations *ops;
ops = kmemdup(&parport_gsc_ops, sizeof(struct parport_operations),
struct parport_operations *ops = p->ops;
struct parport_operations parport_gsc_ops =
static const struct parport_operations parport_ip32_ops __initconst = {
struct parport_operations *ops = NULL;
ops = kmalloc_obj(struct parport_operations);
struct parport_operations *ops = p->ops;
static struct parport_operations pp_mfc3_ops = {
static struct parport_operations pp_mfc3_ops;
struct parport_operations *ops;
ops = kmalloc_obj(struct parport_operations);
memcpy(ops, &parport_pc_ops, sizeof(struct parport_operations));
struct parport_operations *ops = p->ops;
static const struct parport_operations parport_pc_ops = {
static struct parport_operations parport_sunbpp_ops =
struct parport_operations *ops;
ops = kmemdup(&parport_sunbpp_ops, sizeof(struct parport_operations),
struct parport_operations *ops = p->ops;
struct parport_operations *ops)
static struct parport_operations dead_ops = {
static struct parport_operations parport_uss720_ops =
static struct parport_operations parport_mos7715_ops = {
struct parport_operations *ops;
struct parport_operations *ops);