Searched refs:list_for_each_entry (Results 151 - 175 of 2984) sorted by relevance

1234567891011>>

/linux-master/drivers/leds/
H A Dled-triggers.c58 list_for_each_entry(trig, &trigger_list, next_trig) {
101 list_for_each_entry(trig, &trigger_list, next_trig) {
273 list_for_each_entry(trig, &trigger_list, next_trig) {
302 list_for_each_entry(_trig, &trigger_list, next_trig) {
316 list_for_each_entry(led_cdev, &leds_list, node) {
342 list_for_each_entry(led_cdev, &leds_list, node) {
/linux-master/sound/soc/intel/avs/
H A Dpath.c23 list_for_each_entry(acomp, &adev->comp_list, node)
34 list_for_each_entry(mod, &ppl->mod_list, node)
45 list_for_each_entry(ppl, &path->ppl_list, node)
62 list_for_each_entry(pos, &tplg->path_tmpl_list, node) {
73 list_for_each_entry(path, &adev->path_list, node) {
101 list_for_each_entry(variant, &template->path_list, node) {
698 list_for_each_entry(mod, &ppl->mod_list, node) {
778 list_for_each_entry(tmod, &template->mod_list, node) {
823 list_for_each_entry(tppl, &template->ppl_list, node) {
846 list_for_each_entry(pp
[all...]
/linux-master/drivers/acpi/
H A Dpower.c110 list_for_each_entry(e, list, node) function
229 list_for_each_entry(entry, list, node) { function
257 list_for_each_entry(dep, &resource->dependents, node) {
286 list_for_each_entry(dep, &resource->dependents, node) {
324 list_for_each_entry(entry, resources, node) { function
333 list_for_each_entry(entry, resources, node)
387 list_for_each_entry(dep, &resource->dependents, node) {
494 list_for_each_entry(entry, list, node) { function
569 list_for_each_entry(entry, resources, node) { function
616 list_for_each_entry(entr function
[all...]
H A Dproc.c46 list_for_each_entry(entry, &dev->physical_node_list,
79 list_for_each_entry(entry,
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c100 list_for_each_entry(cii, &sdev->codec_list, list) {
201 list_for_each_entry(cii, &sdev->codec_list, list) {
239 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) {
411 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) {
433 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) {
456 list_for_each_entry(cii, &i2sdev->sound.codec_list, list) {
483 list_for_each_entry(cii, &i2sdev->sound.codec_list, list)
513 list_for_each_entry(cii, &i2sdev->sound.codec_list, list)
548 list_for_each_entry(cii, &i2sdev->sound.codec_list, list)
597 list_for_each_entry(ci
[all...]
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_roce.c137 list_for_each_entry(dev, &be_adapter_list, entry) {
150 list_for_each_entry(dev, &be_adapter_list, entry) {
/linux-master/lib/
H A Dtextsearch.c153 list_for_each_entry(o, &ts_ops, list) {
184 list_for_each_entry(o, &ts_ops, list) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sched.c87 list_for_each_entry(sched, &ip_vs_schedulers, n_list) {
199 list_for_each_entry(sched, &ip_vs_schedulers, n_list) {
/linux-master/drivers/s390/net/
H A Dsmsgiucv.c78 list_for_each_entry(cb, &smsg_list, list)
113 list_for_each_entry(tmp, &smsg_list, list)
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_quirks.c36 list_for_each_entry(tmp_quirk, &xen_pcibk_quirks, quirks_list)
57 list_for_each_entry(cfg_entry, &dev_data->config_fields, list) {
/linux-master/security/tomoyo/
H A Dmemory.c112 list_for_each_entry(group, list, head.list) { function
166 list_for_each_entry(ptr, head, head.list) { function
/linux-master/drivers/s390/scsi/
H A Dzfcp_unit.c58 list_for_each_entry(unit, &port->unit_list, list) {
71 list_for_each_entry(unit, &port->unit_list, list)
/linux-master/drivers/dma/ioat/
H A Dsysfs.c80 list_for_each_entry(c, &dma->channels, device_node) {
101 list_for_each_entry(c, &dma->channels, device_node) {
/linux-master/mm/
H A Dpercpu-stats.c40 list_for_each_entry(chunk, &pcpu_chunk_lists[slot], list)
206 list_for_each_entry(chunk, &pcpu_chunk_lists[slot], list) {
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_mgr.c192 list_for_each_entry(tmp_dev, virtcrypto_devmgr_get_head(), list) { function
210 list_for_each_entry(tmp_dev, function
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_external.c49 list_for_each_entry(connector, &ddev->mode_config.connector_list, head) {
65 list_for_each_entry(iter, &ddev->mode_config.encoder_list, head)
/linux-master/drivers/clk/ti/
H A Dautoidle.c155 list_for_each_entry(c, &autoidle_clks, node)
169 list_for_each_entry(c, &autoidle_clks, node)
/linux-master/sound/core/
H A Ddevice.c86 list_for_each_entry(dev, &card->devices, list)
196 list_for_each_entry(dev, &card->devices, list) {
/linux-master/drivers/misc/mei/
H A Ddebugfs.c36 list_for_each_entry(me_cl, &dev->me_clients, list) {
75 list_for_each_entry(cl, &dev->file_list, link) {
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_span.c53 list_for_each_entry(entry, &span->entries, list) {
67 list_for_each_entry(entry, &span->entries, list) {
/linux-master/drivers/iio/trigger/
H A Diio-trig-sysfs.c134 list_for_each_entry(t, &iio_sysfs_trig_list, l)
182 list_for_each_entry(iter, &iio_sysfs_trig_list, l)
/linux-master/arch/arm/mach-omap2/
H A Dvoltage.c246 list_for_each_entry(voltdm, &voltdm_list, node) {
281 list_for_each_entry(temp_voltdm, &voltdm_list, node) {
/linux-master/drivers/media/usb/uvc/
H A Duvc_entity.c140 list_for_each_entry(entity, &chain->entities, chain) {
150 list_for_each_entry(entity, &chain->entities, chain) {
/linux-master/include/linux/
H A Dlivepatch.h182 list_for_each_entry(obj, &patch->obj_list, node)
193 list_for_each_entry(func, &obj->func_list, node)
/linux-master/include/sound/
H A Dsoc-dpcm.h108 list_for_each_entry(_dpcm, &(be)->dpcm[stream].fe_clients, list_fe)
111 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)

Completed in 231 milliseconds

1234567891011>>