Lines Matching refs:pointer
41 of this function is a pointer to the parent device.
42 This function returns a pointer to the newly created hardware monitoring device
49 it has additional parameters. The name parameter is a pointer to the hwmon
51 pointing to this name. The drvdata parameter is the pointer to the local
52 driver data. hwmon_device_register_with_groups will attach this pointer
53 to the newly allocated hwmon device. The pointer can be retrieved by the driver
54 using dev_get_drvdata() on the hwmon device pointer. The groups parameter is
55 a pointer to a list of sysfs attribute groups. The list must be NULL terminated.
64 The parameter of this function is the pointer to the registered hardware
93 You can use to_sensor_dev_attr to get the pointer to this structure from the
106 Use to_sensor_dev_attr_2 to get the pointer to this structure. Its parameter