Lines Matching defs:cdev_id
58 int cdev_id;
164 p->cdev_id) ||
174 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, p->cdev_id))
183 p->cdev_id) ||
374 int thermal_notify_cdev_state_update(int cdev_id, int cdev_state)
376 struct param p = { .cdev_id = cdev_id, .cdev_state = cdev_state };
381 int thermal_notify_cdev_add(int cdev_id, const char *name, int cdev_max_state)
383 struct param p = { .cdev_id = cdev_id, .name = name,
389 int thermal_notify_cdev_delete(int cdev_id)
391 struct param p = { .cdev_id = cdev_id };