| /linux-4.1.27/arch/arm/common/ | 
| D | edma.c | 121 static inline unsigned int edma_read(unsigned ctlr, int offset)  in edma_read()126 static inline void edma_write(unsigned ctlr, int offset, int val)  in edma_write()
 130 static inline void edma_modify(unsigned ctlr, int offset, unsigned and,  in edma_modify()
 138 static inline void edma_and(unsigned ctlr, int offset, unsigned and)  in edma_and()
 144 static inline void edma_or(unsigned ctlr, int offset, unsigned or)  in edma_or()
 150 static inline unsigned int edma_read_array(unsigned ctlr, int offset, int i)  in edma_read_array()
 154 static inline void edma_write_array(unsigned ctlr, int offset, int i,  in edma_write_array()
 159 static inline void edma_modify_array(unsigned ctlr, int offset, int i,  in edma_modify_array()
 164 static inline void edma_or_array(unsigned ctlr, int offset, int i, unsigned or)  in edma_or_array()
 168 static inline void edma_or_array2(unsigned ctlr, int offset, int i, int j,  in edma_or_array2()
 [all …]
 
 | 
| /linux-4.1.27/drivers/net/ethernet/ti/ | 
| D | davinci_cpdma.c | 116 	struct cpdma_ctlr		*ctlr;  member133 #define dma_reg_read(ctlr, ofs)		__raw_readl((ctlr)->dmaregs + (ofs))  argument
 136 #define dma_reg_write(ctlr, ofs, v)	__raw_writel(v, (ctlr)->dmaregs + (ofs))  argument
 268 	struct cpdma_ctlr *ctlr;  in cpdma_ctlr_create()  local
 293 int cpdma_ctlr_start(struct cpdma_ctlr *ctlr)  in cpdma_ctlr_start()
 341 int cpdma_ctlr_stop(struct cpdma_ctlr *ctlr)  in cpdma_ctlr_stop()
 372 int cpdma_ctlr_dump(struct cpdma_ctlr *ctlr)  in cpdma_ctlr_dump()
 443 int cpdma_ctlr_destroy(struct cpdma_ctlr *ctlr)  in cpdma_ctlr_destroy()
 464 int cpdma_ctlr_int_ctrl(struct cpdma_ctlr *ctlr, bool enable)  in cpdma_ctlr_int_ctrl()
 488 void cpdma_ctlr_eoi(struct cpdma_ctlr *ctlr, u32 value)  in cpdma_ctlr_eoi()
 [all …]
 
 | 
| /linux-4.1.27/drivers/scsi/fcoe/ | 
| D | fcoe_sysfs.c | 274 	struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);  in show_ctlr_mode()  local288 	struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);  in store_ctlr_mode()  local
 337 	struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);  in store_ctlr_enabled()  local
 374 	struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);  in fcoe_enum_name_search()  local
 393 	struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);  in store_private_fcoe_ctlr_fcf_dev_loss_tmo()  local
 528 	struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);  in fcoe_ctlr_device_release()  local
 576 static void fcoe_ctlr_device_flush_work(struct fcoe_ctlr_device *ctlr)  in fcoe_ctlr_device_flush_work()
 597 static int fcoe_ctlr_device_queue_work(struct fcoe_ctlr_device *ctlr,  in fcoe_ctlr_device_queue_work()
 616 static void fcoe_ctlr_device_flush_devloss(struct fcoe_ctlr_device *ctlr)  in fcoe_ctlr_device_flush_devloss()
 638 static int fcoe_ctlr_device_queue_devloss_work(struct fcoe_ctlr_device *ctlr,  in fcoe_ctlr_device_queue_devloss_work()
 [all …]
 
 | 
| D | fcoe.c | 390 	struct fcoe_ctlr *ctlr;  in fcoe_interface_create()  local524 	struct fcoe_ctlr *ctlr;  in fcoe_fip_recv()  local
 678 	struct fcoe_ctlr *ctlr;  in fcoe_netdev_config()  local
 1095 	struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe);  in fcoe_if_create()  local
 1434 	struct fcoe_ctlr *ctlr;  in fcoe_rcv()  local
 1600 	struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe);  in fcoe_xmit()  local
 1735 	struct fcoe_ctlr *ctlr;  in fcoe_filter_frames()  local
 1938 	struct fcoe_ctlr *ctlr;  in fcoe_dcb_app_notification()  local
 1991 	struct fcoe_ctlr *ctlr;  in fcoe_device_notification()  local
 2085 	struct fcoe_ctlr *ctlr;  in fcoe_disable()  local
 [all …]
 
 | 
| D | fcoe_ctlr.c | 2947 	struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev);  in fcoe_ctlr_set_fip_mode()  local
 | 
| /linux-4.1.27/drivers/scsi/bnx2fc/ | 
| D | bnx2fc_fcoe.c | 118 	struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev);  in bnx2fc_fcf_get_vlan_id()  local250 	struct fcoe_ctlr        *ctlr;  in bnx2fc_xmit()  local
 411 	struct fcoe_ctlr *ctlr;  in bnx2fc_rcv()  local
 746 	struct fcoe_ctlr *ctlr;  in bnx2fc_net_config()  local
 815 	struct fcoe_ctlr *ctlr;  in bnx2fc_indicate_netevent()  local
 1010 	struct fcoe_ctlr *ctlr;  in bnx2fc_fip_recv()  local
 1172 	struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface);  in bnx2fc_interface_setup()  local
 1244 	struct fcoe_ctlr *ctlr;  in bnx2fc_interface_release()  local
 1374 	struct fcoe_ctlr *ctlr;  in bnx2fc_interface_create()  local
 1424 	struct fcoe_ctlr        *ctlr = bnx2fc_to_ctlr(interface);  in bnx2fc_if_create()  local
 [all …]
 
 | 
| D | bnx2fc_hwi.c | 175 	struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface);  in bnx2fc_send_session_ofld_req()  local360 	struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface);  in bnx2fc_send_session_enable_req()  local
 429 	struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface);  in bnx2fc_send_session_disable_req()  local
 
 | 
| /linux-4.1.27/arch/arm/mach-davinci/ | 
| D | psc.c | 31 int __init davinci_psc_is_clk_active(unsigned int ctlr, unsigned int id)  in davinci_psc_is_clk_active()52 void davinci_psc_reset(unsigned int ctlr, unsigned int id, bool reset)  in davinci_psc_reset()
 77 void davinci_psc_config(unsigned int domain, unsigned int ctlr,  in davinci_psc_config()
 
 | 
| /linux-4.1.27/drivers/block/ | 
| D | cpqarray.c | 232 	int i, ctlr;  in ida_proc_show()  local750 	int ctlr;  in cpqarray_eisa_detect()  local
 1236 	int ctlr = h->ctlr;  in ida_ctlr_ioctl()  local
 1409 	int	ctlr,  in sendcmd()
 1520 	int ctlr = host->ctlr;  in revalidate_allvol()  local
 1585 static int pollcomplete(int ctlr)  in pollcomplete()
 1609 static void start_fwbk(int ctlr)  in start_fwbk()
 1644 static void getgeometry(int ctlr)  in getgeometry()
 
 | 
| D | cpqarray.h | 76 	int	ctlr;  member
 | 
| D | cciss_cmd.h | 205   int			   ctlr;  member
 | 
| D | cciss.h | 60 	int	ctlr;  member
 | 
| D | cciss.c | 437 	unsigned ctlr = h->ctlr;  in cciss_seq_show()  local4926 	int ctlr = h->ctlr;  in cciss_undo_allocations_after_kdump_soft_reset()  local
 
 | 
| D | ida_cmd.h | 93 	int	ctlr;  member
 | 
| /linux-4.1.27/drivers/net/can/ | 
| D | rcar_can.c | 58 	u16 ctlr;	/* Control Register */  member442 	u16 ctlr;  in rcar_can_start()  local
 550 	u16 ctlr;  in rcar_can_stop()  local
 854 	u16 ctlr;  in rcar_can_suspend()  local
 875 	u16 ctlr;  in rcar_can_resume()  local
 
 | 
| /linux-4.1.27/drivers/scsi/device_handler/ | 
| D | scsi_dh_rdac.c | 185 	struct rdac_controller	*ctlr;  member363 	struct rdac_controller *ctlr;  in release_controller()  local
 373 	struct rdac_controller *ctlr, *tmp;  in get_controller()  local
 588 	struct rdac_controller *ctlr =  in send_mode_select()  local
 647 	struct rdac_controller *ctlr;  in queue_mode_select()  local
 
 | 
| /linux-4.1.27/drivers/pci/hotplug/ | 
| D | ibmphp_hpc.c | 401 static u8 ctrl_read (struct controller *ctlr, void __iomem *base, u8 offset)  in ctrl_read()421 static u8 ctrl_write (struct controller *ctlr, void __iomem *base, u8 offset, u8 data)  in ctrl_write()
 
 | 
| D | ibmphp_ebda.c | 746 	u16 ctlr, slot, bus;  in ebda_rsrc_controller()  local
 | 
| /linux-4.1.27/include/linux/platform_data/ | 
| D | edma.h | 102 #define EDMA_CTLR_CHAN(ctlr, chan)	(((ctlr) << 16) | (chan))  argument
 | 
| /linux-4.1.27/include/scsi/ | 
| D | fcoe_sysfs.h | 80 static inline void *fcoe_ctlr_device_priv(const struct fcoe_ctlr_device *ctlr)  in fcoe_ctlr_device_priv()
 | 
| D | libfcoe.h | 168 static inline void *fcoe_ctlr_priv(const struct fcoe_ctlr *ctlr)  in fcoe_ctlr_priv()
 | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | mpc52xx_psc.h | 188 	u8		ctlr;		/* PSC + 0x1c */  member334 	u8		ctlr;			/* PSC + 0x2c */  member
 
 | 
| /linux-4.1.27/include/kvm/ | 
| D | arm_vgic.h | 106 	u32	ctlr;  member
 | 
| /linux-4.1.27/drivers/dma/ | 
| D | edma.c | 121 	int				ctlr;  member
 | 
| /linux-4.1.27/drivers/ipack/devices/ | 
| D | scc2698.h | 58 		u8 d7, ctlr; /* Counter timer lower register of block */  member
 | 
| /linux-4.1.27/drivers/scsi/fnic/ | 
| D | fnic.h | 217 	struct fcoe_ctlr ctlr;		/* FIP FCoE controller structure */  member
 | 
| /linux-4.1.27/drivers/scsi/ | 
| D | hpsa.h | 123 	int	ctlr;  member
 |