| /linux-4.4.14/drivers/usb/phy/ | 
| D | phy-generic.c | 65 static void nop_reset(struct usb_phy_generic *nop)  in nop_reset()76 static void nop_set_vbus_draw(struct usb_phy_generic *nop, unsigned mA)  in nop_set_vbus_draw()
 108 	struct usb_phy_generic *nop = data;  in nop_gpio_vbus_thread()  local
 144 	struct usb_phy_generic *nop = dev_get_drvdata(phy->dev);  in usb_gen_phy_init()  local
 162 	struct usb_phy_generic *nop = dev_get_drvdata(phy->dev);  in usb_gen_phy_shutdown()  local
 205 int usb_phy_gen_create_phy(struct device *dev, struct usb_phy_generic *nop,  in usb_phy_gen_create_phy()
 299 	struct usb_phy_generic	*nop;  in usb_phy_generic_probe()  local
 339 	struct usb_phy_generic *nop = platform_get_drvdata(pdev);  in usb_phy_generic_remove()  local
 
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | archrandom.h | 69 #define GET_RANDOM(name, type, rdrand, nop)			\  argument86 #define GET_SEED(name, type, rdseed, nop)			\  argument
 
 | 
| D | special_insns.h | 264 #define nop() asm volatile ("nop")  macro
 | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | barrier.h | 12 #define nop()  __asm__ __volatile__ ("nop" : : )  macro
 | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | processor.h | 9 #define nop() 		__asm__ __volatile__ ("nop")  macro
 | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | barrier.h | 15 #define nop()			asm volatile ("nop"::)  macro
 | 
| /linux-4.4.14/arch/blackfin/include/asm/ | 
| D | barrier.h | 13 #define nop()  __asm__ __volatile__ ("nop;\n\t" : : )  macro
 | 
| /linux-4.4.14/fs/exportfs/ | 
| D | expfs.c | 28 	const struct export_operations *nop = dir->d_sb->s_export_op;  in exportfs_get_name()  local380 	const struct export_operations *nop = inode->i_sb->s_export_op;  in exportfs_encode_inode_fh()  local
 416 	const struct export_operations *nop = mnt->mnt_sb->s_export_op;  in exportfs_decode_fh()  local
 
 | 
| /linux-4.4.14/fs/nfs/ | 
| D | callback_xdr.c | 720 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op)  in preprocess_nfs41_op()778 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op)  in preprocess_nfs41_op()
 790 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op)  in preprocess_nfs42_op()
 802 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op)  in preprocess_nfs42_op()
 823 static __be32 process_op(int nop, struct svc_rqst *rqstp,  in process_op()
 
 | 
| /linux-4.4.14/include/asm-generic/ | 
| D | barrier.h | 23 #define nop()	asm volatile ("nop")  macro
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvif/ | 
| D | client.c | 76 		struct nvif_ioctl_nop_v0 nop;  in nvif_client_init()  member
 | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | barrier.h | 98 #define nop()		asm volatile("nop");  macro
 | 
| /linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ | 
| D | kfd_kernel_queue.c | 42 	union PM4_MES_TYPE_3_HEADER nop;  in initialize()  local
 | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | barrier.h | 6 #define nop()		asm volatile ("NOP")  macro
 | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | ftrace.c | 155 	u32 branch, nop;  in ftrace_modify_graph_caller()  local
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | barrier.h | 6 #define nop() __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t");  macro
 | 
| /linux-4.4.14/drivers/net/ethernet/i825xx/ | 
| D | ether1.c | 677 	nop_t nop;  in ether1_sendpacket()  local746 	nop_t nop;  in ether1_xmit_done()  local
 
 | 
| /linux-4.4.14/arch/tile/kernel/ | 
| D | ftrace.c | 220 	unsigned long nop = NOP();  in __ftrace_modify_caller()  local
 | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | ftrace.c | 239 	unsigned long nop = 0xe1a00000;	/* mov r0, r0 */  in __ftrace_modify_caller()  local
 | 
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_ring.c | 304 		     unsigned ring_size, u32 nop, u32 align_mask,  in amdgpu_ring_init()
 | 
| D | amdgpu.h | 864 	u32			nop;  member
 | 
| /linux-4.4.14/drivers/gpu/drm/radeon/ | 
| D | radeon_ring.c | 376 		     unsigned rptr_offs, u32 nop)  in radeon_ring_init()
 | 
| D | cik.c | 8504 	u32 nop;  in cik_startup()  local
 | 
| D | radeon.h | 865 	u32			nop;  member
 | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | ftrace.c | 381 	const unsigned char *nop;  in remove_breakpoint()  local
 | 
| /linux-4.4.14/drivers/scsi/ | 
| D | libiscsi.c | 653 	struct iscsi_nopout *nop = (struct iscsi_nopout *)hdr;  in iscsi_prep_mgmt_task()  local1012 			     struct iscsi_nopin *nop, char *data, int datalen)  in iscsi_nop_out_rsp()
 
 | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | iosapic.c | 259 nop (struct irq_data *data)  in nop()  function
 | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | perf_event.c | 846 	u64 nop = nop_for_index(idx);  in sparc_pmu_disable_event()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en.h | 257 	u64 nop;  member
 | 
| /linux-4.4.14/drivers/scsi/lpfc/ | 
| D | lpfc_hw4.h | 3263 		struct lpfc_mbx_nop nop;  member
 |