Searched refs:bp_list (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_i2c.h18 struct list_head bp_list; member in struct:bbc_cpu_temperature
40 struct list_head bp_list; member in struct:bbc_fan_control
H A Dbbc_envctrl.c465 list_add(&tp->bp_list, &bp->temps);
509 list_add(&fp->bp_list, &bp->fans);
536 list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) {
537 list_del(&tp->bp_list);
553 list_for_each_entry_safe(fp, fpos, &bp->fans, bp_list) {
554 list_del(&fp->bp_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhw_breakpoint.c120 list_for_each_entry(iter, &bp_task_head, hw.bp_list) {
231 list_del(&bp->hw.bp_list);
241 list_add_tail(&bp->hw.bp_list, &bp_task_head);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dperf_event.h538 struct list_head bp_list; member in struct:hw_perf_event::__anon17979::__anon17982

Completed in 42 milliseconds