/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | gm204.c | 81 pmu_load(struct nv50_devinit *init, u8 type, bool post, in pmu_load() argument 93 if (!post) in pmu_load() 110 gm204_devinit_post(struct nvkm_devinit *base, bool post) in gm204_devinit_post() argument 127 if (post) { in gm204_devinit_post() 135 ret = pmu_load(init, 0x04, post, &exec, &args); in gm204_devinit_post() 140 if (post) { in gm204_devinit_post() 148 if (post) { in gm204_devinit_post() 156 if (post) { in gm204_devinit_post() 164 return pmu_load(init, 0x01, post, NULL, NULL); in gm204_devinit_post() 171 .post = gm204_devinit_post,
|
D | base.c | 62 if (init && init->func->post) in nvkm_devinit_post() 63 ret = init->func->post(init, init->post); in nvkm_devinit_post() 74 init->post = true; in nvkm_devinit_fini() 129 init->post = nvkm_boolopt(device->cfgopt, "NvForcePost", false); in nvkm_devinit_ctor()
|
D | nv50.c | 104 if (!init->base.post) { in nv50_devinit_preinit() 107 init->base.post = true; in nv50_devinit_preinit() 113 if (!init->base.post) { in nv50_devinit_preinit() 117 init->base.post = true; in nv50_devinit_preinit() 138 while (init->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { in nv50_devinit_init() 175 .post = nv04_devinit_post,
|
D | priv.h | 10 int (*post)(struct nvkm_devinit *, bool post); member
|
D | nv1a.c | 33 .post = nv04_devinit_post,
|
D | gm107.c | 51 .post = nv04_devinit_post,
|
D | g84.c | 58 .post = nv04_devinit_post,
|
D | mcp89.c | 58 .post = nv04_devinit_post,
|
D | g98.c | 57 .post = nv04_devinit_post,
|
D | nv20.c | 69 .post = nv04_devinit_post,
|
D | nv04.c | 414 if (!init->base.post) { in nv04_devinit_preinit() 422 init->base.post = true; in nv04_devinit_preinit() 456 .post = nv04_devinit_post,
|
D | nv10.c | 103 .post = nv04_devinit_post,
|
D | gf100.c | 97 .post = nv04_devinit_post,
|
D | gt215.c | 142 .post = nv04_devinit_post,
|
D | nv05.c | 133 .post = nv04_devinit_post,
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.h | 8 unsigned int* in, unsigned int* feed, unsigned int* post); 12 unsigned int *post) in PLL_calcclock() argument 14 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); in PLL_calcclock()
|
D | matroxfb_maven.c | 226 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_PLL_mavenclock() argument 282 *post = p; in matroxfb_PLL_mavenclock() 293 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); in matroxfb_PLL_mavenclock() 299 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_mavenclock() argument 316 *post = p; in matroxfb_mavenclock() 321 unsigned int* in, unsigned int* feed, unsigned int* post) { in DAC1064_calcclock() argument 335 *post = p; in DAC1064_calcclock()
|
D | matroxfb_misc.c | 129 unsigned int* in, unsigned int* feed, unsigned int* post) { in matroxfb_PLL_calcclock() argument 178 *post = p; in matroxfb_PLL_calcclock() 185 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d %d\n", *in, *feed, *post, fxtal, bestvco, fwant); in matroxfb_PLL_calcclock()
|
D | matroxfb_Ti3026.c | 284 int *feed, int *post) in Ti3026_calcclock() argument 292 fvco >>= (*post = lpost); in Ti3026_calcclock()
|
D | matroxfb_DAC1064.c | 39 unsigned int *post) in DAC1064_calcclock() argument 59 *post = p; in DAC1064_calcclock()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | paravirt_types.h | 553 pre, post, ...) \ argument 563 post \ 573 post \ 584 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument 586 EXTRA_CLOBBERS, pre, post, ##__VA_ARGS__) 588 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument 591 pre, post, ##__VA_ARGS__) 594 #define ____PVOP_VCALL(op, clbr, call_clbr, extra_clbr, pre, post, ...) \ argument 600 post \ 608 #define __PVOP_VCALL(op, pre, post, ...) \ argument [all …]
|
/linux-4.4.14/tools/build/ |
D | Makefile.feature | 130 ifeq ($(dwarf-post-unwind),1) 131 FEATURE_DUMP += dwarf-post-unwind($(dwarf-post-unwind-text)) 165 ifeq ($(dwarf-post-unwind),1) 166 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text))
|
/linux-4.4.14/sound/core/ |
D | pcm_timer.c | 34 unsigned long rate, mult, fsize, l, post; in snd_pcm_timer_resolution_change() local 50 post = 1; in snd_pcm_timer_resolution_change() 53 post *= 2; in snd_pcm_timer_resolution_change() 62 runtime->timer_resolution = (mult * fsize / rate) * post; in snd_pcm_timer_resolution_change()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | keystone-pll.txt | 4 a divider and a post divider. The additional PLL IPs like ARMPLL, DDRPLL 18 - reg-names : control, multiplier and post-divider. The multiplier and 19 post-divider registers are applicable only for main pll clock 20 - fixed-postdiv : fixed post divider value. If absent, use clkod register bits 29 reg-names = "control", "multiplier", "post-divider";
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | rx.c | 351 } * post; in aac_rx_check_health() local 361 post = pci_alloc_consistent(dev->pdev, in aac_rx_check_health() 363 if (unlikely(post == NULL)) { in aac_rx_check_health() 368 post->Post_Command = cpu_to_le32(COMMAND_POST_RESULTS); in aac_rx_check_health() 369 post->Post_Address = cpu_to_le32(baddr); in aac_rx_check_health() 374 post, paddr); in aac_rx_check_health()
|
/linux-4.4.14/drivers/spi/ |
D | spi-imx.c | 255 unsigned int pre, post; in mx51_ecspi_clkdiv() local 260 post = fls(fin) - fls(fspi); in mx51_ecspi_clkdiv() 261 if (fin > fspi << post) in mx51_ecspi_clkdiv() 262 post++; in mx51_ecspi_clkdiv() 266 post = max(4U, post) - 4; in mx51_ecspi_clkdiv() 267 if (unlikely(post > 0xf)) { in mx51_ecspi_clkdiv() 273 pre = DIV_ROUND_UP(fin, fspi << post) - 1; in mx51_ecspi_clkdiv() 276 __func__, fin, fspi, post, pre); in mx51_ecspi_clkdiv() 279 *fres = (fin / (pre + 1)) >> post; in mx51_ecspi_clkdiv() 282 (post << MX51_ECSPI_CTRL_POSTDIV_OFFSET); in mx51_ecspi_clkdiv()
|
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.h | 86 struct ocfs2_post_refcount *post); 104 struct ocfs2_post_refcount *post);
|
D | refcounttree.c | 3628 struct ocfs2_post_refcount *post) in ocfs2_refcount_cow_xattr() argument 3667 context->post_refcount = post; in ocfs2_refcount_cow_xattr() 3691 struct ocfs2_post_refcount *post) in ocfs2_add_refcount_flag() argument 3719 if (post) in ocfs2_add_refcount_flag() 3720 credits += post->credits; in ocfs2_add_refcount_flag() 3745 if (post && post->func) { in ocfs2_add_refcount_flag() 3746 ret = post->func(inode, handle, post->para); in ocfs2_add_refcount_flag()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-fpga-manager | 35 * write complete = Doing post programming steps 36 * write complete error = Error while doing post programming
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | sata_highbank.txt | 28 - calxeda,post-clocks: a u32 that indicates the number of additional clock 43 calxeda,post-clocks = <0>;
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | t1042si-post.dtsi | 2 * T1042 Silicon/SoC Device Tree Source (post include) 35 /include/ "t1040si-post.dtsi"
|
D | t2080si-post.dtsi | 2 * T2080 Silicon/SoC Device Tree Source (post include) 35 /include/ "t2081si-post.dtsi"
|
D | p1010rdb-pa.dts | 23 /include/ "p1010si-post.dtsi"
|
D | p1010rdb-pb.dts | 35 /include/ "p1010si-post.dtsi"
|
D | t1024si-post.dtsi | 2 * T1024 Silicon/SoC Device Tree Source (post include) 35 /include/ "t1023si-post.dtsi"
|
D | bsc9132qds.dts | 35 /include/ "bsc9132si-post.dtsi"
|
D | bsc9131rdb.dts | 34 /include/ "bsc9131si-post.dtsi"
|
D | b4420si-post.dtsi | 2 * B4420 Silicon/SoC Device Tree Source (post include) 35 /include/ "b4si-post.dtsi"
|
D | p1020rdb.dts | 66 /include/ "p1020si-post.dtsi"
|
D | p1020rdb_36b.dts | 66 /include/ "p1020si-post.dtsi"
|
D | mpc8536ds.dts | 108 /include/ "mpc8536si-post.dtsi"
|
D | mpc8548cds_32b.dts | 85 /include/ "mpc8548si-post.dtsi"
|
D | p2020ds.dts | 88 /include/ "p2020si-post.dtsi"
|
D | mpc8536ds_36b.dts | 108 /include/ "mpc8536si-post.dtsi"
|
D | mpc8572ds.dts | 89 /include/ "mpc8572si-post.dtsi"
|
D | mpc8572ds_36b.dts | 89 /include/ "mpc8572si-post.dtsi"
|
D | p1010rdb-pa_36b.dts | 46 /include/ "p1010si-post.dtsi"
|
D | mpc8548cds_36b.dts | 85 /include/ "mpc8548si-post.dtsi"
|
D | b4420qds.dts | 50 /include/ "b4420si-post.dtsi"
|
D | t1040rdb.dts | 48 /include/ "t1040si-post.dtsi"
|
D | t1042qds.dts | 46 /include/ "t1042si-post.dtsi"
|
D | t1042rdb.dts | 48 /include/ "t1042si-post.dtsi"
|
D | t1040d4rdb.dts | 46 /include/ "t1040si-post.dtsi"
|
D | t2081qds.dts | 46 /include/ "t2081si-post.dtsi"
|
D | t1040qds.dts | 46 /include/ "t1040si-post.dtsi"
|
D | t1042d4rdb.dts | 53 /include/ "t1040si-post.dtsi"
|
D | t2080qds.dts | 57 /include/ "t2080si-post.dtsi"
|
D | b4860qds.dts | 61 /include/ "b4860si-post.dtsi"
|
D | t1042rdb_pi.dts | 57 /include/ "t1042si-post.dtsi"
|
D | p1010rdb-pb_36b.dts | 58 /include/ "p1010si-post.dtsi"
|
D | ppa8548.dts | 164 /include/ "mpc8548si-post.dtsi"
|
D | t2080rdb.dts | 57 /include/ "t2080si-post.dtsi"
|
D | cyrus_p5020.dts | 155 /include/ "p5020si-post.dtsi"
|
D | kmcoge4.dts | 179 /include/ "p2041si-post.dtsi"
|
D | mpc8544ds.dts | 106 /include/ "mpc8544si-post.dtsi"
|
D | b4860si-post.dtsi | 2 * B4860 Silicon/SoC Device Tree Source (post include) 35 /include/ "b4si-post.dtsi"
|
D | p1020utm-pc_32b.dts | 89 /include/ "p1020si-post.dtsi"
|
D | p1024rdb_32b.dts | 87 /include/ "p1020si-post.dtsi"
|
D | p2020rdb-pc_32b.dts | 96 /include/ "p2020si-post.dtsi"
|
D | p2020rdb-pc_36b.dts | 96 /include/ "p2020si-post.dtsi"
|
D | p1024rdb_36b.dts | 87 /include/ "p1020si-post.dtsi"
|
D | p1020rdb-pc_32b.dts | 90 /include/ "p1020si-post.dtsi"
|
D | p1020mbg-pc_32b.dts | 89 /include/ "p1020si-post.dtsi"
|
D | p1020mbg-pc_36b.dts | 89 /include/ "p1020si-post.dtsi"
|
D | p1020utm-pc_36b.dts | 89 /include/ "p1020si-post.dtsi"
|
D | p1025rdb_36b.dts | 93 /include/ "p1021si-post.dtsi"
|
D | p1020rdb-pc_36b.dts | 90 /include/ "p1020si-post.dtsi"
|
D | p1025twr.dts | 95 /include/ "p1021si-post.dtsi"
|
D | p1021rdb-pc_32b.dts | 96 /include/ "p1021si-post.dtsi"
|
D | oca4080.dts | 145 /include/ "p4080si-post.dtsi"
|
D | p1021rdb-pc_36b.dts | 96 /include/ "p1021si-post.dtsi"
|
D | p1022ds_36b.dts | 102 /include/ "p1022si-post.dtsi"
|
D | p1022ds_32b.dts | 102 /include/ "p1022si-post.dtsi"
|
D | p1025rdb_32b.dts | 133 /include/ "p1021si-post.dtsi"
|
D | t1023rdb.dts | 162 /include/ "t1023si-post.dtsi"
|
D | bsc9131si-post.dtsi | 2 * BSC9131 Silicon/SoC Device Tree Source (post include)
|
D | mvme2500.dts | 261 /include/ "p2020si-post.dtsi"
|
D | t1024rdb.dts | 191 /include/ "t1024si-post.dtsi"
|
D | bsc9132si-post.dtsi | 2 * BSC9132 Silicon/SoC Device Tree Source (post include)
|
D | t4240rdb.dts | 213 /include/ "t4240si-post.dtsi"
|
D | mpc8548si-post.dtsi | 2 * MPC8548 Silicon/SoC Device Tree Source (post include)
|
D | p1022rdk.dts | 188 /include/ "p1022si-post.dtsi"
|
D | p4080ds.dts | 218 /include/ "p4080si-post.dtsi"
|
D | c293si-post.dtsi | 2 * C293 Silicon/SoC Device Tree Source (post include)
|
D | b4qds.dtsi | 232 /include/ "b4si-post.dtsi"
|
D | ge_imp3a.dts | 255 /include/ "p2020si-post.dtsi"
|
D | p2041rdb.dts | 250 /include/ "p2041si-post.dtsi"
|
D | mpc8572si-post.dtsi | 2 * MPC8572 Silicon/SoC Device Tree Source (post include)
|
D | t1024qds.dts | 251 /include/ "t1024si-post.dtsi"
|
D | c293pcie.dts | 224 /include/ "c293si-post.dtsi"
|
D | p5040ds.dts | 254 /include/ "p5040si-post.dtsi"
|
D | p2020rdb.dts | 291 /include/ "p2020si-post.dtsi"
|
D | mpc8544si-post.dtsi | 2 * MPC8544 Silicon/SoC Device Tree Source (post include)
|
D | p2020si-post.dtsi | 2 * P2020/P2010 Silicon/SoC Device Tree Source (post include)
|
D | p1020si-post.dtsi | 2 * P1020/P1011 Silicon/SoC Device Tree Source (post include)
|
D | p1010si-post.dtsi | 2 * P1010/P1014 Silicon/SoC Device Tree Source (post include)
|
D | p3041ds.dts | 284 /include/ "p3041si-post.dtsi"
|
D | p5020ds.dts | 284 /include/ "p5020si-post.dtsi"
|
D | p1021si-post.dtsi | 2 * P1021/P1012 Silicon/SoC Device Tree Source (post include)
|
D | mpc8536si-post.dtsi | 2 * MPC8536 Silicon/SoC Device Tree Source (post include)
|
D | p1023rdb.dts | 260 /include/ "p1023si-post.dtsi"
|
D | t4240qds.dts | 310 /include/ "t4240si-post.dtsi"
|
D | mpc8568si-post.dtsi | 2 * MPC8568 Silicon/SoC Device Tree Source (post include)
|
D | p1022si-post.dtsi | 2 * P1022/P1013 Silicon/SoC Device Tree Source (post include)
|
D | mpc8569si-post.dtsi | 2 * MPC8569 Silicon/SoC Device Tree Source (post include)
|
D | p1021mds.dts | 323 /include/ "p1021si-post.dtsi"
|
D | p1020rdb-pd.dts | 292 /include/ "p1020si-post.dtsi"
|
D | mpc8568mds.dts | 314 /include/ "mpc8568si-post.dtsi"
|
D | p1023si-post.dtsi | 2 * P1023/P1017 Silicon/SoC Device Tree Source (post include)
|
D | t1023si-post.dtsi | 2 * T1023 Silicon/SoC Device Tree Source (post include)
|
D | p5020si-post.dtsi | 2 * P5020/5010 Silicon/SoC Device Tree Source (post include)
|
D | p2041si-post.dtsi | 2 * P2041/P2040 Silicon/SoC Device Tree Source (post include)
|
D | mpc8569mds.dts | 447 /include/ "mpc8569si-post.dtsi"
|
D | p3041si-post.dtsi | 2 * P3041 Silicon/SoC Device Tree Source (post include)
|
D | b4si-post.dtsi | 2 * B4420 Silicon/SoC Device Tree Source (post include)
|
D | p5040si-post.dtsi | 2 * P5040 Silicon/SoC Device Tree Source (post include)
|
D | t1040si-post.dtsi | 2 * T1040 Silicon/SoC Device Tree Source (post include)
|
D | p4080si-post.dtsi | 2 * P4080/P4040 Silicon/SoC Device Tree Source (post include)
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | usbmisc_imx.c | 87 int (*post)(struct imx_usbmisc_data *data); member 386 .post = usbmisc_imx25_post, 438 if (!usbmisc->ops->post) in imx_usbmisc_init_post() 440 return usbmisc->ops->post(data); in imx_usbmisc_init_post()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | devinit.h | 9 bool post; member
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 344 dwarf-post-unwind := 1 345 dwarf-post-unwind-text := BUG 350 msg := $(warning Disabling post unwind, no support found.); 351 dwarf-post-unwind := 0 353 dwarf-post-unwind-text := libdw 357 dwarf-post-unwind-text := libunwind 365 ifeq ($(dwarf-post-unwind),1)
|
/linux-4.4.14/Documentation/networking/ |
D | bridge.txt | 13 If you still have questions, don't hesitate to post to the mailing list
|
D | ax25.txt | 10 subscribed to post but of course that means you might miss an answer.
|
/linux-4.4.14/drivers/parport/ |
D | TODO-parport | 12 b) Handle status readback automatically. IEEE1284 printers can post status
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | machine.txt | 22 /* the pre and post PM functions are used to do any PM work before and 45 The machine driver has pre and post versions of suspend and resume to take care
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Tropez+ | 11 post-install wavefront modprobe "-k" "opl3"
|
D | SoundPro | 84 post-install sound modprobe -k ad1848; modprobe -k mpu401; modprobe -k opl3
|
D | README.modules | 39 softdep sb post: adlib_card
|
D | Opti | 119 post-install mad16 /sbin/ad1848_mixer_reroute 14 8 15 3 16 6
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | serial_cs.c | 77 int (*post)(struct pcmcia_device *); member 202 .post = quirk_post_ibm, 659 if (info->quirk && info->quirk->post) in serial_config() 660 if (info->quirk->post(link)) in serial_config()
|
/linux-4.4.14/arch/x86/um/ |
D | setjmp_64.S | 10 # %rsp (post-return)
|
/linux-4.4.14/Documentation/video4linux/ |
D | cx18.txt | 14 then post to the video4linux or ivtv-users mailing list.
|
D | fimc.txt | 47 - video post-processor (mem-to-mem)
|
/linux-4.4.14/Documentation/DocBook/ |
D | w1.xml.db | 32 API-w1-post-write
|
D | scsi.xml.db | 93 API-fc-host-post-event 94 API-fc-host-post-vendor-event
|
D | kernel-api.xml.db | 636 API-blk-post-runtime-suspend 638 API-blk-post-runtime-resume
|
D | gpu.xml.db | 480 API-drm-bridge-post-disable 511 API-drm-vblank-post-modeset
|
/linux-4.4.14/Documentation/zh_CN/ |
D | basic_profiling.txt | 3 If you have any comment or update to the content, please post to LKML directly.
|
D | magic-number.txt | 3 If you have any comment or update to the content, please post to LKML directly.
|
D | CodingStyle | 3 If you have any comment or update to the content, please post to LKML directly.
|
/linux-4.4.14/arch/x86/mm/ |
D | mmio-mod.c | 208 static void post(struct kmmio_probe *p, unsigned long condition, in post() function 257 .post_handler = post, in ioremap_trace_core()
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 219 4. Enter post-map ABA into RTT[lane] 223 8. Remove post-map ABA entry from RTT[lane] 234 6. Read map to get the existing post-map ABA entry for this pre-map ABA 236 8. Write new post-map ABA into map. 237 9. Write old post-map entry into the free list
|
/linux-4.4.14/Documentation/accounting/ |
D | cgroupstats.txt | 11 The current model for cgroupstats is a pull, a push model (to post
|
/linux-4.4.14/Documentation/hwmon/ |
D | ds620 | 22 returned via sysfs displays post decimal positions.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | k2e-clocks.dtsi | 17 reg-names = "control", "multiplier", "post-divider";
|
D | k2l-clocks.dtsi | 26 reg-names = "control", "multiplier", "post-divider";
|
D | k2hk-clocks.dtsi | 26 reg-names = "control", "multiplier", "post-divider";
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | index.txt | 37 you can report bugs, problems or submit patches. To post a message,
|
/linux-4.4.14/drivers/video/fbdev/ |
D | pm3fb.c | 150 int f, pre, post; in pm3fb_calculate_clock() local 157 for (post = 0; post < 5; post++) { in pm3fb_calculate_clock() 158 freq = ((2*PM3_REF_CLOCK * f) >> post) / pre; in pm3fb_calculate_clock() 166 *postscale = post; in pm3fb_calculate_clock()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_unimp.S | 74 bral gen_except |post any exceptions and return
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 137 Encoder API post(?) 138 Decoder API post(?)
|
D | fw-dma.txt | 40 - The driver post-processes the newly transferred buffers.
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | sbc8548.dts | 110 /include/ "sbc8548-post.dtsi"
|
D | sbc8548-altflash.dts | 115 /include/ "sbc8548-post.dtsi"
|
D | virtex440-ml507.dts | 126 xlnx,mplb-write-post-enable = <1>;
|
D | virtex440-ml510.dts | 121 xlnx,mplb-write-post-enable = <0x1>;
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 84 int (*post)(struct crypt_config *cc, u8 *iv, member 791 .post = crypt_iv_lmk_post 800 .post = crypt_iv_tcw_post 877 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block() 878 r = cc->iv_gen_ops->post(cc, iv, dmreq); in crypt_convert_block() 1372 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) in kcryptd_async_done() 1373 error = cc->iv_gen_ops->post(cc, iv_of_dmreq(cc, dmreq), dmreq); in kcryptd_async_done()
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 46 * 11-02-00 01.01.01 Original release for post 1.0 work 117 * 11-02-00 01.01.01 Original release for post 1.0 work 241 * 11-02-00 01.01.01 Original release for post 1.0 work 533 * 11-02-00 01.01.01 Original release for post 1.0 work 579 * 11-02-00 01.01.01 Original release for post 1.0 work 623 * 11-02-00 01.01.01 Original release for post 1.0 work 660 * 11-02-00 01.01.01 Original release for post 1.0 work 736 * 11-02-00 01.01.01 Original release for post 1.0 work
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 38 a source-tree that post-dates 18-Dec-2002. You can find a pre-compiled \
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-stat.txt | 132 --post:: 133 Pre and post measurement hooks, e.g.:
|
/linux-4.4.14/scripts/ |
D | kernel-doc | 1404 my $post = ","; 1407 $post = ");"; 1412 print ".BI \"" . $parenth . $1 . "\" " . $parameter . " \") (" . $2 . ")" . $post . "\"\n"; 1415 print ".BI \"" . $parenth . $type . "\" " . $parameter . " \"" . $post . "\"\n";
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | dwc3.txt | 47 register for post-silicon frame length adjustment when the
|
/linux-4.4.14/Documentation/input/ |
D | appletouch.txt | 5 appletouch is a Linux kernel driver for the USB touchpad found on post
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sram242x.S | 164 cmp r0, #0x1 @ going to half speed (post branch link) 178 moveq r9, #0x1 @ if speed down, post down, drop volt
|
D | sram243x.S | 164 cmp r0, #0x1 @ going to half speed (post branch link) 178 moveq r9, #0x1 @ if speed down, post down, drop volt
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | stmmac.txt | 19 The 3rd cell is reset post-delay in micro seconds.
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 43 - apm,tx-post-cursor : Post-cursor emphasis taps control. Two set of
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 18 channels. With a post 2.6.9 Linux kernel, latencies down to 64 (1.33 ms) or
|
D | MIXART.txt | 85 (for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,spmi-vadc.txt | 61 pre-determined ratio and use it for post scaling. Select one from
|
/linux-4.4.14/Documentation/power/ |
D | video.txt | 62 save > /tmp/delme; echo 3 > /proc/acpi/sleep; vbetool post; vbetool 127 HP Pavilion ZD7000 vbetool post needed, need open-source nv driver for X
|
/linux-4.4.14/drivers/scsi/ |
D | initio.h | 384 void (*post) (u8 *, u8 *); /*4C POST routine */ member
|
D | initio.c | 987 (*tmp->post) ((u8 *) host, (u8 *) tmp); in initio_abort_srb() 1020 (*tmp->post) ((u8 *) host, (u8 *) tmp); in initio_abort_srb() 1158 (*scb->post) ((u8 *) host, (u8 *) scb); in tulip_main() 2571 cblk->post = i91uSCBPost; /* i91u's callback routine */ in initio_build_scb()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-sriox-defs.h | 1447 uint64_t post:8; member 1449 uint64_t post:8; 1566 uint64_t post:8; member 1568 uint64_t post:8;
|
/linux-4.4.14/Documentation/trace/ |
D | tracepoint-analysis.txt | 188 options exist as well. By post-processing the output, further information can 189 be gathered on-line as appropriate. Examples of post-processing might include
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pcie.c | 722 #define eq_value(pre, curr, post) \ argument 726 | (((u32)(post)) << \
|
/linux-4.4.14/sound/oss/ |
D | dmabuf.c | 865 int post; in DMAbuf_move_wrpointer() local 869 post= (dmap->flags & DMA_POST); in DMAbuf_move_wrpointer() 907 if (dmap->qlen > 1 || (dmap->qlen > 0 && (post || dmap->qlen >= dmap->nbufs - 1))) in DMAbuf_move_wrpointer()
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | CHANGES | 42 mode was pre-decrement or post-increment and the address register
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_video.c | 115 u8 post:1; /* can configure the head to */ member 993 video->flags.post = 1; in acpi_video_bus_check() 1959 video->flags.post ? "yes" : "no"); in acpi_video_bus_add()
|
/linux-4.4.14/Documentation/development-process/ |
D | 3.Early-stage | 125 the MAINTAINERS file for a relevant place to post. If there is a suitable 186 empowered managers before you can post your company's plans or code to a
|
D | 5.Posting | 47 - Be sure that you have the right to post the code. If this work was done 79 - The patch series you post will almost certainly not be the series of
|
/linux-4.4.14/tools/perf/util/ |
D | probe-finder.c | 1491 goto post; in debuginfo__find_probe_point() 1498 goto post; in debuginfo__find_probe_point() 1536 post: in debuginfo__find_probe_point()
|
/linux-4.4.14/Documentation/scsi/ |
D | arcmsr_spec.txt | 30 ** #bit27--bit31 => flag for post ccb 31 ** #bit0--bit26 => real address (bit27--bit31) of post arcmsr_cdb
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-gic-v3-its.c | 468 goto post; in its_send_single_command() 476 post: in its_send_single_command()
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 317 This process can be automated by specifying pre- or post- dependencies in the 329 softdep rapidio post: idt_gen2 idtcps tsi57x
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 105 post it to the mailing list with a subject of "PROBLEM: <one line
|
/linux-4.4.14/Documentation/ |
D | BUG-HUNTING | 135 A post to linux.dev.kernel isn't such a bad idea if you've done some
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_configfs.txt | 50 (The original post describing the first function
|
/linux-4.4.14/Documentation/blockdev/ |
D | floppy.txt | 229 me at Alain.Knaff@poboxes.com . If you post to Usenet, preferably use
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 85 post to the linux-dvb mailing list ascertained that the
|