Searched refs:VAR (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dmt9t112.c77 #define VAR(id, offset) _VAR(id, offset, 0x0000) macro
350 mt9t112_mcu_write(ret, client, VAR(26, 0), width);
351 mt9t112_mcu_write(ret, client, VAR(26, 2), height);
354 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width);
355 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height);
358 mt9t112_mcu_write(ret, client, VAR(18, 2), 4 + hstart);
359 mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart);
362 mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart);
363 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart);
487 mt9t112_mcu_mask_set(ret, client, VAR(2
[all...]
/linux-master/include/net/
H A Dnet_namespace.h399 #define for_each_net(VAR) \
400 list_for_each_entry(VAR, &net_namespace_list, list)
401 #define for_each_net_continue_reverse(VAR) \
402 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
403 #define for_each_net_rcu(VAR) \
404 list_for_each_entry_rcu(VAR, &net_namespace_list, list)

Completed in 132 milliseconds