Home
last modified time | relevance | path

Searched refs:img (Results 1 – 25 of 115) sorted by relevance

12345

/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dpistachio-usb-phy.txt6 - 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 Dpistachio.dtsi14 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 Dboston.dts12 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 Dimg,pistachio-internal-dac.txt5 - 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 Dimg,i2s-in.txt5 - 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 Dimg,i2s-out.txt5 - 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 Dimg,spdif-in.txt5 - compatible : Compatible list, must contain "img,spdif-in"
33 compatible = "img,spdif-in";
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dimg-mdc-dma.txt4 - 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 Dimg,pistachio-gptimer.txt4 - 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 Dimg-pwm.txt4 - 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 Dpistachio-clock.txt24 - 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 Dimg,boston-clock.txt11 - 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 Dconf12 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 Dmac_veriexec.c649 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 Dpistachio-marduk.txt4 Compatible string must be "img,pistachio-marduk", "img,pistachio"
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-img-spfi.txt4 - 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 Dngx_http_image_filter_module.c101 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 Dimg,pistachio-reset.txt18 - 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 Dimgpdc-wdt.txt4 - compatible : Should be "img,pdc-wdt"
14 compatible = "img,pdc-wdt";
/f-stack/freebsd/contrib/device-tree/Bindings/auxdisplay/
H A Dimg-ascii-lcd.txt5 "img,boston-lcd"
9 Required properties for "img,boston-lcd":
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-img-scb.txt4 - compatible: "img,scb-i2c"
18 compatible = "img,scb-i2c";
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dimg-dw-mshc.txt13 - "img,pistachio-dw-mshc": for Pistachio SoCs
18 compatible = "img,pistachio-dw-mshc";
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dimg-hash.txt8 - compatible : "img,hash-accelerator"
20 compatible = "img,hash-accelerator";
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dimg-ir-rev1.txt7 - compatible: Should be "img,ir-rev1"
29 compatible = "img,ir-rev1";
/f-stack/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst52 .. 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 …]

12345