/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.h | 8 unsigned int* in, unsigned int* feed, unsigned int* post); PLL_calcclock() 12 unsigned int *post) PLL_calcclock() 14 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); PLL_calcclock() 9 PLL_calcclock(const struct matrox_fb_info *minfo, unsigned int freq, unsigned int fmax, unsigned int *in, unsigned int *feed, unsigned int *post) PLL_calcclock() argument
|
H A D | matroxfb_maven.c | 226 unsigned int* in, unsigned int* feed, unsigned int* post, matroxfb_PLL_mavenclock() 282 *post = p; matroxfb_PLL_mavenclock() 289 /* if h2/post/in/feed have not been assigned, return zero (error) */ matroxfb_PLL_mavenclock() 293 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d\n", *in, *feed, *post, fxtal, fwant); matroxfb_PLL_mavenclock() 299 unsigned int* in, unsigned int* feed, unsigned int* post, matroxfb_mavenclock() 316 *post = p; matroxfb_mavenclock() 321 unsigned int* in, unsigned int* feed, unsigned int* post) { DAC1064_calcclock() 335 *post = p; DAC1064_calcclock() 223 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 297 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 320 DAC1064_calcclock(unsigned int freq, unsigned int fmax, unsigned int* in, unsigned int* feed, unsigned int* post) DAC1064_calcclock() argument
|
H A D | matroxfb_misc.c | 129 unsigned int* in, unsigned int* feed, unsigned int* post) { matroxfb_PLL_calcclock() 178 *post = p; matroxfb_PLL_calcclock() 185 dprintk(KERN_ERR "clk: %02X %02X %02X %d %d %d\n", *in, *feed, *post, fxtal, bestvco, fwant); matroxfb_PLL_calcclock() 128 matroxfb_PLL_calcclock(const struct matrox_pll_features* pll, unsigned int freq, unsigned int fmax, unsigned int* in, unsigned int* feed, unsigned int* post) matroxfb_PLL_calcclock() argument
|
H A D | matroxfb_Ti3026.c | 284 int *feed, int *post) Ti3026_calcclock() 292 fvco >>= (*post = lpost); Ti3026_calcclock() 282 Ti3026_calcclock(const struct matrox_fb_info *minfo, unsigned int freq, unsigned int fmax, int *in, int *feed, int *post) Ti3026_calcclock() argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | gm204.c | 77 pmu_load(struct nv50_devinit_priv *priv, u8 type, bool post, pmu_load() argument 88 if (!post) pmu_load() 105 gm204_devinit_post(struct nvkm_subdev *subdev, bool post) gm204_devinit_post() argument 120 if (post) { gm204_devinit_post() 128 ret = pmu_load(priv, 0x04, post, &init, &args); gm204_devinit_post() 133 if (post) { gm204_devinit_post() 141 if (post) { gm204_devinit_post() 149 if (post) { gm204_devinit_post() 157 return pmu_load(priv, 0x01, post, NULL, NULL); gm204_devinit_post() 171 .post = gm204_devinit_post,
|
H A D | base.c | 37 devinit->post = true; _nvkm_devinit_fini() 56 ret = impl->post(&devinit->base, devinit->post); _nvkm_devinit_init() 91 devinit->post = nvkm_boolopt(device->cfgopt, "NvForcePost", false); nvkm_devinit_create_()
|
H A D | priv.h | 11 int (*post)(struct nvkm_subdev *, bool); member in struct:nvkm_devinit_impl
|
H A D | nv50.c | 103 if (!priv->base.post) { nv50_devinit_init() 107 priv->base.post = true; nv50_devinit_init() 115 if (priv->base.post && ibus) nv50_devinit_init() 126 while (priv->base.post && dcb_outp_parse(bios, i, &ver, &hdr, &outp)) { nv50_devinit_init() 173 .post = nvbios_init,
|
H A D | gf100.c | 110 priv->base.post = true; gf100_devinit_ctor() 126 .post = nvbios_init,
|
H A D | gm107.c | 58 .post = nvbios_init,
|
H A D | nv1a.c | 39 .post = nvbios_init,
|
H A D | g84.c | 65 .post = nvbios_init,
|
H A D | g98.c | 64 .post = nvbios_init,
|
H A D | mcp89.c | 65 .post = nvbios_init,
|
H A D | nv20.c | 76 .post = nvbios_init,
|
H A D | nv04.c | 163 /* upclock -- write new post divider first */ setPLL_single() 415 if (!priv->base.post) { nv04_devinit_init() 423 priv->base.post = true; nv04_devinit_init() 469 .post = nvbios_init,
|
H A D | nv05.c | 139 .post = nvbios_init,
|
H A D | nv10.c | 110 .post = nvbios_init,
|
H A D | gt215.c | 149 .post = nvbios_init,
|
/linux-4.1.27/kernel/ |
H A D | bounds.c | 3 * This code generates raw asm output which is post-processed
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | asm-offsets.c | 3 * This code generates raw asm output which is post-processed
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | devinit.h | 7 bool post; member in struct:nvkm_devinit
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | i2c-davinci.h | 18 unsigned int bus_delay; /* post-transaction delay (usec) */
|
/linux-4.1.27/sound/core/ |
H A D | pcm_timer.c | 34 unsigned long rate, mult, fsize, l, post; snd_pcm_timer_resolution_change() local 50 post = 1; snd_pcm_timer_resolution_change() 53 post *= 2; snd_pcm_timer_resolution_change() 62 runtime->timer_resolution = (mult * fsize / rate) * post; snd_pcm_timer_resolution_change()
|
/linux-4.1.27/arch/tile/include/arch/ |
H A D | mpipe.h | 233 * Used to post descriptor locations to the eDMA descriptor engine. The 251 * accessed. For the egress DMA post region, this field must be 5. 276 * Used to post descriptor locations to the eDMA descriptor engine. The 288 * post. For example, to post 1 or more descriptors starting at location 290 * masked based on the ring size. The new tail pointer after this post 296 * how full the ring is and if software may post more descriptors. 301 * being posted. Software may post up to RingSize descriptors with a 317 * the ring are also valid so it is okay to post around the wrap point.
|
/linux-4.1.27/arch/x86/um/ |
H A D | setjmp_64.S | 10 # %rsp (post-return)
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | Makefile | 24 # We need to post-process the generated vmlinux.lds scripts to convert
|
/linux-4.1.27/arch/cris/kernel/ |
H A D | asm-offsets.c | 7 * This code generates raw asm output which is post-processed to extract
|
H A D | process.c | 51 * here to freeze the system for e.g. post-mortem debug purpose when
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | asm-offsets.c | 3 * This code generates raw asm output which is post-processed to extract
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | paravirt_types.h | 540 pre, post, ...) \ 550 post \ 560 post \ 571 #define __PVOP_CALL(rettype, op, pre, post, ...) \ 573 EXTRA_CLOBBERS, pre, post, ##__VA_ARGS__) 575 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ 578 pre, post, ##__VA_ARGS__) 581 #define ____PVOP_VCALL(op, clbr, call_clbr, extra_clbr, pre, post, ...) \ 587 post \ 595 #define __PVOP_VCALL(op, pre, post, ...) \ 598 pre, post, ##__VA_ARGS__) 600 #define __PVOP_VCALLEESAVE(op, pre, post, ...) \ 603 pre, post, ##__VA_ARGS__)
|
/linux-4.1.27/drivers/clk/keystone/ |
H A D | pll.c | 41 * @pllod: PLL register map address for post divider bits 50 * @postdiv: Fixed post divider 104 /* read post divider from od bits*/ clk_pllclk_recalc() 183 * Check if there is an post-divider register. If not _of_pll_clk_init() 187 "post-divider"); _of_pll_clk_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_sec.h | 397 * \post req->rq_reqbuf point to request message with signature. 398 * \post req->rq_reqdata_len is set to the final request message size. 410 * \post req->rq_repmsg point to reply message without signature. 411 * \post req->rq_replen is the reply message length. 423 * \post req->rq_reqbuf point to request message. 424 * \post req->rq_reqdata_len is set to the final request message size. 436 * \post req->rq_repmsg point to reply message in clear text. 437 * \post req->rq_replen is the reply message length in clear text. 451 * \post when necessary, ptlrpc_bulk_sec_desc was properly prepared 474 * \post final bulk data in clear text is placed in buffer described 623 * \post if success, req->rq_reqmsg point to a buffer with size 646 * \post if success, req->rq_repbuf point to a buffer with size 660 * \post req->rq_repbuf == NULL. 661 * \post req->rq_repbuf_len == 0. 717 * \post req->rs_repdata_len is the final message size. 718 * \post req->rq_reply_off is set. 739 * \post req->rq_reply_state != NULL; 740 * \post req->rq_reply_state->rs_msg != NULL;
|
H A D | lustre_quota.h | 161 * - qsd_op_end(): performs the post operation quota processing. This must be
|
/linux-4.1.27/fs/ocfs2/ |
H A D | refcounttree.h | 86 struct ocfs2_post_refcount *post); 104 struct ocfs2_post_refcount *post);
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
H A D | mpi_type.h | 18 * 11-02-00 01.01.01 Original release for post 1.0 work
|
H A D | mpi_lan.h | 27 * 11-02-00 01.01.01 Original release for post 1.0 work
|
H A D | mpi_fc.h | 19 * 11-02-00 01.01.01 Original release for post 1.0 work
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-imx.c | 253 * $pre, the post-divider by 2^$post mx51_ecspi_clkdiv() 255 unsigned int pre, post; mx51_ecspi_clkdiv() local 260 post = fls(fin) - fls(fspi); mx51_ecspi_clkdiv() 261 if (fin > fspi << post) mx51_ecspi_clkdiv() 262 post++; mx51_ecspi_clkdiv() 264 /* now we have: (fin <= fspi << post) with post being minimal */ mx51_ecspi_clkdiv() 266 post = max(4U, post) - 4; mx51_ecspi_clkdiv() 267 if (unlikely(post > 0xf)) { mx51_ecspi_clkdiv() 273 pre = DIV_ROUND_UP(fin, fspi << post) - 1; mx51_ecspi_clkdiv() 275 pr_debug("%s: fin: %u, fspi: %u, post: %u, pre: %u\n", mx51_ecspi_clkdiv() 276 __func__, fin, fspi, post, pre); mx51_ecspi_clkdiv() 279 *fres = (fin / (pre + 1)) >> post; mx51_ecspi_clkdiv() 282 (post << MX51_ECSPI_CTRL_POSTDIV_OFFSET); mx51_ecspi_clkdiv()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | asm-offsets.c | 3 * This code generates raw asm output which is post-processed to extract
|
/linux-4.1.27/arch/arm/mach-s3c24xx/include/mach/ |
H A D | pm-core.h | 70 S3C_PMDBG("post sleep: IRQs 0x%08x, 0x%08x\n", s3c_pm_arch_show_resume_irqs()
|
/linux-4.1.27/include/linux/ |
H A D | elfcore.h | 61 * contents makes post-mortem fully interpretable later without matching up
|
H A D | omap-dma.h | 206 int src_amode; /* constant, post increment, indexed, 213 int dst_amode; /* constant, post increment, indexed,
|
H A D | rbtree.h | 94 * rbtree_postorder_for_each_entry_safe - iterate over rb_root in post order of
|
H A D | cgroup.h | 444 * css_for_each_descendant_post - post-order walk of a css's descendants 448 * Similar to css_for_each_descendant_pre() but performs post-order 460 * walk doesn't apply the same to post-order walks.
|
H A D | kexec.h | 125 * This memory can be freed post image load
|
/linux-4.1.27/arch/x86/mm/ |
H A D | mmio-mod.c | 73 * - pre/post callbacks assume the effect of is_enabled() being true. 117 * For some reason the pre/post pairs have been called in an 208 static void post(struct kmmio_probe *p, unsigned long condition, post() function 217 pr_emerg("unexpected post handler"); post() 257 .post_handler = post, ioremap_trace_core()
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
H A D | cx25840-audio.c | 74 * SA_MCLK_DIV = 0x10 = 384/384 * AUX_PLL post dvivider cx25840_set_audclk_freq() 111 * SA_MCLK_DIV = 0x10 = 384/384 * AUX_PLL post dvivider cx25840_set_audclk_freq() 148 * SA_MCLK_DIV = 0x10 = 384/384 * AUX_PLL post dvivider cx25840_set_audclk_freq() 187 * SA_MCLK_DIV = 0x14 = 256/384 * AUX_PLL post dvivider cx25840_set_audclk_freq() 228 * SA_MCLK_DIV = 0x10 = 256/384 * AUX_PLL post dvivider cx25840_set_audclk_freq() 269 * SA_MCLK_DIV = 0x10 = 256/384 * AUX_PLL post dvivider cx25840_set_audclk_freq()
|
/linux-4.1.27/drivers/clk/tegra/ |
H A D | clk.h | 111 * @p: post divider 124 * struct pdiv_map - map post divider to hw value 126 * @pdiv: post divider 141 * @divp_shift: shift to the post divider bit field 142 * @divp_width: width of the post divider bit field 145 * @override_divp_shift: shift to the post divider bitfield in override reg 227 * TEGRA_PLLU - PLLU has inverted post divider. This flags indicated 228 * that it is PLLU and invert post divider value.
|
/linux-4.1.27/arch/arm/plat-samsung/ |
H A D | pm.c | 162 S3C_PMDBG("%s: post sleep, preparing to return\n", __func__); s3c_pm_enter() 171 S3C_PMDBG("S3C PM Resume (post-restore)\n"); s3c_pm_enter()
|
/linux-4.1.27/tools/perf/config/ |
H A D | Makefile | 313 dwarf-post-unwind := 1 314 dwarf-post-unwind-text := BUG 316 # setup DWARF post unwinder 319 msg := $(warning Disabling post unwind, no support found.); 320 dwarf-post-unwind := 0 322 dwarf-post-unwind-text := libdw 326 dwarf-post-unwind-text := libunwind 334 ifeq ($(dwarf-post-unwind),1)
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-scan-pci.c | 96 * are post init. ide_scan_pcibus()
|
H A D | slc90e66.c | 47 control |= 4; /* Prefetch, post write */ slc90e66_set_pio_mode()
|
H A D | qd65xx.c | 81 * (maybe read-ahead and post-write buffer ?) 254 "and post-write buffer on %s.\n", qd6580_set_pio_mode()
|
/linux-4.1.27/drivers/iio/common/ssp_sensors/ |
H A D | ssp_iio.c | 34 /* the allocation is made in post because scan size is known in this ssp_common_buffer_postenable()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
H A D | upt1_defs.h | 31 u64 TSOPktsTxOK; /* TSO pkts post-segmentation */
|
/linux-4.1.27/drivers/usb/chipidea/ |
H A D | usbmisc_imx.c | 78 int (*post)(struct imx_usbmisc_data *data); member in struct:usbmisc_ops 321 .post = usbmisc_imx25_post, 368 if (!usbmisc->ops->post) imx_usbmisc_init_post() 370 return usbmisc->ops->post(data); imx_usbmisc_init_post()
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | suspend.h | 22 /* notifier chains for pre/post sleep hooks */ sh_mobile_setup_cpuidle()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
H A D | x_unimp.S | 74 bral gen_except |post any exceptions and return
|
/linux-4.1.27/scripts/ |
H A D | objdiff | 65 # http://dummdida.tumblr.com/post/60924060451/binary-diff-between-libc-from-scientificlinux-and
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | remote_node_context.h | 100 * @SCI_RNC_INVALIDATING: transition state that will post an RNC invalidate to 104 * @SCI_RNC_RESUMING: transition state that will post an RNC resume to the 148 RNC_DEST_SUSPENDED, /* Set when suspend during post/invalidate */
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | mmu_audit.c | 24 "post page fault", 26 "post pte write", 28 "post sync"
|
/linux-4.1.27/include/uapi/linux/ |
H A D | mii.h | 149 #define MII_MMD_CTRL_NOINCR 0x4000 /* no post increment */ 150 #define MII_MMD_CTRL_INCR_RDWT 0x8000 /* post increment on reads & writes */ 151 #define MII_MMD_CTRL_INCR_ON_WT 0xC000 /* post increment on writes only */
|
/linux-4.1.27/drivers/media/pci/cx18/ |
H A D | cx18-firmware.c | 269 /* 1 * xtal_freq * 0x0d.f7df9b8 / 2 = 200 MHz: 400 MHz pre post-divide*/ cx18_init_power() 270 /* 1 * xtal_freq * 0x11.1c71eb8 / 2 = 245 MHz: 490 MHz pre post-divide*/ cx18_init_power() 280 /* xtal_freq * 0x0d.1861a20 / 3 = 125 MHz: 375 MHz before post-divide */ cx18_init_power() 281 /* xtal_freq * 0x0c.92493f8 / 3 = 120 MHz: 360 MHz before post-divide */ cx18_init_power() 288 /* xtal_freq * 0xf.15f17f0 / 8 = 54 MHz: 432 MHz before post-divide */ cx18_init_power()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_uvd.c | 875 /* adjust to post divider minimum value */ radeon_uvd_calc_upll_post_div() 883 /* post dividers above a certain value must be even */ radeon_uvd_calc_upll_post_div() 900 * @pd_min: post divider minimum 901 * @pd_max: post divider maximum 902 * @pd_even: post divider must be even above this value 904 * @optimal_vclk_div: resulting vclk post divider 905 * @optimal_dclk_div: resulting dclk post divider
|
H A D | rs400.c | 467 /* setup MC before calling post tables */ rs400_resume() 475 /* post */ rs400_resume()
|
H A D | r520.c | 236 /* post */ r520_resume()
|
H A D | radeon_display.c | 888 * @post_div: post divider 894 * Calculate feedback and reference divider for a given post divider. Makes 901 /* limit reference * post divider to a maximum */ avivo_get_fb_ref_div() 969 /* determine allowed post divider range */ radeon_compute_pll_avivo() 1009 /* now search for a post divider */ radeon_compute_pll_avivo() 1065 DRM_DEBUG_KMS("%d - %d, pll dividers - fb: %d.%d ref: %d, post %d\n", radeon_compute_pll_avivo() 1259 DRM_DEBUG_KMS("%lld %d, pll dividers - fb: %d.%d ref: %d, post %d\n", radeon_compute_pll_legacy()
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-input.c | 58 * don't post any more */ rxrpc_queue_rcv_skb() 104 _net("post skb %p", skb); rxrpc_queue_rcv_skb() 221 _debug("post #%u", seq); rxrpc_fast_process_data() 307 * post an incoming packet to the nominated call to deal with 516 * post an incoming packet to the appropriate call/socket to deal with 583 * post connection-level events to the connection 597 * post endpoint-level events to the local endpoint
|
H A D | ar-ack.c | 800 /* post the final ACK message for userspace to pick up */ rxrpc_process_rx_queue() 801 _debug("post ACK"); rxrpc_process_rx_queue() 825 * post a message to the socket Rx queue for recvmsg() to pick up 941 _debug("post net error %d", error); rxrpc_process_call() 956 _debug("post conn abort"); rxrpc_process_call() 1022 _debug("post abort/busy"); rxrpc_process_call() 1046 _debug("post timeout"); rxrpc_process_call() 1179 /* post a notification of an acceptable connection to the app */ rxrpc_process_call() 1181 _debug("post accept"); rxrpc_process_call()
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | rx.c | 351 } * post; aac_rx_check_health() local 361 post = pci_alloc_consistent(dev->pdev, aac_rx_check_health() 363 if (unlikely(post == NULL)) { aac_rx_check_health() 368 post->Post_Command = cpu_to_le32(COMMAND_POST_RESULTS); aac_rx_check_health() 369 post->Post_Address = cpu_to_le32(baddr); aac_rx_check_health() 374 post, paddr); aac_rx_check_health()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_srq.c | 41 * ipath_post_srq_receive - post a receive on a shared receive queue 42 * @ibsrq: the SRQ to post the receive on 43 * @wr: the list of work requests to post
|
H A D | ipath_verbs.c | 118 * Note that it is OK to post send work requests in the SQE and ERR 332 * ipath_post_one_send - post one RC, UC, or UD send work request 333 * @qp: the QP to post on 355 /* Check that state is OK to post send. */ ipath_post_one_send() 438 * ipath_post_send - post a send on a QP 439 * @ibqp: the QP to post the send on 440 * @wr: the list of work requests to post 467 * ipath_post_receive - post a receive on a QP 468 * @ibqp: the QP to post the receive on 469 * @wr: the WR to post 482 /* Check that state is OK to post receive. */ ipath_post_receive()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_srq.c | 41 * qib_post_srq_receive - post a receive on a shared receive queue 42 * @ibsrq: the SRQ to post the receive on 43 * @wr: the list of work requests to post
|
H A D | qib_verbs.c | 116 * Note that it is OK to post send work requests in the SQE and ERR 333 * qib_post_one_send - post one RC, UC, or UD send work request 334 * @qp: the QP to post on 352 /* Check that state is OK to post send. */ qib_post_one_send() 456 * qib_post_send - post a send on a QP 457 * @ibqp: the QP to post the send on 458 * @wr: the list of work requests to post 487 * qib_post_receive - post a receive on a QP 488 * @ibqp: the QP to post the receive on 489 * @wr: the WR to post 502 /* Check that state is OK to post receive. */ qib_post_receive()
|
/linux-4.1.27/arch/mips/netlogic/xlp/ |
H A D | nlm_hal.c | 245 /* Find PLL post divider value */ nlm_xlp2_get_core_frequency() 408 /* Find PLL post divider value */ nlm_xlp2_get_pic_frequency() 435 /* PIC post divider, which happens after PLL */ nlm_xlp2_get_pic_frequency()
|
/linux-4.1.27/arch/blackfin/lib/ |
H A D | udivsi3.S | 70 ** with a post-divide correction. 81 ** with some post-adjustment 87 ** with some post-adjustment
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_fcoe.h | 44 #define I40E_RX_DESC_FLTSTAT_DDP 0x2 /* DDPed payload, post header */
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/ |
H A D | linux-time.h | 57 * post 2.5 kernels.
|
/linux-4.1.27/arch/x86/xen/ |
H A D | xen-asm_64.S | 4 * versions, with the pre- and post-amble chopped off.
|
H A D | xen-asm.S | 4 * versions, with the pre- and post-amble chopped off.
|
H A D | xen-asm_32.S | 4 * versions, with the pre- and post-amble chopped off.
|
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/ |
H A D | pm.c | 22 * Notifier lists for pre/post sleep notification
|
/linux-4.1.27/include/uapi/scsi/ |
H A D | scsi_netlink.h | 100 * If transports post vendor-unique events, they must pass a well-known
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | asm-offsets.c | 3 * This code generates raw asm output which is post-processed
|
/linux-4.1.27/arch/mn10300/unit-asb2364/ |
H A D | unit-init.c | 116 * post-ACK'able as they hold their lines until unit_init_IRQ()
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | cpu_ops.h | 35 * @cpu_postboot: Optionally, perform any post-boot cleanup or necesary
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | asm-offsets.c | 3 * This code generates raw asm output which is post-processed
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | asm-offsets.c | 3 * This code generates raw asm output which is post-processed
|
/linux-4.1.27/arch/ia64/ |
H A D | Makefile | 38 a source-tree that post-dates 18-Dec-2002. You can find a pre-compiled \
|
/linux-4.1.27/samples/kprobes/ |
H A D | kprobe_example.c | 74 * instruction within the pre- or post-handler, or when Kprobes
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
H A D | c2_vq.c | 171 * vq_send_wr - post a verbs request message to the Verbs Request Queue. 229 * post msg vq_send_wr()
|
H A D | c2_wr.h | 958 * Flags used for all post-sq WRs. These must fit in the flags 968 * Common fields for all post-sq WRs. Namely the standard header and a 969 * secondary header with fields common to all post-sq WRs. 976 * Same as above but for post-rq WRs.
|
/linux-4.1.27/fs/ntfs/ |
H A D | mst.c | 30 * Perform the necessary post read multi sector transfer fixup and detect the 175 * Perform the necessary post write multi sector transfer fixup, not checking
|
/linux-4.1.27/net/irda/ |
H A D | irda_device.c | 181 * finished, or askes for a timeout. When a task is finished, we do post 215 /* Do post processing */ irda_task_kick()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | camellia-aesni-avx-asm_64.S | 526 /* de-byteslice, apply post-whitening and store blocks */ 639 * post-SubByte transform 641 * post-lookup for sbox1, sbox4: 662 * post-SubByte transform 664 * post-lookup for sbox2: 685 * post-SubByte transform 687 * post-lookup for sbox3:
|
H A D | camellia-aesni-avx2-asm_64.S | 565 /* de-byteslice, apply post-whitening and store blocks */ 679 * post-SubByte transform 681 * post-lookup for sbox1, sbox4: 702 * post-SubByte transform 704 * post-lookup for sbox2: 725 * post-SubByte transform 727 * post-lookup for sbox3:
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | cl_page.c | 850 * \post result == 0 iff cl_page_is_owned(pg, io) 929 * \post cl_page_is_owned(pg, io) 957 * \post !cl_page_is_owned(pg, io) 984 * \post !cl_page_is_owned(pg, io) 1096 * \post pg->cp_state == CPS_FREEING 1229 * \post pg->cp_state == CPS_CACHED 1277 * \post pg->cp_state == CPS_PAGEIN || pg->cp_state == CPS_PAGEOUT 1310 * \post cl_page_is_owned(pg, io) 1344 * \post ergo(result == 0, pg->cp_state == CPS_PAGEOUT)
|
H A D | cl_lock.c | 403 * \post state: CLS_INTRANSIT 647 * \post cl_lock_is_mutexed(lock) 686 * \post ergo(result == 0, cl_lock_is_mutexed(lock)) 1003 * \post lock->cll_state == state 1146 * \post ergo(result == 0, lock->cll_state == CLS_ENQUEUED || 1283 * \post ergo(result == 0, lock->users increased) 1284 * \post ergo(result == 0, lock->cll_state == CLS_ENQUEUED || 1468 * \post ergo(result == 0, lock->cll_state == CLS_HELD)
|
/linux-4.1.27/drivers/clk/ti/ |
H A D | fapll.c | 349 /* Synth post-divider M */ ti_fapll_synth_recalc_rate() 417 /* Only post divider m available with no fractional divider? */ ti_fapll_synth_round_rate() 452 /* Produce the rate with just post divider M? */ ti_fapll_synth_set_rate()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | kprobes.c | 36 * - Run the post-handler 277 * This function prepares to return from the post-single-step 359 * We come here because instructions in the pre/post kprobe_fault_handler()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | keyspan.h | 140 /* Product IDs post-renumeration. Note that the 28x and 28xb 141 have the same id's post-renumeration but behave identically 540 /* Structs for the devices, pre and post renumeration. */
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | kprobes.c | 293 * pre/post handlers in the module. 325 * We are here because the instructions in the pre/post handler kprobe_fault_handler() 336 * We come here because instructions in the pre/post kprobe_fault_handler()
|
H A D | entry.S | 17 * were not invoking post-syscall trace hook (jumping directly into 464 ; we'd done before calling post hook above
|
/linux-4.1.27/drivers/scsi/bnx2i/ |
H A D | bnx2i_hwi.c | 226 * @conn: iscsi connection on which event to post 263 * @count: number of SQ WQEs to post 290 * @count: number of SQ WQEs to post 325 * bnx2i_send_iscsi_login - post iSCSI login request MP WQE to hardware 330 * prepare and post an iSCSI Login request WQE to CNIC firmware 380 * bnx2i_send_iscsi_tmf - post iSCSI task management request MP WQE to hardware 385 * prepare and post an iSCSI Login request WQE to CNIC firmware 456 * bnx2i_send_iscsi_text - post iSCSI text WQE to hardware 461 * prepare and post an iSCSI Text request WQE to CNIC firmware 506 * bnx2i_send_iscsi_scsicmd - post iSCSI scsicmd request WQE to hardware 511 * prepare and post an iSCSI SCSI-CMD request WQE to CNIC firmware 528 * bnx2i_send_iscsi_nopout - post iSCSI NOPOUT request WQE to hardware 537 * prepare and post a nopout request WQE to CNIC firmware 595 * bnx2i_send_iscsi_logout - post iSCSI logout request WQE to hardware 600 * prepare and post logout request WQE to CNIC firmware 640 * bnx2i_update_iscsi_conn - post iSCSI logout request WQE to hardware 696 * bnx2i_ep_ofld_timer - post iSCSI logout request WQE to hardware
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfad_im.h | 132 /* post fc_host vendor event */
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
H A D | ptllnd_wire.h | 39 /* Minimum buffer size that any peer will post to receive ptllnd messages */
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | davinci-cpufreq.c | 117 * to pre/post change notification list. davinci_cpu_init()
|
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | asm-offsets.c | 9 * This code generates raw asm output which is post-processed to extract
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.h | 110 /* post process register */
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 214 /* FIXME: use the VTB/GTB /{3,6,12} post dividers if they're better suited */ aty_valid_pll_ct() 315 /* Set post-divider */ aty_set_pll_ct() 322 /* Set extended post-divider */ aty_set_pll_ct() 525 /* FIXME: use the VTB/GTB /3 post divider if it's better suited */ aty_init_pll_ct()
|
/linux-4.1.27/arch/mips/math-emu/ |
H A D | dsemul.c | 159 /* Set EPC to return to post-branch instruction */ do_dsemulret()
|
/linux-4.1.27/arch/mips/pci/ |
H A D | fixup-fuloong2e.c | 152 /* disable read prefetch/write post buffers */ loongson2e_686b_func1_fixup()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-ali1563.c | 93 dev_dbg(&a->dev, "Transaction (post): STS=%02x, CNTL1=%02x, " ali1563_transaction() 163 dev_dbg(&a->dev, "Block (post): STS=%02x, CNTL1=%02x, " ali1563_block_start()
|
H A D | i2c-isch.c | 132 dev_dbg(&sch_adapter.dev, "Transaction (post): CNT=%02x, CMD=%02x, " sch_transaction()
|
H A D | i2c-amd756.c | 174 "Transaction (post): GS=%04x, GE=%04x, ADD=%04x, DAT=%04x\n", amd756_transaction()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | dport.c | 299 /* post-train script */ dp_link_train_fini() 386 /* finish link training and execute post-train script from vbios */ nvkm_dp_train()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | serial_cs.c | 77 int (*post)(struct pcmcia_device *); member in struct:serial_quirk 202 .post = quirk_post_ibm, 656 * Apply any post-init quirk. FIXME: This should really happen serial_config() 659 if (info->quirk && info->quirk->post) serial_config() 660 if (info->quirk->post(link)) serial_config() 793 PCMCIA_DEVICE_CIS_MANF_CARD(0x013f, 0xa555, "cis/SW_555_SER.cis"), /* Sierra Aircard 555 CDMA 1xrtt Modem -- post update */
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | pm3fb.c | 157 int f, pre, post; pm3fb_calculate_clock() local 164 for (post = 0; post < 5; post++) { pm3fb_calculate_clock() 165 freq = ((2*PM3_REF_CLOCK * f) >> post) / pre; pm3fb_calculate_clock() 173 *postscale = post; pm3fb_calculate_clock()
|
H A D | gxt4500.c | 152 int pll_pd1; /* first post-divisor */ 153 int pll_pd2; /* second post-divisor */
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | stb0899_drv.c | 600 /* post process event */ stb0899_postproc() 622 /* post process event */ stb0899_release() 869 /* post process event */ stb0899_sleep() 888 /* post process event */ stb0899_wakeup() 1087 /* post process event */ stb0899_read_status() 1118 /* post process event */ stb0899_read_status()
|
H A D | mb86a20s.c | 122 * On this demod, post BER counts blocks. When the count reaches the 216 { 0x5f, 0x00 }, /* post BER Counter reset */ 965 "%s: post BER for layer %c is not available yet.\n", mb86a20s_get_post_ber() 985 "%s: post bit error for layer %c: %d.\n", mb86a20s_get_post_ber() 1006 "%s: post bit count for layer %c: %d.\n", mb86a20s_get_post_ber() 1636 /* Handle BER post vterbi */ mb86a20s_get_stats()
|
H A D | s5h1420.c | 360 /* perform post lock setup */ s5h1420_read_status() 422 /* post-lock processing has been done! */ s5h1420_read_status()
|
H A D | tc90522.c | 288 /* per-layer post viterbi BER (or PER? config dependent?) */ tc90522s_get_frontend() 449 /* per-layer post viterbi BER (or PER? config dependent?) */ tc90522t_get_frontend()
|
/linux-4.1.27/drivers/scsi/ |
H A D | 3w-xxxx.c | 112 Add ioctl support for raw command packet post from userspace 121 1.02.00.015 - Re-write raw command post with data ioctl method. 148 Fix bug in raw command post with data ioctl method. 357 /* This function will attempt to post a command packet to the board */ tw_post_command_packet() 381 /* Couldn't post the command packet, so we do it in the isr */ tw_post_command_packet() 593 /* Now post the command packet */ tw_aen_read_queue() 981 /* Now post the command packet to the controller */ tw_chrdev_ioctl() 1434 /* Now try to post the command packet */ tw_scsiop_inquiry() 1544 /* Now try to post the command packet */ tw_scsiop_mode_sense() 1634 /* Now try to post the command to the board */ tw_scsiop_read_capacity() 1765 /* Now try to post the command to the board */ tw_scsiop_read_write() 1825 /* Now try to post the command packet */ tw_scsiop_synchronize_cache() 1879 /* Now try to post the command packet */ tw_scsiop_test_unit_ready()
|
H A D | 3w-9xxx.c | 451 /* Now post the command packet */ twa_aen_read_queue() 515 /* Now post the command */ twa_aen_sync_time() 713 /* Now post the command packet to the controller */ twa_chrdev_ioctl() 1510 /* This function will attempt to post a command packet to the board */ twa_post_command_packet() 1539 /* Couldn't post the command packet, so we do it later */ twa_post_command_packet() 1874 /* Internal cdb post */ 1879 TW_PRINTK(tw_dev->host, TW_DRIVER, 0x2f, "Found unaligned sgl address during internal post"); 1906 /* Now post the command to the board */
|
H A D | 3w-sas.c | 272 /* This function will attempt to post a command packet to the board */ twl_post_command_packet() 351 /* Internal cdb post */ 369 /* Now post the command to the board */ 400 /* Now post the command packet */ twl_aen_read_queue() 450 /* Now post the command */ twl_aen_sync_time() 786 /* Now post the command packet to the controller */ twl_chrdev_ioctl() 1183 /* Now re-post the sense buffer */ twl_interrupt()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | kprobes.c | 308 * processing. That includes the calls to the pre/post handlers kprobe_handler() 319 * active. This can happen in the pre and post kprobe_handler() 595 * We come here because instructions in the pre/post kprobe_trap_handler()
|
H A D | asm-offsets.c | 3 * This code generates raw asm output which is post-processed to extract
|
/linux-4.1.27/sound/pci/emu10k1/ |
H A D | io.c | 162 tmp = snd_emu10k1_ptr20_read(emu, reg, 0); /* write post */ snd_emu10k1_spi_write() 180 tmp = snd_emu10k1_ptr20_read(emu, reg, 0); /* Write post */ snd_emu10k1_spi_write() 210 tmp = snd_emu10k1_ptr20_read(emu, P17V_I2C_1, 0); /* write post */ snd_emu10k1_i2c_write()
|
/linux-4.1.27/drivers/staging/sm750fb/ |
H A D | ddk750_chip.c | 516 /* The maximum of post divider is 8. */ calcPllValue2() 522 /* MXCLK_PLL does not have post divider. */ calcPllValue2()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | gt215.c | 118 /* no post-divider on these.. read_pll() 119 * XXX: it looks more like two post-"dividers" that read_pll()
|
/linux-4.1.27/fs/nfs/ |
H A D | unlink.c | 73 * nfs_async_unlink_done - Sillydelete post-processing 337 * nfs_async_rename_done - Sillyrename post-processing
|
H A D | nfs3proc.c | 378 dprintk("NFS call setattr (post-create)\n"); nfs3_proc_create() 390 dprintk("NFS reply setattr (post-create): %d\n", status); nfs3_proc_create()
|
/linux-4.1.27/include/linux/rtc/ |
H A D | ds1685.h | 43 * @post_ram_clear: pointer to platform post ram-clear function. 70 * @plat_post_ram_clear: platform-specific post ram-clear function.
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A 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
|
H A 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.1.27/arch/arm/mach-davinci/ |
H A D | clock.c | 477 * @postdiv: The post divider value. Passing 0 disables the post-divider.
|
/linux-4.1.27/sound/pci/mixart/ |
H A D | mixart_core.c | 217 /* post the frame */ send_msg() 226 /* increment the inbound post head */ send_msg()
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
H A D | sst.h | 362 * @ipc_post_msg_wq : wq to post IPC messages context 365 * @post_msg_wq : wq to post IPC messages
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
H A D | iwch_cq.c | 213 * Because T3 can post CQEs that are _not_ associated iwch_poll_cq()
|
H A D | iwch_ev.c | 144 PDBG("%s post REQ_ERR AE QPID 0x%x\n", __func__, iwch_ev_dispatch()
|
/linux-4.1.27/drivers/misc/mic/host/ |
H A D | mic_device.h | 152 * @get_postcode: Get post code status from firmware.
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_mdio.c | 27 #define SXGBE_SMA_PREAD_CMD 0x02 /* post read increament address */
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac1000_dma.c | 54 * post 3.5 mode bit acts as 8*PBL. dwmac1000_dma_init()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_scb.c | 374 * asd_invalidate_edb -- invalidate an EDB and if necessary post the ESCB 411 asd_printk("couldn't post escb, err:%d\n", i); asd_invalidate_edb() 869 * the ascb->timer.{function, data, expires} prior to calling the post 870 * function. The timer is started by the post function.
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | mite.h | 189 { /* write post fifo depth */ mite_csigr_wpdep()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | io_sch.h | 136 unsigned int fast:1; /* post with "channel end" */
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
H A D | o2iblnd.h | 524 #define IBLND_POSTRX_DONT_POST 0 /* don't post */ 525 #define IBLND_POSTRX_NO_CREDIT 1 /* post: no credits */ 526 #define IBLND_POSTRX_PEER_CREDIT 2 /* post: give peer back 1 credit */ 527 #define IBLND_POSTRX_RSRVD_CREDIT 3 /* post: give myself back 1 reserved credit */
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | pxa2xx_base.c | 206 "post-updating\n", pxa2xx_pcmcia_frequency_change()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | bus.h | 91 * @max_rxbufpost: maximum number of buffers to post for rx.
|
/linux-4.1.27/arch/tile/include/uapi/arch/ |
H A D | chip_tilegx.h | 193 /** Does the chip have post-completion interrupts? */
|
H A D | chip_tilepro.h | 193 /** Does the chip have post-completion interrupts? */
|
/linux-4.1.27/drivers/tty/ |
H A D | bfin_jtag_comm.c | 110 /* if outgoing data is ready, post it */ bfin_jc_emudat_manager()
|
/linux-4.1.27/drivers/video/fbdev/kyro/ |
H A D | STG4000InitDevice.c | 142 /* Iterate through post divider values */ ProgramClock()
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs2acl.c | 364 #define pAT (1+AT) /* post attributes - conditional */
|
H A D | nfs3acl.c | 256 #define pAT (1+AT) /* post attributes - conditional */
|
H A D | nfsfh.h | 37 unsigned char fh_post_saved; /* post-op attrs saved */
|
/linux-4.1.27/include/linux/mtd/ |
H A D | spi-nor.h | 148 * @unprepare: [OPTIONAL] do some post work after the
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
H A D | warp.c | 290 /* Must get post info before thread starts. */ pika_dtm_start()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | 298 printk(KERN_ERR "Could not make post-mobility " post_mobility_fixup()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-sriox-defs.h | 1447 uint64_t post:8; member in struct:cvmx_sriox_rx_status::cvmx_sriox_rx_status_s 1449 uint64_t post:8; 1566 uint64_t post:8; member in struct:cvmx_sriox_tlp_credits::cvmx_sriox_tlp_credits_s 1568 uint64_t post:8;
|
/linux-4.1.27/arch/openrisc/kernel/ |
H A D | process.c | 62 * here to freeze the system for e.g. post-mortem debug purpose when
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | pci_32.c | 257 /* Call machine dependent post-init code */ pcibios_init()
|
H A D | uprobes.c | 77 * uprobe_get_swbp_addr - compute address of swbp given post-swbp regs
|
/linux-4.1.27/arch/frv/mm/ |
H A D | fault.c | 101 * pusha) doing post-decrement on the stack and that do_page_fault()
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
H A D | perfmon.h | 41 #define PFM_FL_OVFL_NO_MSG 0x80 /* do not post overflow/end messages for notification */
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | perfmon_default_smpl.c | 190 * post check to avoid losing the last sample default_handler()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | asm-offsets.c | 6 * This code generates raw asm output which is post-processed to extract
|
H A D | bios32.c | 251 * Enable PCI retry, and PCI post-write buffer. pci_fixup_cy82c693() 256 * Enable ISA master and DMA post write buffering. pci_fixup_cy82c693()
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | mmu_context.h | 37 * A new allocation cycle, post rollover, could potentially reassign an ASID
|
/linux-4.1.27/net/mac80211/ |
H A D | spectmgmt.c | 94 * we can't know what's the post-CSA offset, so the ieee80211_parse_ch_switch_ie()
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_nat_helper.c | 43 /* move post-replacement */ mangle_contents()
|
/linux-4.1.27/net/sctp/ |
H A D | inqueue.c | 133 * Any post processing work to do before we move on? sctp_inq_pop()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-crypt.c | 84 int (*post)(struct crypt_config *cc, u8 *iv, member in struct:crypt_iv_operations 790 .post = crypt_iv_lmk_post 799 .post = crypt_iv_tcw_post 876 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) crypt_convert_block() 877 r = cc->iv_gen_ops->post(cc, iv, dmreq); crypt_convert_block() 1355 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) kcryptd_async_done() 1356 error = cc->iv_gen_ops->post(cc, iv_of_dmreq(cc, dmreq), dmreq); kcryptd_async_done()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | dma.c | 234 u16 txout; /* index of next descriptor to post */ 250 u16 rxout; /* index of next descriptor to post */ 1017 * post receive buffers 1040 * and post them, then update the chip rx lastdscr. dma_rxfill() 1048 brcms_dbg_dma(di->core, "%s: post %d\n", di->name, n); dma_rxfill()
|
/linux-4.1.27/include/rdma/ |
H A D | ib_verbs.h | 1787 * in all UD QP post sends. 1815 * in all UD QP post sends. 1893 * @srq: The SRQ to post the work request on. 1894 * @recv_wr: A list of work requests to post on the receive queue. 1973 * @qp: The QP to post the work request on. 1974 * @send_wr: A list of work requests to post on the send queue. 1993 * @qp: The QP to post the work request on. 1994 * @recv_wr: A list of work requests to post on the receive queue. 2541 * @qp: QP to post the bind work request on.
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 1356 * This function is called with hbalock held and the caller must post the 1362 * will post an error attention event to the worker thread to take the 1490 * This function is called with hbalock held to post a new iocb to 1548 * called when the driver is unable to post more iocbs to the ring due 1599 * This function is called with hbalock held to post pending iocbs 1740 * This function is called with the hbalock held to post a 1742 * slot in the HBQ, it will post the buffer. The function will return 1743 * pointer to the hbq entry if it successfully post the buffer 1759 * This function is called with the hbalock held to post a hbq buffer to the 1760 * firmware. If the function finds an empty slot in the HBQ, it will post the 1762 * it successfully post the buffer else it will return an error. 1799 * This function is called with the hbalock held to post an RQE to the SLI4 1800 * firmware. If able to post the RQE to the RQ it will queue the hbq entry to 1860 * This function is called with no lock held to post more hbq buffers to the 1939 * no lock held to post initial HBQ buffers to firmware. The 2015 * post the buffer, it will free the buffer. 2901 * possible attention events. If so, it will post an Error Attention event 3708 /* Do post */ lpfc_sli_brdready_s3() 4155 /* Only skip post after fc_ffinit is completed */ lpfc_sli_brdrestart_s3() 4309 /* Do post */ lpfc_sli_chipset_init() 4390 * all the HBQs and post buffers to the HBQ. The caller is not 4455 * lpfc_sli4_rb_setup - Initialize and post RBs to HBA 4459 * all the HBQs and post buffers to the HBQ. The caller is not 5186 * Callers use this routine post port reset to understand if there is a 6087 * repost them to the port by using SGL block post. This is needed after a 6090 * SGL block post mailbox commands to post them to the port. For single els 6091 * buffer sgl with non-contiguous xri, if any, it shall use embedded SGL post 6165 "3159 Failed to post els " lpfc_sli4_repost_els_sgl_list() 6179 /* post the els buffer list sgls as a block */ lpfc_sli4_repost_els_sgl_list() 6192 "3160 Failed to post els sgl-list, " lpfc_sli4_repost_els_sgl_list() 6205 /* reset els sgl post count for next round of posting */ lpfc_sli4_repost_els_sgl_list() 6211 /* free the els sgls failed to post */ lpfc_sli4_repost_els_sgl_list() 6224 "3161 Failure to post els sgl to port.\n"); lpfc_sli4_repost_els_sgl_list() 6507 "0582 Error %d during els sgl post " lpfc_sli4_hba_setup() 6517 "0383 Error %d during scsi sgl post " lpfc_sli4_hba_setup() 6529 "0393 Error %d during rpi post operation\n", lpfc_sli4_hba_setup() 6931 /* If the PCI channel is in offline state, do not post mbox. */ lpfc_sli_issue_mbox_s3() 7364 /* wake up worker thread to post asynchronlous mailbox command */ lpfc_sli4_async_mbox_unblock() 7459 * in the mailbox post. Then copy the caller's mailbox contents to lpfc_sli4_post_sync_mbox() 7688 /* Check interrupt mode before post async mailbox command */ lpfc_sli4_post_async_mbox() 7714 /* If no more mailbox command waiting for post, we're done */ lpfc_sli4_post_async_mbox() 7733 /* Start timer for the mbox_tmo and log some mailbox post messages */ lpfc_sli4_post_async_mbox() 7942 /* If the PCI channel is in offline state, do not post iocbs. */ __lpfc_sli_issue_iocb_s3() 11762 /* Wake up worker thread to post the next pending mailbox command */ lpfc_sli4_sp_handle_mbox_event() 14218 * This routine will post the sgl pages for the IO that has the xritag 14300 * This routine is invoked to post rpi header templates to the 14389 * lpfc_sli4_post_els_sgl_list - post a block of ELS sgls to the port. 14394 * This routine is invoked to post a block of driver's sgl pages to the 14491 * lpfc_sli4_post_scsi_sgl_block - post a block of scsi sgl list to firmware 14496 * This routine is invoked to post a block of @count scsi sgl pages from a 15557 * This routine is invoked to post rpi header templates to the 15618 * This routine is invoked to post a single rpi header to the 15688 * This routine is invoked to post rpi header templates to the
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | mad.c | 761 /* Check to post send on QP or process locally */ handle_outgoing_dr_smp() 1137 /* Walk list of send WRs and post each on send list */ ib_post_send_mad() 1160 * Save pointer to next work request to post in case the ib_post_send_mad() 2639 * Allocate receive MADs and post receive WRs for them 2645 int post, ret; ib_mad_post_receive_mads() local 2690 post = (++recv_queue->count < recv_queue->max_active); ib_mad_post_receive_mads() 2709 } while (post); ib_mad_post_receive_mads() 2828 "Couldn't post receive WRs\n"); ib_mad_port_start()
|
/linux-4.1.27/drivers/media/tuners/ |
H A D | tda18271-common.c | 564 /* sets main post divider & divider bytes, but does not write them */ tda18271_calc_main_pll() 587 /* sets cal post divider & divider bytes, but does not write them */ tda18271_calc_cal_pll()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.h | 210 #define BUS_DMASYNC_POSTREAD 0x02 /* post-read synchronization */ 212 #define BUS_DMASYNC_POSTWRITE 0x08 /* post-write synchronization */
|
H A D | aic79xx_osm.h | 197 #define BUS_DMASYNC_POSTREAD 0x02 /* post-read synchronization */ 199 #define BUS_DMASYNC_POSTWRITE 0x08 /* post-write synchronization */
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | exec-osm.c | 106 * @msg: message to post 110 * This API allows an OSM to post a message and then be told whether or
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.h | 412 * @post_recv_buf_count: post receive counter 462 * to max number of post recvs
|
H A D | iser_initiator.c | 361 /* Initial post receive buffers */ iser_post_rx_bufs() 469 iser_err("Failed to alloc desc for post dataout\n"); iser_send_data_out()
|
/linux-4.1.27/block/ |
H A D | blk-cgroup.h | 300 * blkg_for_each_descendant_post - post-order walk of a blkg's descendants 305 * Similar to blkg_for_each_descendant_pre() but performs post-order
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | traps_32.c | 175 case 6: /* mov.[bwl] from memory, possibly with post-increment */ handle_unaligned_ins() 391 case 0x6000: /* mov.[bwl] from memory, possibly with post-increment */ handle_unaligned_access()
|
/linux-4.1.27/drivers/hv/ |
H A D | channel.c | 514 pr_err("Close failed: close post msg return is %d\n", ret); vmbus_close_internal() 516 * If we failed to post the close msg, vmbus_close_internal()
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.h | 217 /**< no of post RS failures to decode */ 219 /**< no of post RS bit erros */
|
/linux-4.1.27/include/sound/ |
H A D | soc-dapm.h | 199 /* events that are pre and post DAPM */ 466 snd_soc_dapm_post, /* machine specific post widget - exec last */
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
H A D | ioc3.h | 348 #define SSCR_RX_RING_DCD 0x00040000 /* post RX record on delta-DCD */ 349 #define SSCR_RX_RING_CTS 0x00080000 /* post RX record on delta-CTS */
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
H A D | core.c | 273 /* A pre- or post-handler probe got us here. */ kprobe_handler() 377 * We come here because instructions in the pre/post kprobe_fault_handler()
|
/linux-4.1.27/drivers/iio/imu/ |
H A D | adis.c | 368 * The function performs a single conversion on a given channel and post
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be_hw.h | 20 * The software must write this register twice to post any command. First,
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.h | 81 * post a connect message with no specified destination and will
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | usb-fw.c | 60 * We just post a URB to the notification endpoint and wait for
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
H A D | sdo_drv.c | 312 /* turn all post processing off */ sdo_runtime_resume()
|
/linux-4.1.27/drivers/sh/clk/ |
H A D | cpg.c | 158 /* XXX: Should use a post-change notifier */ sh_clk_div_set_rate()
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
H A D | ast_drv.h | 388 /* ast post */
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
H A D | nes_cm.h | 398 /* event to post to CM event handler */
|