Searched refs:ask (Results 1 - 200 of 411) sorted by relevance

123

/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dboot.h7 #define ASK_VGA 0xfffd /* ask for it at bootup */
/linux-4.1.27/crypto/
H A Daf_alg.c132 struct alg_sock *ask = alg_sk(sk); af_alg_release_parent() local
133 unsigned int nokey = ask->nokey_refcnt; af_alg_release_parent()
134 bool last = nokey && !ask->refcnt; af_alg_release_parent()
136 sk = ask->parent; af_alg_release_parent()
137 ask = alg_sk(sk); af_alg_release_parent()
140 ask->nokey_refcnt -= nokey; af_alg_release_parent()
142 last = !--ask->refcnt; af_alg_release_parent()
153 struct alg_sock *ask = alg_sk(sk); alg_bind() local
185 if (ask->refcnt | ask->nokey_refcnt) alg_bind()
188 swap(ask->type, type); alg_bind()
189 swap(ask->private, private); alg_bind()
204 struct alg_sock *ask = alg_sk(sk); alg_setkey() local
205 const struct af_alg_type *type = ask->type; alg_setkey()
217 err = type->setkey(ask->private, key, keylen); alg_setkey()
229 struct alg_sock *ask = alg_sk(sk); alg_setsockopt() local
234 if (ask->refcnt) alg_setsockopt()
237 type = ask->type; alg_setsockopt()
257 err = type->setauthsize(ask->private, optlen); alg_setsockopt()
268 struct alg_sock *ask = alg_sk(sk); af_alg_accept() local
275 type = ask->type; af_alg_accept()
290 err = type->accept(ask->private, sk2); af_alg_accept()
294 err = type->accept_nokey(ask->private, sk2); af_alg_accept()
301 if (nokey || !ask->refcnt++) af_alg_accept()
303 ask->nokey_refcnt += nokey; af_alg_accept()
353 struct alg_sock *ask = alg_sk(sk); alg_sock_destruct() local
355 alg_do_release(ask->type, ask->private); alg_sock_destruct()
H A Dalgif_hash.c47 struct alg_sock *ask = alg_sk(sk); hash_sendmsg() local
48 struct hash_ctx *ctx = ask->private; hash_sendmsg()
108 struct alg_sock *ask = alg_sk(sk); hash_sendpage() local
109 struct hash_ctx *ctx = ask->private; hash_sendpage()
153 struct alg_sock *ask = alg_sk(sk); hash_recvmsg() local
154 struct hash_ctx *ctx = ask->private; hash_recvmsg()
184 struct alg_sock *ask = alg_sk(sk); hash_accept() local
185 struct hash_ctx *ctx = ask->private; hash_accept()
197 err = af_alg_accept(ask->parent, newsock); hash_accept()
244 struct alg_sock *ask = alg_sk(sk); hash_check_key() local
247 if (ask->refcnt) hash_check_key()
250 psk = ask->parent; hash_check_key()
251 pask = alg_sk(ask->parent); hash_check_key()
262 ask->refcnt = 1; hash_check_key()
386 struct alg_sock *ask = alg_sk(sk); hash_sock_destruct() local
387 struct hash_ctx *ctx = ask->private; hash_sock_destruct()
398 struct alg_sock *ask = alg_sk(sk); hash_accept_parent_nokey() local
420 ask->private = ctx; hash_accept_parent_nokey()
H A Dalgif_skcipher.c106 struct alg_sock *ask = alg_sk(sk); skcipher_async_cb() local
107 struct skcipher_ctx *ctx = ask->private; skcipher_async_cb()
119 struct alg_sock *ask = alg_sk(sk); skcipher_sndbuf() local
120 struct skcipher_ctx *ctx = ask->private; skcipher_sndbuf()
133 struct alg_sock *ask = alg_sk(sk); skcipher_alloc_sgl() local
134 struct skcipher_ctx *ctx = ask->private; skcipher_alloc_sgl()
163 struct alg_sock *ask = alg_sk(sk); skcipher_pull_sgl() local
164 struct skcipher_ctx *ctx = ask->private; skcipher_pull_sgl()
205 struct alg_sock *ask = alg_sk(sk); skcipher_free_sgl() local
206 struct skcipher_ctx *ctx = ask->private; skcipher_free_sgl()
256 struct alg_sock *ask = alg_sk(sk); skcipher_wait_for_data() local
257 struct skcipher_ctx *ctx = ask->private; skcipher_wait_for_data()
287 struct alg_sock *ask = alg_sk(sk); skcipher_data_wakeup() local
288 struct skcipher_ctx *ctx = ask->private; skcipher_data_wakeup()
308 struct alg_sock *ask = alg_sk(sk); skcipher_sendmsg() local
309 struct skcipher_ctx *ctx = ask->private; skcipher_sendmsg()
443 struct alg_sock *ask = alg_sk(sk); skcipher_sendpage() local
444 struct skcipher_ctx *ctx = ask->private; skcipher_sendpage()
511 struct alg_sock *ask = alg_sk(sk); skcipher_recvmsg_async() local
512 struct skcipher_ctx *ctx = ask->private; skcipher_recvmsg_async()
639 struct alg_sock *ask = alg_sk(sk); skcipher_recvmsg_sync() local
640 struct skcipher_ctx *ctx = ask->private; skcipher_recvmsg_sync()
720 struct alg_sock *ask = alg_sk(sk); skcipher_poll() local
721 struct skcipher_ctx *ctx = ask->private; skcipher_poll()
765 struct alg_sock *ask = alg_sk(sk); skcipher_check_key() local
768 if (ask->refcnt) skcipher_check_key()
771 psk = ask->parent; skcipher_check_key()
772 pask = alg_sk(ask->parent); skcipher_check_key()
783 ask->refcnt = 1; skcipher_check_key()
895 struct alg_sock *ask = alg_sk(sk); skcipher_wait() local
896 struct skcipher_ctx *ctx = ask->private; skcipher_wait()
905 struct alg_sock *ask = alg_sk(sk); skcipher_sock_destruct() local
906 struct skcipher_ctx *ctx = ask->private; skcipher_sock_destruct()
921 struct alg_sock *ask = alg_sk(sk); skcipher_accept_parent_nokey() local
948 ask->private = ctx; skcipher_accept_parent_nokey()
H A Dalgif_aead.c58 struct alg_sock *ask = alg_sk(sk); aead_sndbuf() local
59 struct aead_ctx *ctx = ask->private; aead_sndbuf()
79 struct alg_sock *ask = alg_sk(sk); aead_put_sgl() local
80 struct aead_ctx *ctx = ask->private; aead_put_sgl()
117 struct alg_sock *ask = alg_sk(sk); aead_wait_for_data() local
118 struct aead_ctx *ctx = ask->private; aead_wait_for_data()
147 struct alg_sock *ask = alg_sk(sk); aead_data_wakeup() local
148 struct aead_ctx *ctx = ask->private; aead_data_wakeup()
169 struct alg_sock *ask = alg_sk(sk); aead_sendmsg() local
170 struct aead_ctx *ctx = ask->private; aead_sendmsg()
302 struct alg_sock *ask = alg_sk(sk); aead_sendpage() local
303 struct aead_ctx *ctx = ask->private; aead_sendpage()
353 struct alg_sock *ask = alg_sk(sk); aead_recvmsg() local
354 struct aead_ctx *ctx = ask->private; aead_recvmsg()
526 struct alg_sock *ask = alg_sk(sk); aead_poll() local
527 struct aead_ctx *ctx = ask->private; aead_poll()
586 struct alg_sock *ask = alg_sk(sk); aead_sock_destruct() local
587 struct aead_ctx *ctx = ask->private; aead_sock_destruct()
600 struct alg_sock *ask = alg_sk(sk); aead_accept_parent() local
626 ask->private = ctx; aead_accept_parent()
H A Dalgif_rng.c62 struct alg_sock *ask = alg_sk(sk); rng_recvmsg() local
63 struct rng_ctx *ctx = ask->private; rng_recvmsg()
129 struct alg_sock *ask = alg_sk(sk); rng_sock_destruct() local
130 struct rng_ctx *ctx = ask->private; rng_sock_destruct()
139 struct alg_sock *ask = alg_sk(sk); rng_accept_parent() local
155 ask->private = ctx; rng_accept_parent()
/linux-4.1.27/arch/x86/include/asm/
H A Dkbdleds.h7 * ask the bios for the correct state.
H A Dlguest_hcall.h32 * But first, how does our Guest contact the Host to ask for privileged
/linux-4.1.27/arch/arm/mach-omap2/
H A Dprcm_mpu_44xx_54xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dcm-regbits-7xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dprcm_mpu7xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dprm44xx_54xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dctrl_module_wkup_44xx.h10 * We respectfully ask that any modifications to this file be coordinated
H A Dprcm_mpu54xx.h11 * We respectfully ask that any modifications to this file be coordinated
H A Dprm-regbits-44xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dcm-regbits-54xx.h11 * We respectfully ask that any modifications to this file be coordinated
H A Dprcm_mpu44xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dcm-regbits-44xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dscrm44xx.h9 * We respectfully ask that any modifications to this file be coordinated
H A Dscrm54xx.h9 * We respectfully ask that any modifications to this file be coordinated
H A Dcm1_44xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dcm1_54xx.h11 * We respectfully ask that any modifications to this file be coordinated
H A Dpowerdomains44xx_data.c12 * We respectfully ask that any modifications to this file be coordinated
H A Dpowerdomains54xx_data.c11 * We respectfully ask that any modifications to this file be coordinated
H A Dpowerdomains7xx_data.c13 * We respectfully ask that any modifications to this file be coordinated
H A Dclockdomains44xx_data.c12 * We respectfully ask that any modifications to this file be coordinated
H A Dclockdomains54xx_data.c11 * We respectfully ask that any modifications to this file be coordinated
H A Dcm1_7xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dprm54xx.h11 * We respectfully ask that any modifications to this file be coordinated
H A Dcm2_44xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dcm2_54xx.h11 * We respectfully ask that any modifications to this file be coordinated
H A Dclockdomains7xx_data.c13 * We respectfully ask that any modifications to this file be coordinated
H A Dcm2_7xx.h12 * We respectfully ask that any modifications to this file be coordinated
H A Dprm7xx.h12 * We respectfully ask that any modifications to this file be coordinated
/linux-4.1.27/arch/um/kernel/
H A Dinitrd.c32 * ask for no memory. read_initrd()
/linux-4.1.27/arch/arm/include/asm/
H A Dfiq.h26 /* Called to ask driver to relinquish/
/linux-4.1.27/include/linux/
H A Dmailbox_client.h28 * @tx_prepare: Atomic callback to ask client to prepare the payload
H A Dmailbox_controller.h28 * could ask clients for additional parameters of communication
H A Dmodule.h493 /* For kallsyms to ask for address resolution. namebuf should be at
566 /* For kallsyms to ask for address resolution. NULL means not found. */ module_address_lookup()
H A Dvgaarb.h227 * need to be able to ask it to turn off its irqs when we
H A Datmel_tc.h28 * nodes are not what drivers bind to. Instead, they ask for a specific
H A Dserial_core.h289 /* number of characters left in xmit buffer before we ask for more */
H A Dti_wilink_st.h193 /* ask for reference from KIM */
H A Dftrace_event.h143 TRACE_TYPE_NO_CONSUME = 3 /* Handled but ask to not consume */
/linux-4.1.27/arch/mips/bcm63xx/
H A Dprom.c84 * Here we will start up CPU1 in the background and ask it to prom_init()
/linux-4.1.27/include/uapi/linux/
H A Dkeyctl.h37 #define KEYCTL_GET_KEYRING_ID 0 /* ask for a keyring's ID */
H A Dbtrfs.h277 * how many items did userland ask for, and how many are we
H A Dhdreg.h245 #define WIN_IDENTIFY 0xEC /* ask drive to identify itself */
/linux-4.1.27/fs/afs/
H A Dafs_fs.h53 VMOVED = 111, /* volume moved to new server - ask this FS where */
H A Dcmservice.c523 * allow the fileserver to ask about the cache manager's capabilities
H A Dflock.c306 * ask the server for a lock */ afs_do_setlk()
H A Drxrpc.c757 /* ask the cache manager to route the call (it'll change the call type afs_deliver_cm_op_id()
/linux-4.1.27/drivers/hwmon/
H A Dtwl4030-madc-hwmon.c5 * battery type, battery level etc. User can ask for the conversion on a
H A Dcoretemp.c298 * someone at Intel please ask adjust_tjmax()
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dni65.h9 * sources: (mail me or ask archie if you need them)
/linux-4.1.27/drivers/net/wireless/ath/
H A Dmain.c43 * what we ask it to give us. We really only need 4 KB as that ath_rxbuf_alloc()
/linux-4.1.27/drivers/usb/class/
H A Dcdc-acm.h56 * in line disciplines. They ask for empty space amount, receive our URB size,
/linux-4.1.27/kernel/
H A Dtask_work.c8 * task_work_add - ask the @task to execute @work->func()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_protocol.h14 P_DATA_REQUEST = 0x08, /* Used to ask for a data block */
15 P_RS_DATA_REQUEST = 0x09, /* Used to ask for a data block for resync */
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
H A Drx.c63 * somehow, so we ask for ACX_TSF_INFO. wl1251_rx_status()
H A Dinit.c218 /* we now ask for the firmware built memory map */ wl1251_hw_init_mem_config()
/linux-4.1.27/arch/mips/bmips/
H A Dsetup.c80 * Here we will start up CPU1 in the background and ask it to bcm63xx_fixup_cpu1()
/linux-4.1.27/arch/mips/include/asm/
H A Dcompat.h123 #define _COMPAT_NSIG 128 /* Don't ask !$@#% ... */
/linux-4.1.27/fs/xfs/
H A Dxfs_qm.h29 * Number of bmaps that we ask from bmapi when doing a quotacheck.
H A Dxfs_dir2_readdir.c258 int nmap; /* mappings to ask xfs_bmapi */
/linux-4.1.27/arch/powerpc/platforms/ps3/
H A Dhtab.c142 * instead invalidate it and ask the caller to update it via ps3_hpte_updatepp()
/linux-4.1.27/arch/s390/kernel/
H A Dmachine_kexec.c265 * Do either kdump or normal kexec. In case of kdump we first ask
H A Dsysinfo.c20 /* Sigh, math-emu. Don't ask. */
/linux-4.1.27/arch/mips/mm/
H A Dsc-rm7k.c260 * No efficient way to ask the hardware for the size of the tcache, rm7k_sc_init()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dword-at-a-time.h90 /* This assumes that we never ask for an all 1s bitmask */ zero_bytemask()
H A Dspinlock.h103 * we detect this situation and ask the hypervisor to give the
/linux-4.1.27/arch/hexagon/include/asm/
H A Dprocessor.h67 * Apparently the convention is that ld.so will ask for "unmapped" private
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h90 /* This assumes that we never ask for an all 1s bitmask */ zero_bytemask()
/linux-4.1.27/drivers/media/platform/marvell-ccic/
H A Dmcam-core.h321 /* 8-8-8 must be missing from the below - ask */
328 /* Think that 420 packed must be 111 - ask */
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Ddebugfs.c169 /* Write 1 to ask the device to go into suspend */
196 * Write 0 to ask the device to soft reset, 1 to cold reset, 2 to bus
H A Dcontrol.c529 /* If the device is ready for power save, then ask it to do i2400m_report_hook()
1083 * Send an DoExitIdle command to the device to ask it to go out of
H A Di2400m.h438 * out of order, the device will ask the driver to hold certain
704 * if you ask me -- the device requires the bootrom to be
/linux-4.1.27/arch/x86/kernel/
H A Dsmp.c213 * didn't ask us to wait. native_stop_other_cpus()
237 * didn't ask us to wait. native_stop_other_cpus()
H A Dtls.c46 * The correct way to ask for "no segment at all" is to specify tls_desc_okay()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_opregion.c807 /* We use GBDA to ask for supported GBDA calls. */ swsci_setup()
815 * We also use GBDA to ask for _requested_ SBCB callbacks. The driver swsci_setup()
826 * But we use SBCB to ask for _supported_ SBCB calls. This does not mean swsci_setup()
/linux-4.1.27/drivers/usb/serial/
H A Dkeyspan_pda.c120 /* ask the device to tell us when the tx buffer becomes keyspan_pda_request_unthrottle()
443 what is left. If our write will result in no room left, ask the keyspan_pda_write()
473 /* Check if we might overrun the Tx buffer. If so, ask the keyspan_pda_write()
H A Dvisor.c391 /* ask for the number of bytes available, but ignore the palm_os_3_probe()
/linux-4.1.27/fs/fscache/
H A Dcookie.c225 /* ask the cache to allocate objects for this cookie and its parent fscache_acquire_non_index_cookie()
294 /* ask the cache to allocate an object (we may end up with duplicate fscache_alloc_object()
701 /* ask the cache to honour the operation */ __fscache_check_consistency()
H A Dcache.c140 /* ask the netfs for its preference */ fscache_select_cache_for_object()
H A Dpage.c470 /* ask the cache to honour the operation */ __fscache_read_or_alloc_page()
601 /* ask the cache to honour the operation */ __fscache_read_or_alloc_pages()
708 /* ask the cache to honour the operation */ __fscache_alloc_page()
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dpmsu.c251 /* ask HW to power down the L2 Cache if needed */ mvebu_v7_pmsu_idle_prepare()
349 /* cancel ask HW to power down the L2 Cache if possible */ mvebu_v7_pmsu_idle_exit()
/linux-4.1.27/arch/alpha/include/asm/
H A Dcore_apecs.h48 We trust that any ISA bus device drivers will *always* ask for DMAable
51 Note that most PCI bus devices' drivers do *not* explicitly ask for
/linux-4.1.27/scripts/kconfig/
H A Dstreamline_config.pl7 # If not, then you can ask me at stripconfig@goodmis.org
605 # don't ask about PROC
H A Dqconf.cc1638 * ask for saving configuration before quitting
1639 * TODO ask only when something changed
/linux-4.1.27/drivers/char/
H A Dsnsc_event.c283 /* ask the system controllers to send events to this node */ scdrv_event_init()
H A Dsnsc.c138 /* ask SAL to close the subchannel */ scdrv_release()
/linux-4.1.27/drivers/usb/core/
H A Dfile.c133 * usb_register_dev - register a USB device, and ask for a minor number
/linux-4.1.27/drivers/usb/wusbcore/
H A Dmmc.c31 * For each WUIE we ask to send, we keep it in an array, so we can
/linux-4.1.27/include/acpi/
H A Dacbuffer.h58 * binary wire protocols." (Or ACPI tables and buffers.) "If you ask me,
H A Dactbl3.h94 * binary wire protocols." (Or ACPI tables and buffers.) "If you ask me,
H A Dactbl.h87 * binary wire protocols." (Or ACPI tables and buffers.) "If you ask me,
H A Dactbl1.h87 * binary wire protocols." (Or ACPI tables and buffers.) "If you ask me,
/linux-4.1.27/drivers/video/fbdev/
H A Dg364fb.c48 #define PIX_PIPE_DEL2 0x008000 /* same as above - don't ask me why */
H A Dsstfb.c922 * and ask questions later. anyway, it seems that all the freq registers are
923 * really at their default state (cf specs) so i ask again, why those 3 regs ?
/linux-4.1.27/fs/jffs2/
H A Dsuper.c366 /* Paranoia checks for on-medium structures. If we ask GCC init_jffs2_fs()
/linux-4.1.27/fs/lockd/
H A Dclntlock.c133 /* A borken server might ask us to block even if we didn't nlmclnt_block()
/linux-4.1.27/drivers/platform/chrome/
H A Dcros_ec_sysfs.c223 /* The flash info shouldn't ever change, but ask each time anyway. */ show_ec_flashinfo()
/linux-4.1.27/arch/mn10300/kernel/
H A Dirq.c269 /* ask the interrupt controller for the next IRQ to process do_IRQ()
/linux-4.1.27/arch/m68k/kernel/
H A Dprocess.c115 * Why not generic sys_clone, you ask? m68k passes all arguments on stack.
/linux-4.1.27/fs/
H A Dfhandle.c46 /* we ask for a non connected handle */ do_sys_name_to_handle()
/linux-4.1.27/net/llc/
H A Daf_llc.c356 struct sock *ask; llc_ui_bind() local
367 ask = llc_lookup_established(sap, &daddr, &laddr); llc_ui_bind()
368 if (ask) { llc_ui_bind()
369 sock_put(ask); llc_ui_bind()
/linux-4.1.27/net/nfc/hci/
H A Dcommand.c163 * to ask the caller to do it to keep a simpler API. nfc_hci_set_param()
/linux-4.1.27/tools/perf/tests/
H A Dperf-record.c132 * mmap the first fd on a given CPU and ask for events for the other test__PERF_RECORD()
/linux-4.1.27/drivers/md/
H A Ddm-log-userspace-base.c449 * to userspace to ask, we might think the region is in-sync userspace_in_sync()
849 * it will never again ask for recovery work. So, userspace_is_remote_recovering()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-pnx.c291 * or we didn't 'ask' for it yet. i2c_pnx_master_rcv()
318 * Now we'll 'ask' for data: i2c_pnx_master_rcv()
H A Di2c-bfin-twi.c170 /* set the read number to 1 and ask for manual bfin_twi_handle_interrupt()
/linux-4.1.27/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_core.c419 /* ask last usb_free_urb() to also kfree() transfer_buffer */ peak_usb_start()
478 /* ask last usb_free_urb() to also kfree() transfer_buffer */ peak_usb_start()
/linux-4.1.27/drivers/scsi/
H A Dsd.c2272 * First attempt: ask for all pages (0x3F), but only 4 bytes. sd_read_write_protect_flag()
2273 * We have to start carefully: some devices hang if we ask sd_read_write_protect_flag()
2279 * Second attempt: ask for page 0 When only page 0 is sd_read_write_protect_flag()
2288 * Third attempt: ask 255 bytes, as we did earlier. sd_read_write_protect_flag()
2354 /* cautiously ask */ sd_read_cache_type()
2368 /* that went OK, now ask for the proper length */ sd_read_cache_type()
2698 * we currently ask for are for SPC-3 and beyond sd_try_extended_inquiry()
2737 * Without media there is no reason to ask; moreover, some devices sd_revalidate_disk()
H A Dscsi.c742 * @sdev: The device to ask
786 * @sdev: The device to ask
839 * @sdev: The device to ask
H A Dscsi_transport_srp.c619 * If a timeout occurs while an rport is in the blocked state, ask the SCSI
H A Din2000.c860 * to tell if _it_ wants an interrupt, I don't know of a way to ask the in2000_intr()
1111 /* tack on a 2nd message to ask about synchronous transfers */ in2000_intr()
1257 * specifically ask for sync transfers, we won't do any. in2000_intr()
H A Dwd33c93.c907 /* Tack on a 2nd message to ask about synchronous transfers. If we've wd33c93_intr()
1085 * specifically ask for sync transfers, we won't do any. wd33c93_intr()
1852 * - the wd33c93 may ask the target for a lower transfer rate, than the target
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
H A Ddxe.c538 /* Where this come from ask QC */ wcn36xx_dxe_allocate_mem_pools()
553 /* Where this come from ask QC */ wcn36xx_dxe_allocate_mem_pools()
/linux-4.1.27/drivers/isdn/pcbit/
H A Dcapi.c236 *(skb_put(*skb, 1)) = (outgoing ? 0x02 : 0x42); /* Don't ask */ capi_select_proto_req()
/linux-4.1.27/drivers/leds/
H A Dleds-pca9532.c189 /* led subsystem ask us for a blink rate */ pca9532_set_blink()
/linux-4.1.27/drivers/ide/
H A Dide-dma-sff.c227 * An IDE DMA transfer timed out. In the event of an error we ask
H A Dsetup-pci.c453 * necessary per port setup. Attach the devices and ask the
/linux-4.1.27/drivers/infiniband/core/
H A Dumem.c126 * We ask for writable memory if any of the following ib_umem_get()
/linux-4.1.27/drivers/media/usb/au0828/
H A Dau0828-input.c328 /* This is how often we ask the chip for IR information */ au0828_rc_register()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Drtw_cmd.h124 Notes: To ask RTL8711 performing site-survey
/linux-4.1.27/drivers/tty/hvc/
H A Dhvsi_lib.c166 /* If we have room in the buffer, ask HV for more */ hvsi_get_packet()
/linux-4.1.27/drivers/usb/host/
H A Duhci-hub.c202 /* if port change, ask to be resumed */ uhci_hub_status_data()
H A Dohci-hub.c396 /* if there is a port change, autostart or ask to be resumed */ ohci_root_hub_state_changes()
/linux-4.1.27/fs/ocfs2/
H A Dalloc.h161 * (involves a ton of reads and locks), just ask for the ocfs2_extend_meta_needed()
/linux-4.1.27/fs/proc/
H A Dinode.c316 * What for, you ask? Well, we can have open, rmmod, remove_proc_entry proc_reg_open()
/linux-4.1.27/include/xen/interface/io/
H A Dblkif.h49 * info. A flush will ask the underlying storage hardware to flush its
/linux-4.1.27/arch/powerpc/platforms/cell/
H A Dspider-pic.c272 /* Ok, now let's get cracking. You may ask me why I just didn't match spider_find_cascade_and_node()
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal-dump.c301 * and rely on userspace to ask us to try dump_attr_read()
H A Dopal.c203 * OPAL_HANDLE_HMI token. If yes, then don't ask OPAL to patch opal_register_exception_handlers()
/linux-4.1.27/arch/s390/include/asm/
H A Dqdio.h273 #define AC1_SIGA_SYNC_NEEDED 0x10 /* ask hypervisor to sync */
/linux-4.1.27/arch/sh/include/asm/
H A Dio.h238 /* Quad-word real-mode I/O, don't ask.. */
/linux-4.1.27/arch/arm/mm/
H A Dflush.c399 * since we actually ask for a write-back and invalidate. __flush_anon_page()
/linux-4.1.27/lib/
H A Dtextsearch.c274 * Why not always autoload you may ask. Some users are textsearch_prepare()
/linux-4.1.27/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c162 * please do not ask why - only the firmware guy can know it.
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxpc_partition.c368 /* ask remote partition to deactivate with regard to us */ xpc_deactivate_partition()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c282 /* Get IRQ information early to have an ability to ask for deferred stmmac_pltfr_probe()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Ddt3000.c47 for the 3k series. However, if you ask nicely, they might send
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Drtw_cmd.h177 Notes: To ask RTL8711 performing site-survey
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Drw26.c147 * page refcount by cl_page, so ask kernel to not free ll_releasepage()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlovsub_lock.c127 * their estimations summed, or it is enough to ask one. For lovsub_lock_weigh()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
H A Dmdc_reint.c267 /* ask ptlrpc not to resend on EINPROGRESS since we have our own retry mdc_create()
/linux-4.1.27/drivers/fmc/
H A Dfmc-fakedev.c31 /* The user can ask for a multi-mezzanine carrier, with the default eeprom */
/linux-4.1.27/drivers/cpuidle/
H A Dcpuidle.c212 * cpuidle_select - ask the cpuidle framework to choose an idle state
/linux-4.1.27/arch/sparc/mm/
H A Dtsb.c405 * the lock and ask all other cpus running this address space tsb_grow()
/linux-4.1.27/arch/um/os-Linux/skas/
H A Dprocess.c129 * To use the same value of using_sysemu as the caller, ask it that value
/linux-4.1.27/drivers/bcma/
H A Dsprom.c605 * Now we ask the arch code if there is some sprom bcma_sprom_get()
/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-rgmii.c217 * Each pause frame transmitted will ask for about 10M __cvmx_helper_rgmii_enable()
/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_dw.c441 /* Always ask for fixed clock rate from a property. */ dw8250_probe()
/linux-4.1.27/drivers/usb/storage/
H A Dfreecom.c319 * requested. If you ask for more than the device has, this reads freecom_transport()
/linux-4.1.27/include/uapi/drm/
H A Ddrm_mode.h479 * This ioctl will ask KMS to schedule a page flip for the specified
/linux-4.1.27/arch/arm/include/asm/hardware/
H A Dsa1111.h45 * Don't ask the (SAC) DMA engines to move less than this amount.
/linux-4.1.27/mm/
H A Dswap_state.c399 * random loads, swapping to hard disk or to SSD: please don't ask swapin_nr_pages()
/linux-4.1.27/drivers/mmc/host/
H A Dtmio_mmc_pio.c414 * This chip always returns (at least?) as much data as you ask for.
415 * I'm unsure what happens if you ask for less than a block. This should be
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c320 /* ask device to start streaming */ dvb_usb_start_feed()
371 /* ask device to stop streaming */ dvb_usb_stop_feed()
/linux-4.1.27/drivers/media/usb/stkwebcam/
H A Dstk-webcam.c96 * So for any user report about upside-down images since kernel 3.6 ask them
1061 /*FIXME If they ask for zero, we must stop streaming and free */ stk_vidioc_reqbufs()
/linux-4.1.27/drivers/staging/android/
H A Dashmem.c590 * The user can ask us to pin pages that span multiple ranges, ashmem_pin()
657 * The user can ask us to unpin pages that are already entirely ashmem_unpin()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c348 * if it didn't, re-ask for. aliasguid_query_handler()
361 * request from the sm the process will ask for the same GUID */ aliasguid_query_handler()
/linux-4.1.27/drivers/tty/
H A Dehv_bytechan.c344 /* Find out how much data needs to be read, and then ask the TTY layer ehv_bc_tty_rx_isr()
588 * If we could ask the hypervisor how much data is still in the TX buffer, or
H A Dtty_port.c423 * Never ask drivers if CLOCAL is set, this causes troubles tty_port_block_til_ready()
/linux-4.1.27/drivers/usb/atm/
H A Dspeedtch.c350 /* Magic spell; don't ask us what this does */ speedtch_upload_firmware()
531 /* It may never resync again unless we ask it to... */ speedtch_check_status()
/linux-4.1.27/net/batman-adv/
H A Ddistributed-arp-table.c100 * ask it if the entry has to be purged or not hlist_for_each_entry_safe()
1177 * information that it is going to ask, then the packet can be dropped batadv_dat_drop_broadcast_packet()
H A Dbridge_loop_avoidance.c503 * When the crc is wrong, ask the backbone gateway for a full table update.
1129 /* send an announce frame so others will ask for our hlist_for_each_entry_rcu()
H A Dtypes.h1127 * @bat_orig_add_if: ask the routing algorithm to apply the needed changes to
1129 * @bat_orig_del_if: ask the routing algorithm to apply the needed changes to
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dio.c477 case 1: /* ask card for XLOG */ DIDpcRoutine()
/linux-4.1.27/drivers/net/caif/
H A Dcaif_virtio.c379 * fine graned allocation so we use genpool. We ask for space needed cfv_create_genpool()
/linux-4.1.27/drivers/net/ethernet/cirrus/
H A Dmac89x0.c383 ask the chip to start transmitting before the net_send_packet()
H A Dcs89x0.c408 retval |= RX_DMA_SIZE_64K; /* did they ask for 64K? */ dma_busctl()
1152 * ask the chip to start transmitting before the net_send_packet()
/linux-4.1.27/drivers/net/wan/
H A Dwanxl.c423 /* ask the card to close the port, should it be still alive */ wanxl_open()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtc.c356 * than interrupt-driven, this is a good point to ask HIF to check ath10k_htc_rx_completion_handler()
/linux-4.1.27/drivers/media/usb/em28xx/
H A Dem28xx-input.c791 /* This is how often we ask the chip for IR information */ em28xx_ir_init()
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_cmd.h173 * Notes: To ask RTL8711 performing site-survey
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dniobuf.c71 /* don't ask for the ack to simulate failing client */ ptl_send_buf()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_driver.c243 * Since the port can be ACTIVE when we ask for ARMED, qib_set_linkstate()
/linux-4.1.27/drivers/input/misc/
H A Dcm109.c441 /* ask for key data */ cm109_urb_ctl_callback()
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c529 since it is only released when we ask to destroy the surface qxl_hw_surface_alloc()
/linux-4.1.27/drivers/bus/
H A Dmips_cdmm.c370 /* Otherwise, ask platform code for suggestions */ mips_cdmm_setup()
/linux-4.1.27/drivers/tty/serial/
H A Darc_uart.c185 * If num chars in xmit buffer are too few, ask tty layer for more. arc_serial_tx_chars()
H A Dsprd_serial.c378 /* ask the core to calculate the divisor for us */ sprd_set_termios()
H A Dfsl_lpuart.c1272 /* ask the core to calculate the divisor */ lpuart_set_termios()
1407 /* ask the core to calculate the divisor */ lpuart32_set_termios()
/linux-4.1.27/drivers/video/fbdev/via/
H A Dvia-core.c91 * Allow subdevs to ask for specific interrupts to be enabled. These
/linux-4.1.27/fs/hpfs/
H A Dhpfs.h19 For definitive information on HPFS, ask somebody else -- this is guesswork.
/linux-4.1.27/include/scsi/
H A Dscsi_device.h157 unsigned use_192_bytes_for_3f:1; /* ask for 192 bytes from page 0x3f */
/linux-4.1.27/arch/powerpc/perf/
H A Dpower8-pmu.c240 * events ask for the same PMC the sum will overflow, setting the high bit,
/linux-4.1.27/arch/ia64/kernel/
H A Dsmpboot.c249 * step). The basic idea is for the slave to ask the master what itc value it has and to
/linux-4.1.27/net/atm/
H A Dclip.c313 * to allocate the neighbour entry but not to ask atmarpd for resolution. Also,
/linux-4.1.27/net/sched/
H A Dsch_generic.c596 /* if we got non aligned memory, ask more and do alignment ourself */ qdisc_alloc()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c367 /* we always want to ask for lucid contexts */ gssx_enc_call_ctx()
/linux-4.1.27/sound/firewire/bebob/
H A Dbebob_maudio.c269 /* initialize these parameters because driver is not allowed to ask */ snd_bebob_maudio_special_discover()
/linux-4.1.27/tools/perf/
H A Dbuiltin-report.c841 * XXX: Need to provide a less kludgy way to ask for cmd_report()
/linux-4.1.27/drivers/remoteproc/
H A Dremoteproc_core.c140 * Some remote processors will ask us to allocate them physically contiguous
144 * They may then ask us to copy objects into specific device addresses (e.g.
/linux-4.1.27/drivers/edac/
H A Di5000_edac.c1295 /* ask what device type on this row */ i5000_init_csrows()
1336 * ask the device how many channels are present and how many CSROWS
/linux-4.1.27/sound/pci/
H A Des1938.c776 /* This stuff is *needed*, don't ask why - AB */ snd_es1938_capture_pointer()
818 /* This stuff is *needed*, don't ask why - AB */ snd_es1938_playback2_pointer()
/linux-4.1.27/drivers/staging/dgnc/
H A Ddgnc_tty.c1726 * This helps to figure out if we should ask the FEP dgnc_tty_write()
2656 * between 0.25 and 0.5 seconds so we'll ask for something dgnc_tty_ioctl()
2682 * between 0.25 and 0.5 seconds so we'll ask for something dgnc_tty_ioctl()
/linux-4.1.27/drivers/ata/
H A Dlibata-sff.c1087 /* Device should not ask for data transfer (DRQ=1) ata_sff_hsm_move()
1141 /* Device should not ask for data transfer (DRQ=1) ata_sff_hsm_move()
1194 /* For PIO reads, some devices may ask for ata_sff_hsm_move()
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl63 # required, and we will ask users if they don't have them but we keep the default
2408 # old config can ask questions
3785 # came from min_config, than ask if we should use

Completed in 4765 milliseconds

123