/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv20.c | 69 .post = nv04_devinit_post,
|
H A D | gv100.c | 69 .post = gm200_devinit_post,
|
H A D | nv04.c | 165 /* upclock -- write new post divider first */ in setPLL_single() 414 if (!init->base.post) { in nv04_devinit_preinit() 422 init->base.post = true; in nv04_devinit_preinit() 456 .post = nv04_devinit_post,
|
H A D | nv10.c | 103 .post = nv04_devinit_post,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | devinit.h | 10 bool post; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | gv100.c | 69 .post = gm200_devinit_post,
|
H A D | nv20.c | 69 .post = nv04_devinit_post,
|
H A D | nv04.c | 165 /* upclock -- write new post divider first */ in setPLL_single() 414 if (!init->base.post) { in nv04_devinit_preinit() 422 init->base.post = true; in nv04_devinit_preinit() 455 .post = nv04_devinit_post,
|
H A D | ga100.c | 68 .post = tu102_devinit_post,
|
H A D | nv10.c | 103 .post = nv04_devinit_post,
|
/third_party/mesa3d/include/android_stub/hardware/ |
H A D | fb.h | 91 * updated during (*post)(). 98 * is, the driver is not allowed to post anything outside of this 101 * The rectangle evaluated during (*post)() and specifies which area 102 * of the buffer passed in (*post)() shall to be posted. 119 * post() will block until the the first post is completed. 121 * Internally, post() is expected to lock the buffer so that a 128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | core.h | 62 int (*post)(OSSL_PROVIDER *, int operation_id,
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | SwiftConfig.hpp | 96 void parsePost(const char *post);
|
/third_party/openssl/include/internal/ |
H A D | core.h | 62 int (*post)(OSSL_PROVIDER *, int operation_id,
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
H A D | rxe_comp.c | 453 bool post; in do_complete() local 455 /* do we need to post a completion */ in do_complete() 456 post = ((qp->sq_sig_type == IB_SIGNAL_ALL_WR) || in do_complete() 460 if (post) in do_complete() 465 if (post) in do_complete() 585 rxe_dbg_cq(qp->scq, "post cq failed, err = %d", err); in flush_send_wqe()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/ |
H A D | SfntDump.java | 133 if (option.startsWith("post")) { in main() 241 System.out.println("\t-post\t\tdump the PostScript name table"); in printUsage() 401 PostScriptTable post = font.getTable(Tag.post); in dumpFont() 402 int nGlyphs = post.numberOfGlyphs(); in dumpFont() 404 System.out.printf("%d: %s\n", glyphId, post.glyphName(glyphId)); in dumpFont()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_maven.c | 227 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_PLL_mavenclock() 283 *post = p; in matroxfb_PLL_mavenclock() 290 /* if h2/post/in/feed have not been assigned, return zero (error) */ in matroxfb_PLL_mavenclock() 294 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); in matroxfb_PLL_mavenclock() 300 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_mavenclock() 317 *post = p; in matroxfb_mavenclock() 322 unsigned int* in, unsigned int* feed, unsigned int* post) { in DAC1064_calcclock() 336 *post = p; in DAC1064_calcclock() 224 matroxfb_PLL_mavenclock(const struct matrox_pll_features2* pll, const struct matrox_pll_ctl* ctl, unsigned int htotal, unsigned int vtotal, unsigned int* in, unsigned int* feed, unsigned int* post, unsigned int* h2) matroxfb_PLL_mavenclock() argument 298 matroxfb_mavenclock(const struct matrox_pll_ctl *ctl, unsigned int htotal, unsigned int vtotal, unsigned int* in, unsigned int* feed, unsigned int* post, unsigned int* htotal2) matroxfb_mavenclock() argument 321 DAC1064_calcclock(unsigned int freq, unsigned int fmax, unsigned int* in, unsigned int* feed, unsigned int* post) DAC1064_calcclock() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_maven.c | 227 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_PLL_mavenclock() 283 *post = p; in matroxfb_PLL_mavenclock() 290 /* if h2/post/in/feed have not been assigned, return zero (error) */ in matroxfb_PLL_mavenclock() 294 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); in matroxfb_PLL_mavenclock() 300 unsigned int* in, unsigned int* feed, unsigned int* post, in matroxfb_mavenclock() 317 *post = p; in matroxfb_mavenclock() 322 unsigned int* in, unsigned int* feed, unsigned int* post) { in DAC1064_calcclock() 336 *post = p; in DAC1064_calcclock() 224 matroxfb_PLL_mavenclock(const struct matrox_pll_features2* pll, const struct matrox_pll_ctl* ctl, unsigned int htotal, unsigned int vtotal, unsigned int* in, unsigned int* feed, unsigned int* post, unsigned int* h2) matroxfb_PLL_mavenclock() argument 298 matroxfb_mavenclock(const struct matrox_pll_ctl *ctl, unsigned int htotal, unsigned int vtotal, unsigned int* in, unsigned int* feed, unsigned int* post, unsigned int* htotal2) matroxfb_mavenclock() argument 321 DAC1064_calcclock(unsigned int freq, unsigned int fmax, unsigned int* in, unsigned int* feed, unsigned int* post) DAC1064_calcclock() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 146 private final PostScriptTable post; field in ViewableTaggedData.TaggedDataImpl 148 TaggedDataImpl(PostScriptTable post) { in TaggedDataImpl() argument 149 this.post = post; in TaggedDataImpl() 302 String glyphName = post.glyphName(value); in tagRangeField()
|
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
H A D | nft_queue.sh | 114 chain post { 143 chain post { 304 chain post {
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 1619 u32 loop, post, rdy = 0; in beiscsi_check_fw_rdy() local 1623 post = beiscsi_get_post_stage(phba); in beiscsi_check_fw_rdy() 1624 if (post & POST_ERROR_BIT) in beiscsi_check_fw_rdy() 1626 if ((post & POST_STAGE_MASK) == POST_STAGE_ARMFW_RDY) { in beiscsi_check_fw_rdy() 1635 "BC_%d : FW not ready 0x%x\n", post); in beiscsi_check_fw_rdy() 1849 u32 post, status; in beiscsi_detect_tpe() local 1852 post = beiscsi_get_post_stage(phba); in beiscsi_detect_tpe() 1853 status = post & POST_STAGE_MASK; in beiscsi_detect_tpe() 1858 "BC_%d : HBA error recoverable: 0x%x\n", post); in beiscsi_detect_tpe() 1862 "BC_%d : HBA in UE: 0x%x\n", post); in beiscsi_detect_tpe() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 1617 u32 loop, post, rdy = 0; in beiscsi_check_fw_rdy() local 1621 post = beiscsi_get_post_stage(phba); in beiscsi_check_fw_rdy() 1622 if (post & POST_ERROR_BIT) in beiscsi_check_fw_rdy() 1624 if ((post & POST_STAGE_MASK) == POST_STAGE_ARMFW_RDY) { in beiscsi_check_fw_rdy() 1633 "BC_%d : FW not ready 0x%x\n", post); in beiscsi_check_fw_rdy() 1847 u32 post, status; in beiscsi_detect_tpe() local 1850 post = beiscsi_get_post_stage(phba); in beiscsi_detect_tpe() 1851 status = post & POST_STAGE_MASK; in beiscsi_detect_tpe() 1856 "BC_%d : HBA error recoverable: 0x%x\n", post); in beiscsi_detect_tpe() 1860 "BC_%d : HBA in UE: 0x%x\n", post); in beiscsi_detect_tpe() [all...] |
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 53 J.-M. Valin, J. Rouat, and F. Michaud, "Microphone array post-filter for separation 212 spx_word16_t *post; /**< A-posteriori SNR */ member 455 st->post = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t)); in speex_preprocess_state_init() 487 st->post[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init() 542 speex_free(st->post); in speex_preprocess_state_destroy() 796 st->post[i] = SUB16(DIV32_16_Q8(ps[i],tot_noise), QCONST16(1.f,SNR_SHIFT)); in speex_preprocess_run() 797 st->post[i]=MIN16(st->post[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run() 802 /* A priori SNR update = gamma*max(0,post) + (1-gamma)*old/noise */ in speex_preprocess_run() 803 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[ in speex_preprocess_run() [all...] |
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | setjmp_64.S | 11 # %rsp (post-return)
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | setjmp_64.S | 11 # %rsp (post-return)
|