Searched refs:ele (Results 1 – 8 of 8) sorted by relevance
| /arch/um/drivers/ |
| A D | port_kern.c | 133 struct list_head *ele; in port_work_proc() local 137 list_for_each(ele, &ports) { in port_work_proc() 138 port = list_entry(ele, struct port_list, list); in port_work_proc() 162 struct list_head *ele; in port_data() local 168 list_for_each(ele, &ports) { in port_data() 169 port = list_entry(ele, struct port_list, list); in port_data() 295 struct list_head *ele; in free_port() local 298 list_for_each(ele, &ports) { in free_port() 299 port = list_entry(ele, struct port_list, list); in free_port()
|
| A D | chan_kern.c | 146 struct list_head *ele; in open_chan() local 150 list_for_each(ele, chans) { in open_chan() 151 chan = list_entry(ele, struct chan, list); in open_chan() 175 struct list_head *ele; in enable_chan() local 181 list_for_each(ele, &line->chan_list) { in enable_chan() 182 chan = list_entry(ele, struct chan, list); in enable_chan() 222 struct list_head *ele; in free_irqs() local 229 list_for_each(ele, &list) { in free_irqs() 368 struct list_head *ele, *next; in free_chan() local 371 list_for_each_safe(ele, next, chans) { in free_chan() [all …]
|
| A D | mconsole_kern.c | 266 struct list_head *ele; in mconsole_find_dev() local 269 list_for_each(ele, &mconsole_devices) { in mconsole_find_dev() 270 dev = list_entry(ele, struct mc_device, list); in mconsole_find_dev() 562 struct list_head *ele; in console_write() local 574 list_for_each(ele, &clients) { in console_write() 577 entry = list_entry(ele, struct mconsole_output, list); in console_write()
|
| A D | line.c | 714 struct list_head *ele, *next; in unregister_winch() local 720 list_for_each_safe(ele, next, &winch_handlers) { in unregister_winch() 721 winch = list_entry(ele, struct winch, list); in unregister_winch()
|
| A D | vector_kern.c | 693 struct list_head *ele; in find_device() local 696 list_for_each(ele, &vector_devices) { in find_device() 697 device = list_entry(ele, struct vector_device, list); in find_device() 1683 struct list_head *ele; in vector_init() local 1687 list_for_each(ele, &vec_cmd_line) { in vector_init() 1688 def = list_entry(ele, struct vector_cmd_line_arg, list); in vector_init()
|
| /arch/xtensa/platforms/iss/ |
| A D | network.c | 577 struct list_head *ele; in iss_net_setup() local 596 list_for_each(ele, ð_cmd_line) { in iss_net_setup() 597 device = list_entry(ele, struct iss_net_init, list); in iss_net_setup() 629 struct list_head *ele, *next; in iss_net_init() local 633 list_for_each_safe(ele, next, ð_cmd_line) { in iss_net_init() 635 eth = list_entry(ele, struct iss_net_init, list); in iss_net_init()
|
| /arch/arm64/boot/dts/freescale/ |
| A D | imx93-var-som-symphony.dts | 101 ele_reserved: ele-reserved@87de0000 {
|
| A D | imx95.dtsi | 1519 compatible = "fsl,imx95-mu-ele"; 1527 compatible = "fsl,imx95-mu-ele"; 1535 compatible = "fsl,imx95-mu-ele"; 1543 compatible = "fsl,imx95-mu-ele"; 1550 compatible = "fsl,imx95-mu-ele"; 1558 compatible = "fsl,imx95-mu-ele";
|
Completed in 53 milliseconds