Searched refs:post (Results 1 - 25 of 69) sorted by relevance

123

/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.h9 unsigned int* in, unsigned int* feed, unsigned int* post);
13 unsigned int *post)
15 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post);
10 PLL_calcclock(const struct matrox_fb_info *minfo, unsigned int freq, unsigned int fmax, unsigned int *in, unsigned int *feed, unsigned int *post) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dpriv.h14 int (*post)(struct nvkm_devinit *, bool post); member in struct:nvkm_devinit_func
H A Dr535.c43 rm->post = hw->post;
H A Dnv1a.c33 .post = nv04_devinit_post,
H A Dbase.c63 if (init && init->func->post)
64 ret = init->func->post(init, init->post);
75 init->post = true;
87 /* Override the post flag during the first call if NvForcePost is set */
89 init->post = init->force_post;
H A Dgm200.c83 pmu_load(struct nv50_devinit *init, u8 type, bool post, argument
94 if (!post || !subdev->device->pmu)
115 gm200_devinit_preos(struct nv50_devinit *init, bool post) argument
120 pmu_load(init, 0x01, post, NULL, NULL);
124 gm200_devinit_post(struct nvkm_devinit *base, bool post) argument
141 ret = pmu_load(init, 0x04, post, &exec, &args);
148 if (post) {
156 if (post) {
164 if (post) {
174 gm200_devinit_preos(init, post);
[all...]
H A Dnv50.c98 * missing, assume it's a secondary gpu which requires post
100 if (!base->post) {
103 base->post = true;
109 if (!base->post) {
113 base->post = true;
134 while (init->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) {
165 .post = nv04_devinit_post,
H A Dg98.c54 .post = nv04_devinit_post,
H A Dmcp89.c55 .post = nv04_devinit_post,
H A Dg84.c55 .post = nv04_devinit_post,
H A Dgm107.c52 .post = nv04_devinit_post,
H A Dtu102.c87 tu102_devinit_post(struct nvkm_devinit *init, bool post) argument
95 .post = tu102_devinit_post,
H A Dgf100.c101 base->post = ((nvkm_rd32(device, 0x2240c) & BIT(1)) == 0);
108 .post = nv04_devinit_post,
H A Dnv20.c69 .post = nv04_devinit_post,
H A Dgv100.c69 .post = gm200_devinit_post,
H A Dnv10.c103 .post = nv04_devinit_post,
H A Dga100.c80 .post = tu102_devinit_post,
H A Dnv05.c133 .post = nv04_devinit_post,
/linux-master/sound/core/
H A Dpcm_timer.c21 unsigned long rate, mult, fsize, l, post; local
37 post = 1;
40 post *= 2;
49 runtime->timer_resolution = (mult * fsize / rate) * post;
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh125 check_value max_macs post-set 16 32
126 check_value test1 post-set false Y
130 check_value max_macs post-reload 16 16
131 check_value test1 post-reload false N
170 check_region_snapshot_count dummy post-first-snapshot 1
174 check_region_snapshot_count dummy post-second-snapshot 2
178 check_region_snapshot_count dummy post-third-snapshot 3
183 check_region_snapshot_count dummy post-first-delete 2
188 check_region_snapshot_count dummy post-first-request 3
208 check_region_snapshot_count dummy post
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Ddevinit.h10 bool post; member in struct:nvkm_devinit
/linux-master/arch/x86/um/
H A Dsetjmp_64.S11 # %rsp (post-return)
/linux-master/fs/ocfs2/
H A Drefcounttree.h76 struct ocfs2_post_refcount *post);
94 struct ocfs2_post_refcount *post);
/linux-master/net/ipv6/
H A Drpl.c15 const void *post, unsigned char pfx)
18 memcpy(&dst->s6_addr[pfx], post, IPV6_PFXTAIL_LEN(pfx));
13 ipv6_rpl_addr_decompress(struct in6_addr *dst, const struct in6_addr *daddr, const void *post, unsigned char pfx) argument
/linux-master/drivers/scsi/aacraid/
H A Drx.c347 } * post; local
358 post = dma_alloc_coherent(&dev->pdev->dev,
361 if (unlikely(post == NULL)) {
366 post->Post_Command = cpu_to_le32(COMMAND_POST_RESULTS);
367 post->Post_Address = cpu_to_le32(baddr);
372 post, paddr);

Completed in 163 milliseconds

123