Scroll to navigation

STRUCT W1_FAMILY_OPS(9) W1 API internal to the kernel STRUCT W1_FAMILY_OPS(9)

NAME

struct_w1_family_ops - operations for a family type

SYNOPSIS

struct w1_family_ops {
  int (* add_slave) (struct w1_slave *);
  void (* remove_slave) (struct w1_slave *);
  const struct attribute_group ** groups;
};  

MEMBERS

int (*)(struct w1_slave *) add_slave
add_slave

void (*)(struct w1_slave *) remove_slave

remove_slave

const struct attribute_group ** groups

sysfs group

AUTHOR

David Fries <David@Fries.net>
Author.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11