| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | icswx.h | 7  * This provides the Initiate Coprocessor Store Word Indexed (ICSWX)144 /* RFC02167 Initiate Coprocessor Instructions document
 158 /* RFC02167 Initiate Coprocessor Instructions document
 159  * Chapter 8.2.1 Initiate Coprocessor Store Word Indexed (ICSWX)
 
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | gss_krb5_unseal.c | 138 	if ((ctx->initiate && direction != 0xff) ||  in gss_verify_mic_v1()139 	    (!ctx->initiate && direction != 0))  in gss_verify_mic_v1()
 167 	if ((!ctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) ||  in gss_verify_mic_v2()
 168 	    (ctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)))  in gss_verify_mic_v2()
 180 	if (ctx->initiate) {  in gss_verify_mic_v2()
 
 | 
| D | gss_krb5_wrap.c | 235 	if ((krb5_make_seq_num(kctx, kctx->seq, kctx->initiate ? 0 : 0xff,  in gss_wrap_kerberos_v1()323 	if ((kctx->initiate && direction != 0xff) ||  in gss_unwrap_kerberos_v1()
 324 	    (!kctx->initiate && direction != 0))  in gss_unwrap_kerberos_v1()
 512 	if ((!kctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) ||  in gss_unwrap_kerberos_v2()
 513 	    (kctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)))  in gss_unwrap_kerberos_v2()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | dn_nsp.h | 100 /* Connect Initiate/Retransmit Initiate/Connect Confirm */103 #define NSP_CI      0x18            /* Connect Initiate     */
 116 /* Disconnect Initiate/Disconnect Confirm */
 
 | 
| D | dn.h | 19 #define DN_CI    6                      /* Connect Initiate     */25 #define DN_DI    12                     /* Disconnect Initiate  */
 
 | 
| /Linux-v5.4/include/scsi/fc/ | 
| D | fc_encaps.h | 61 	FC_SOF_I4 =	0x29,	/* initiate class 4 */62 	FC_SOF_I2 =	0x2d,	/* initiate class 2 */
 63 	FC_SOF_I3 =	0x2e,	/* initiate class 3 */
 
 | 
| /Linux-v5.4/drivers/staging/comedi/drivers/ | 
| D | pcmda12.c | 75 		 * Initiate transfer if not in simultaneaous xfer  in pcmda12_ao_insn_write()94 	 * Initiate simultaneaous xfer mode by reading one of the  in pcmda12_ao_insn_read()
 112 	/* Initiate transfer by reading one of the AO registers. */  in pcmda12_ao_reset()
 
 | 
| D | cb_pcimdda.c | 45  *     to initiate the simultaneous XFER.102 		 * in order to initiate the simultaneous transfer.  in cb_pcimdda_ao_insn_write()
 121 	/* Initiate the simultaneous transfer */  in cb_pcimdda_ao_insn_read()
 
 | 
| /Linux-v5.4/drivers/staging/greybus/Documentation/firmware/ | 
| D | firmware.c | 87 	/* Initiate Mode-switch to the newly loaded firmware */  in update_intf_firmware()88 	printf("Initiate Mode switch\n");  in update_intf_firmware()
 92 		printf("Failed to initiate mode-switch (%d)\n", ret);  in update_intf_firmware()
 
 | 
| /Linux-v5.4/Documentation/media/uapi/dvb/ | 
| D | dmx-reqbufs.rst | 19 DMX_REQBUFS - Initiate Memory Mapping and/or DMA buffer I/O43 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
 
 | 
| /Linux-v5.4/include/net/sctp/ | 
| D | constants.h | 182  *   accept new associations, but it can initiate the creation of new ones.184  *   accept new  associations and can initiate the creation of new ones.
 189  *   accept new associations, but it can initiate the creation of new ones.
 191  *   accept new associations, but cannot initiate the creation of new ones.
 
 | 
| /Linux-v5.4/drivers/w1/ | 
| D | w1_netlink.h | 32  * @W1_MASTER_CMD: initiate operations on a specific master84  * @W1_CMD_SEARCH: initiate a standard search, returns only the slave
 
 | 
| /Linux-v5.4/Documentation/admin-guide/ | 
| D | kernel-per-CPU-kthreads.rst | 78 	occur on some other CPU and furthermore initiate all112 2.	Initiate any network I/O on other CPUs.
 124 2.	Initiate any block I/O on other CPUs.
 136 2.	Initiate any block I/O and block-I/O polling on other CPUs.
 
 | 
| /Linux-v5.4/drivers/media/usb/stk1160/ | 
| D | stk1160-ac97.c | 49 	/* Set command write bit to initiate write operation */  in stk1160_write_ac97()65 	/* Set command read bit to initiate read operation */  in stk1160_read_ac97()
 
 | 
| /Linux-v5.4/arch/arm/mach-pxa/ | 
| D | sleep.S | 132 	orr	r0, r0, #2			@ initiate change bit143 	@ initiate the frequency change...
 
 | 
| /Linux-v5.4/Documentation/driver-api/ | 
| D | s390-drivers.rst | 73 Devices that want to initiate channel I/O need to attach to the ccw bus.77 The functions that initiate or terminate channel I/O all act upon a ccw
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/power/reset/ | 
| D | axxia-reset.txt | 4 block to initiate a chip reset.
 | 
| /Linux-v5.4/arch/powerpc/platforms/powernv/ | 
| D | opal-dump.c | 112 	return sprintf(buf, "1 - initiate Service Processor(FSP) dump\n");  in init_dump_show()121 		pr_warn("%s: Failed to initiate FSP dump (%d)\n",  in dump_fips_init()
 412 		pr_warn("%s: Failed to create initiate dump attr group\n",  in opal_platform_dump_init()
 
 | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | gpio-cdev | 18 		Initiate various actions.
 | 
| /Linux-v5.4/arch/powerpc/platforms/pseries/ | 
| D | suspend.c | 119  * store_hibernate - Initiate partition hibernation195  *	0 if drmgr is to initiate update, and 1 otherwise
 
 | 
| /Linux-v5.4/drivers/staging/greybus/tools/ | 
| D | lbtest | 50 	'             initiate an infinite (non terminating) test and exit\n'128 		# Initiate by setting loopback operation type
 
 | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | vidioc-reqbufs.rst | 19 VIDIOC_REQBUFS - Initiate Memory Mapping, User Pointer I/O or DMA buffer I/O41 This ioctl is used to initiate :ref:`memory mapped <mmap>`,
 
 | 
| /Linux-v5.4/drivers/media/usb/as102/ | 
| D | as102_fw.c | 187 	/* initiate firmware upload */  in as102_fw_upload()211 	/* initiate firmware upload */  in as102_fw_upload()
 
 | 
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ | 
| D | cmd.c | 255 		wl1271_error("failed to initiate cmd role enable");  in wl12xx_cmd_role_enable()288 		wl1271_error("failed to initiate cmd role disable");  in wl12xx_cmd_role_disable()
 454 		wl1271_error("failed to initiate cmd role enable");  in wl12xx_cmd_role_start_dev()
 494 		wl1271_error("failed to initiate cmd role stop");  in wl12xx_cmd_role_stop_dev()
 564 		wl1271_error("failed to initiate cmd role start sta");  in wl12xx_cmd_role_start_sta()
 605 		wl1271_error("failed to initiate cmd role stop sta");  in wl12xx_cmd_role_stop_sta()
 709 		wl1271_error("failed to initiate cmd role start ap");  in wl12xx_cmd_role_start_ap()
 745 		wl1271_error("failed to initiate cmd role stop ap");  in wl12xx_cmd_role_stop_ap()
 805 		wl1271_error("failed to initiate cmd role enable");  in wl12xx_cmd_role_start_ibss()
 1580 		wl1271_error("failed to initiate cmd add peer");  in wl12xx_cmd_add_peer()
 [all …]
 
 | 
| /Linux-v5.4/include/uapi/linux/usb/ | 
| D | ch9.h | 128 #define USB_DEVICE_REMOTE_WAKEUP	1	/* dev may initiate wakeup */131 #define USB_DEVICE_B_HNP_ENABLE		3	/* (otg) dev may initiate HNP */
 155 #define USB_DEVICE_U1_ENABLE	48	/* dev may initiate U1 transition */
 156 #define USB_DEVICE_U2_ENABLE	49	/* dev may initiate U2 transition */
 1184  * initiate a transition.
 1186  * A U1 timeout of 0x1 to 0x7F also causes the hub to initiate a transition to
 1192  * initiate a transition.
 1194  * A U2 timeout of 0x1 to 0xFE also causes the hub to initiate a transition to
 
 |