/Linux-v4.19/drivers/media/i2c/ |
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(26, 160), 0x0040, 0x0000); in mt9t112_init_setting() [all …]
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | mt9t112.c | 73 #define VAR(id, offset) _VAR(id, offset, 0x0000) macro 359 mt9t112_mcu_write(ret, client, VAR(26, 0), width); in mt9t112_set_a_frame_size() 360 mt9t112_mcu_write(ret, client, VAR(26, 2), height); in mt9t112_set_a_frame_size() 363 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width); in mt9t112_set_a_frame_size() 364 mt9t112_mcu_write(ret, client, VAR(18, 45), 8 + height); in mt9t112_set_a_frame_size() 367 mt9t112_mcu_write(ret, client, VAR(18, 2), 4 + hstart); in mt9t112_set_a_frame_size() 368 mt9t112_mcu_write(ret, client, VAR(18, 4), 4 + wstart); in mt9t112_set_a_frame_size() 371 mt9t112_mcu_write(ret, client, VAR(18, 6), 11 + height + hstart); in mt9t112_set_a_frame_size() 372 mt9t112_mcu_write(ret, client, VAR(18, 8), 11 + width + wstart); in mt9t112_set_a_frame_size() 508 mt9t112_mcu_mask_set(ret, client, VAR(26, 160), 0x0040, 0x0000); in mt9t112_init_setting() [all …]
|
/Linux-v4.19/include/net/ |
D | net_namespace.h | 306 #define for_each_net(VAR) \ argument 307 list_for_each_entry(VAR, &net_namespace_list, list) 309 #define for_each_net_rcu(VAR) \ argument 310 list_for_each_entry_rcu(VAR, &net_namespace_list, list)
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 127 - OMAP4 VAR-STK-OM44 : Commercial dev kit with VAR-OM44CustomBoard and VAR-SOM-OM44 w/WLAN 130 - OMAP4 VAR-DVK-OM44 : Commercial dev kit with VAR-OM44CustomBoard, VAR-SOM-OM44 w/WLAN and LCD tou…
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | omap4-var-stk-om44.dts | 15 model = "Variscite VAR-STK-OM44";
|
D | omap4-var-dvk-om44.dts | 15 model = "Variscite VAR-DVK-OM44";
|
D | omap4-var-som-om44.dtsi | 12 model = "Variscite VAR-SOM-OM44"; 22 ti,model = "VAR-SOM-OM44";
|
/Linux-v4.19/Documentation/devicetree/bindings/connector/ |
D | usb-connector.txt | 32 User can specify the source PDO array via PDO_FIXED/BATT/VAR() defined in 39 User can specify the sink PDO array via PDO_FIXED/BATT/VAR() defined in
|
/Linux-v4.19/tools/usb/usbip/ |
D | INSTALL | 189 them in the `configure' command line, using `VAR=value'. For example:
|