Lines Matching defs:link
80 struct list link;
98 struct list link;
152 struct list link;
1302 list_for_each(tmp, &ctx->devices, link) {
2044 list_for_each(d, &ctx->devices, link) {
2075 list_for_each(d, &ctx->devices, link) {
2114 list_append(&ctx->sources, &source->link);
2131 list_remove(&source->link);
2247 list_for_each(d, &ctx->devices, link) {
2252 list_for_each(hidraw, &d->hidraw_devices, link) {
2301 list_for_each(d, &ctx->devices, link) {
2338 list_for_each(d, &ctx->devices, link) {
2348 list_for_each(d, &ctx->devices, link) {
2378 list_for_each(d, &ctx->devices, link) {
2391 list_for_each_safe(source, &ctx->sources, link) {
2446 list_append(&ctx->devices, &d->link);
2490 list_for_each(dev, &ctx->devices, link) {
2514 list_for_each(dev, &ctx->devices, link) {
2547 list_insert(&dev->hidraw_devices, &hidraw->link);
2831 list_for_each_safe(d, &ctx.devices, link) {
2834 list_for_each_safe(hidraw, &d->hidraw_devices, link) {
2836 list_remove(&hidraw->link);