Lines Matching refs:cdev_id
53 int cdev_id;
156 p->cdev_id) ||
166 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, p->cdev_id))
175 p->cdev_id) ||
329 int thermal_notify_cdev_state_update(int cdev_id, int cdev_state)
331 struct param p = { .cdev_id = cdev_id, .cdev_state = cdev_state };
336 int thermal_notify_cdev_add(int cdev_id, const char *name, int cdev_max_state)
338 struct param p = { .cdev_id = cdev_id, .name = name,
344 int thermal_notify_cdev_delete(int cdev_id)
346 struct param p = { .cdev_id = cdev_id };