Searched refs:VAR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9t112.c | 77 #define VAR(id, offset) _VAR(id, offset, 0x0000) macro 350 mt9t112_mcu_write(ret, client, VAR(26, 0), width); in mt9t112_set_a_frame_size() 351 mt9t112_mcu_write(ret, client, VAR(26, 2), height); in mt9t112_set_a_frame_size() 354 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width); in mt9t112_set_a_frame_size() 355 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height); in mt9t112_set_a_frame_size() 358 mt9t112_mcu_write(ret, client, VAR(18, 2), 4 + hstart); in mt9t112_set_a_frame_size() 359 mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart); in mt9t112_set_a_frame_size() 362 mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart); in mt9t112_set_a_frame_size() 363 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart); in mt9t112_set_a_frame_size() 487 mt9t112_mcu_mask_set(ret, client, VAR(2 in mt9t112_init_setting() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9t112.c | 77 #define VAR(id, offset) _VAR(id, offset, 0x0000) macro 350 mt9t112_mcu_write(ret, client, VAR(26, 0), width); in mt9t112_set_a_frame_size() 351 mt9t112_mcu_write(ret, client, VAR(26, 2), height); in mt9t112_set_a_frame_size() 354 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width); in mt9t112_set_a_frame_size() 355 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height); in mt9t112_set_a_frame_size() 358 mt9t112_mcu_write(ret, client, VAR(18, 2), 4 + hstart); in mt9t112_set_a_frame_size() 359 mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart); in mt9t112_set_a_frame_size() 362 mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart); in mt9t112_set_a_frame_size() 363 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart); in mt9t112_set_a_frame_size() 487 mt9t112_mcu_mask_set(ret, client, VAR(2 in mt9t112_init_setting() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | net_namespace.h | 350 #define for_each_net(VAR) \ 351 list_for_each_entry(VAR, &net_namespace_list, list) 352 #define for_each_net_continue_reverse(VAR) \ 353 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list) 354 #define for_each_net_rcu(VAR) \ 355 list_for_each_entry_rcu(VAR, &net_namespace_list, list)
|
/kernel/linux/linux-6.6/include/net/ |
H A D | net_namespace.h | 392 #define for_each_net(VAR) \ 393 list_for_each_entry(VAR, &net_namespace_list, list) 394 #define for_each_net_continue_reverse(VAR) \ 395 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list) 396 #define for_each_net_rcu(VAR) \ 397 list_for_each_entry_rcu(VAR, &net_namespace_list, list)
|
Completed in 4 milliseconds