| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | pistachio-usb-phy.txt | 6 - compatible: Must be "img,pistachio-usb-phy". 11 - img,cr-top: Must constain a phandle to the CR_TOP syscon node. 12 - img,refclk: Indicates the reference clock source for the USB PHY. 22 compatible = "img,pistachio-usb-phy"; 26 img,refclk = <REFCLK_CLK_CORE>; 27 img,cr-top = <&cr_top>;
|
| /f-stack/freebsd/contrib/device-tree/src/mips/img/ |
| H A D | pistachio.dtsi | 14 compatible = "img,pistachio"; 45 compatible = "img,scb-i2c"; 63 compatible = "img,scb-i2c"; 117 compatible = "img,i2s-in"; 124 img,i2s-channels = <6>; 143 img,i2s-channels = <6>; 205 img,cr-top = <&cr_top>; 212 compatible = "img,spfi"; 227 compatible = "img,spfi"; 234 img,supports-quad-mode; [all …]
|
| H A D | boston.dts | 12 compatible = "img,boston"; 28 compatible = "img,mips"; 206 compatible = "img,boston-platform-regs", "syscon"; 210 compatible = "img,boston-clock"; 234 compatible = "img,boston-lcd";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | img,pistachio-internal-dac.txt | 5 - compatible: "img,pistachio-internal-dac" 7 - img,cr-top : Must contain a phandle to the top level control syscon 15 compatible = "img,pistachio-internal-dac"; 16 img,cr-top = <&cr_top>;
|
| H A D | img,i2s-in.txt | 5 - compatible : Compatible list, must contain "img,i2s-in" 21 - img,i2s-channels : Number of I2S channels instantiated in the I2S in block 38 compatible = "img,i2s-in"; 45 img,i2s-channels = <6>;
|
| H A D | img,i2s-out.txt | 5 - compatible : Compatible list, must contain "img,i2s-out" 22 - img,i2s-channels : Number of I2S channels instantiated in the I2S out block 39 compatible = "img,i2s-out"; 47 img,i2s-channels = <6>;
|
| H A D | img,spdif-in.txt | 5 - compatible : Compatible list, must contain "img,spdif-in" 33 compatible = "img,spdif-in";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | img-mdc-dma.txt | 4 - compatible: Must be "img,pistachio-mdc-dma". 11 - img,cr-periph: Must contain a phandle to the peripheral control syscon 13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier. 29 compatible = "img,pistachio-mdc-dma"; 46 img,max-burst-multiplier = <16>; 47 img,cr-periph = <&cr_periph>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | img,pistachio-gptimer.txt | 4 - compatible: "img,pistachio-gptimer". 12 - img,cr-periph: Must contain a phandle to the peripheral control 17 compatible = "img,pistachio-gptimer"; 27 img,cr-periph = <&cr_periph>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pwm/ |
| H A D | img-pwm.txt | 4 - compatible: Should be "img,pistachio-pwm" 13 - img,cr-periph: Must contain a phandle to the peripheral control 18 compatible = "img,pistachio-pwm"; 23 img,cr-periph = <&cr_periph>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | pistachio-clock.txt | 24 - compatible: Must be "img,pistachio-clk". 35 compatible = "img,pistachio-clk"; 52 - compatible: Must be "img,pistachio-periph-clk". 63 compatible = "img,pistachio-clk-periph"; 80 - compatible: Must include "img,pistachio-periph-cr" and "syscon". 91 compatible = "img,pistachio-cr-periph", "syscon"; 106 - compatible: Must include "img,pistachio-cr-top" and "syscon". 117 compatible = "img,pistachio-cr-top", "syscon";
|
| H A D | img,boston-clock.txt | 11 - compatible : Should be "img,boston-clock". 19 compatible = "img,boston-platform-regs", "syscon"; 23 compatible = "img,boston-clock";
|
| /f-stack/app/nginx-1.16.1/auto/lib/libgd/ |
| H A D | conf | 12 ngx_feature_test="gdImagePtr img = gdImageCreateFromGifPtr(1, NULL); 13 (void) img" 80 ngx_feature_test="gdImagePtr img = gdImageCreateFromWebpPtr(1, NULL); 81 (void) img"
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 649 struct image_params img; in mac_veriexec_syscall() local 675 bzero(&img, sizeof(img)); in mac_veriexec_syscall() 676 img.proc = td->td_proc; in mac_veriexec_syscall() 677 img.vp = fp->f_vnode; in mac_veriexec_syscall() 678 img.attr = &va; in mac_veriexec_syscall() 684 vn_lock(img.vp, LK_EXCLUSIVE | LK_RETRY); in mac_veriexec_syscall() 692 error = mac_veriexec_fingerprint_check_image(&img, in mac_veriexec_syscall() 696 VOP_UNLOCK(img.vp); in mac_veriexec_syscall()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/img/ |
| H A D | pistachio-marduk.txt | 4 Compatible string must be "img,pistachio-marduk", "img,pistachio"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | spi-img-spfi.txt | 4 - compatible: Must be "img,spfi". 22 - img,supports-quad-mode: Should be set if the interface supports quad mode 29 compatible = "img,spfi";
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_image_filter_module.c | 101 gdImagePtr img, int *size); 1095 gdImagePtr img; in ngx_http_image_source() local 1097 img = NULL; in ngx_http_image_source() 1130 if (img == NULL) { in ngx_http_image_source() 1134 return img; in ngx_http_image_source() 1141 gdImagePtr img; in ngx_http_image_new() local 1146 if (img == NULL) { in ngx_http_image_new() 1153 img = gdImageCreate(w, h); in ngx_http_image_new() 1155 if (img == NULL) { in ngx_http_image_new() 1162 return img; in ngx_http_image_new() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reset/ |
| H A D | img,pistachio-reset.txt | 18 - compatible: Contains "img,pistachio-reset" 25 compatible = "img,pistachio-cr-periph", "syscon", "simple-mfd"; 32 compatible = "img,pistachio-reset";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | imgpdc-wdt.txt | 4 - compatible : Should be "img,pdc-wdt" 14 compatible = "img,pdc-wdt";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/auxdisplay/ |
| H A D | img-ascii-lcd.txt | 5 "img,boston-lcd" 9 Required properties for "img,boston-lcd":
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-img-scb.txt | 4 - compatible: "img,scb-i2c" 18 compatible = "img,scb-i2c";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | img-dw-mshc.txt | 13 - "img,pistachio-dw-mshc": for Pistachio SoCs 18 compatible = "img,pistachio-dw-mshc";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | img-hash.txt | 8 - compatible : "img,hash-accelerator" 20 compatible = "img,hash-accelerator";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | img-ir-rev1.txt | 7 - compatible: Should be "img,ir-rev1" 29 compatible = "img,ir-rev1";
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 52 .. figure:: img/ring1.* 120 .. figure:: img/ring-enqueue1.* 135 .. figure:: img/ring-enqueue2.* 149 .. figure:: img/ring-enqueue3.* 173 .. figure:: img/ring-dequeue1.* 188 .. figure:: img/ring-dequeue2.* 202 .. figure:: img/ring-dequeue3.* 227 .. figure:: img/ring-mp-enqueue1.* 249 .. figure:: img/ring-mp-enqueue2.* 318 .. figure:: img/ring-modulo1.* [all …]
|