Searched refs:cdev_id (Results 1 – 7 of 7) sorted by relevance
/drivers/thermal/ |
D | thermal_netlink.h | 21 int thermal_notify_cdev_state_update(int cdev_id, int state); 22 int thermal_notify_cdev_add(int cdev_id, const char *name, int max_state); 23 int thermal_notify_cdev_delete(int cdev_id); 79 static inline int thermal_notify_cdev_state_update(int cdev_id, int state) in thermal_notify_cdev_state_update() argument 84 static inline int thermal_notify_cdev_add(int cdev_id, const char *name, in thermal_notify_cdev_add() argument 90 static inline int thermal_notify_cdev_delete(int cdev_id) in thermal_notify_cdev_delete() argument
|
D | thermal_netlink.c | 54 int cdev_id; member 157 p->cdev_id) || in thermal_genl_event_cdev_add() 167 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, p->cdev_id)) in thermal_genl_event_cdev_delete() 176 p->cdev_id) || in thermal_genl_event_cdev_state_update() 335 int thermal_notify_cdev_state_update(int cdev_id, int cdev_state) in thermal_notify_cdev_state_update() argument 337 struct param p = { .cdev_id = cdev_id, .cdev_state = cdev_state }; in thermal_notify_cdev_state_update() 342 int thermal_notify_cdev_add(int cdev_id, const char *name, int cdev_max_state) in thermal_notify_cdev_add() argument 344 struct param p = { .cdev_id = cdev_id, .name = name, in thermal_notify_cdev_add() 350 int thermal_notify_cdev_delete(int cdev_id) in thermal_notify_cdev_delete() argument 352 struct param p = { .cdev_id = cdev_id }; in thermal_notify_cdev_delete()
|
/drivers/s390/char/ |
D | tape_core.c | 406 DBF_LH(3, "(%08x): Drive set online\n", device->cdev_id); in tape_generic_online() 453 device->cdev_id, device); in tape_generic_pm_suspend() 475 DBF_LH(3, "(%08x): Drive suspended.\n", device->cdev_id); in tape_generic_pm_suspend() 497 device->cdev_id, device); in tape_generic_offline() 513 device->cdev_id); in tape_generic_offline() 518 DBF_LH(3, "(%08x): Drive set offline.\n", device->cdev_id); in tape_generic_offline() 634 device->cdev_id = devid_to_int(&dev_id); in tape_generic_probe() 674 DBF_LH(3, "(%08x): tape_generic_remove(%p)\n", device->cdev_id, cdev); in tape_generic_remove() 702 device->cdev_id); in tape_generic_remove() 879 DBF_LH(6, "%08x: Long busy timeout.\n", device->cdev_id); in tape_long_busy_timeout() [all …]
|
D | tape_std.c | 45 device->cdev_id); in tape_std_assign_timeout() 49 "%i\n", device->cdev_id, rc); in tape_std_assign_timeout() 80 device->cdev_id); in tape_std_assign() 82 DBF_EVENT(3, "%08x: Tape assigned\n", device->cdev_id); in tape_std_assign() 99 device->cdev_id); in tape_std_unassign() 112 DBF_EVENT(3, "%08x: Unassign failed\n", device->cdev_id); in tape_std_unassign() 114 DBF_EVENT(3, "%08x: Tape unassigned\n", device->cdev_id); in tape_std_unassign()
|
D | tape_3590.c | 807 DBF_EVENT(3, "unsol.irq! tape ready: %08x\n", device->cdev_id); in tape_3590_unsolicited_irq() 811 DBF_EVENT(3, "unsol.irq! dev end: %08x\n", device->cdev_id); in tape_3590_unsolicited_irq() 917 device->cdev_id); in tape_3590_erp_read_alternate() 921 device->cdev_id); in tape_3590_erp_read_alternate() 1363 device->cdev_id); in tape_3590_unit_check() 1367 device->cdev_id); in tape_3590_unit_check() 1370 DBF_EVENT(2, "(%08x): End of Data Mark\n", device->cdev_id); in tape_3590_unit_check() 1375 device->cdev_id); in tape_3590_unit_check() 1379 device->cdev_id); in tape_3590_unit_check() 1394 DBF_EVENT(6, "(%08x): LONG BUSY\n", device->cdev_id); in tape_3590_unit_check() [all …]
|
D | tape.h | 184 int cdev_id; member
|
D | tape_34xx.c | 230 DBF_EVENT(3, "unsol.irq! dev end: %08x\n", device->cdev_id); in tape_34xx_unsolicited_irq()
|