Searched refs:cdev_id (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/thermal/ |
| A 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
|
| A D | thermal_netlink.c | 53 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() 330 int thermal_notify_cdev_state_update(int cdev_id, int cdev_state) in thermal_notify_cdev_state_update() argument 332 struct param p = { .cdev_id = cdev_id, .cdev_state = cdev_state }; in thermal_notify_cdev_state_update() 337 int thermal_notify_cdev_add(int cdev_id, const char *name, int cdev_max_state) in thermal_notify_cdev_add() argument 339 struct param p = { .cdev_id = cdev_id, .name = name, in thermal_notify_cdev_add() 345 int thermal_notify_cdev_delete(int cdev_id) in thermal_notify_cdev_delete() argument 347 struct param p = { .cdev_id = cdev_id }; in thermal_notify_cdev_delete()
|
| /linux/drivers/s390/char/ |
| A D | tape_core.c | 406 DBF_LH(3, "(%08x): Drive set online\n", device->cdev_id); in tape_generic_online() 448 device->cdev_id, device); in tape_generic_offline() 464 device->cdev_id); in tape_generic_offline() 585 device->cdev_id = devid_to_int(&dev_id); in tape_generic_probe() 653 device->cdev_id); in tape_generic_remove() 830 DBF_LH(6, "%08x: Long busy timeout.\n", device->cdev_id); in tape_long_busy_timeout() 1027 DBF_EVENT(3, "IO stopped on %08x\n", device->cdev_id); in tape_do_io_interruptible() 1071 device->cdev_id); in __tape_do_irq() 1078 device->cdev_id, PTR_ERR(irb)); in __tape_do_irq() 1110 DBF_EVENT(3, "(%08x): del timer\n", device->cdev_id); in __tape_do_irq() [all …]
|
| A 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()
|
| A 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 …]
|
| A D | tape.h | 184 int cdev_id; member
|
| A D | tape_34xx.c | 230 DBF_EVENT(3, "unsol.irq! dev end: %08x\n", device->cdev_id); in tape_34xx_unsolicited_irq()
|
| /linux/tools/thermal/tmon/ |
| A D | sysfs.c | 204 int cdev_id; in find_tzone_cdev() local 220 cdev_id = get_instance_id(cdev_name_linked, 1, in find_tzone_cdev() 223 cdev_name, cdev_name_linked, cdev_id); in find_tzone_cdev() 224 tzi->cdev_binding |= (1 << cdev_id); in find_tzone_cdev() 238 tzi->trip_binding[cdev_id] |= 1 << trip_instance; in find_tzone_cdev() 241 tzi->trip_binding[cdev_id], in find_tzone_cdev() 242 cdev_id); in find_tzone_cdev()
|
| A D | tui.c | 446 int cdev_id = 0; in handle_input_choice() local 451 cdev_id = ch - base; in handle_input_choice() 452 if (ptdata.nr_cooling_dev == cdev_id) in handle_input_choice() 456 ptdata.cdi[cdev_id].type, in handle_input_choice() 457 ptdata.cdi[cdev_id].instance); in handle_input_choice() 459 handle_input_val(cdev_id); in handle_input_choice()
|
Completed in 17 milliseconds