/drivers/isdn/hisax/ |
D | fsm.c | 111 FsmDelTimer(struct FsmTimer *ft, int where) in FsmDelTimer() 122 int millisec, int event, void *arg, int where) in FsmAddTimer() 146 int millisec, int event, void *arg, int where) in FsmRestartTimer()
|
/drivers/isdn/mISDN/ |
D | fsm.c | 124 mISDN_FsmDelTimer(struct FsmTimer *ft, int where) in mISDN_FsmDelTimer() 137 int millisec, int event, void *arg, int where) in mISDN_FsmAddTimer() 166 int millisec, int event, void *arg, int where) in mISDN_FsmRestartTimer()
|
/drivers/pci/host/ |
D | pcie-designware.c | 81 int dw_pcie_cfg_read(void __iomem *addr, int where, int size, u32 *val) in dw_pcie_cfg_read() 95 int dw_pcie_cfg_write(void __iomem *addr, int where, int size, u32 val) in dw_pcie_cfg_write() 125 static int dw_pcie_rd_own_conf(struct pcie_port *pp, int where, int size, in dw_pcie_rd_own_conf() 139 static int dw_pcie_wr_own_conf(struct pcie_port *pp, int where, int size, in dw_pcie_wr_own_conf() 578 u32 devfn, int where, int size, u32 *val) in dw_pcie_rd_other_conf() 603 u32 devfn, int where, int size, u32 val) in dw_pcie_wr_other_conf() 650 static int dw_pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, in dw_pcie_rd_conf() 675 int where, int size, u32 val) in dw_pcie_wr_conf()
|
D | pci-host-generic.c | 49 int where) in gen_pci_map_cfg_bus_cam() 65 int where) in gen_pci_map_cfg_bus_ecam() 80 int where, int size, u32 *val) in gen_pci_config_read() 103 int where, int size, u32 val) in gen_pci_config_write()
|
D | pci-mvebu.c | 47 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument 256 u32 devfn, int where, int size, u32 *val) in mvebu_pcie_hw_rd_conf() 273 u32 devfn, int where, int size, u32 val) in mvebu_pcie_hw_wr_conf() 454 unsigned int where, int size, u32 *value) in mvebu_sw_pci_bridge_read() 533 unsigned int where, int size, u32 value) in mvebu_sw_pci_bridge_write() 638 int where, int size, u32 val) in mvebu_pcie_wr_conf() 674 static int mvebu_pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, in mvebu_pcie_rd_conf()
|
D | pci-rcar-gen2.c | 109 int where) in rcar_pci_cfg_base() 135 int where, int size, u32 *val) in rcar_pci_read_config() 158 int where, int size, u32 val) in rcar_pci_write_config()
|
D | pcie-rcar.c | 160 static void rcar_rmw32(struct rcar_pcie *pcie, int where, u32 mask, u32 data) in rcar_rmw32() 170 static u32 rcar_read_conf(struct rcar_pcie *pcie, int where) in rcar_read_conf() 181 unsigned int devfn, int where, u32 *data) in rcar_pcie_config_access() 259 int where, int size, u32 *val) in rcar_pcie_read_conf() 284 int where, int size, u32 val) in rcar_pcie_write_conf()
|
D | pcie-xilinx.c | 201 unsigned int devfn, int where) in xilinx_pcie_config_base() 224 int where, int size, u32 *val) in xilinx_pcie_read_config() 262 int where, int size, u32 val) in xilinx_pcie_write_config()
|
D | pci-keystone-dw.c | 398 unsigned int devfn, int where, int size, u32 *val) in ks_dw_pcie_rd_other_conf() 410 unsigned int devfn, int where, int size, u32 val) in ks_dw_pcie_wr_other_conf()
|
D | pci-exynos.c | 463 static int exynos_pcie_rd_own_conf(struct pcie_port *pp, int where, int size, in exynos_pcie_rd_own_conf() 474 static int exynos_pcie_wr_own_conf(struct pcie_port *pp, int where, int size, in exynos_pcie_wr_own_conf()
|
/drivers/md/ |
D | dm-io.c | 280 static void do_region(int rw, unsigned region, struct dm_io_region *where, in do_region() 362 struct dm_io_region *where, struct dpages *dp, in dispatch_io() 404 struct dm_io_region *where, int rw, struct dpages *dp, in sync_io() 438 struct dm_io_region *where, int rw, struct dpages *dp, in async_io() 509 struct dm_io_region *where, unsigned long *sync_error_bits) in dm_io()
|
/drivers/mfd/ |
D | lpc_sch.c | 93 static int lpc_sch_get_io(struct pci_dev *pdev, int where, const char *name, in lpc_sch_get_io() 122 static int lpc_sch_populate_cell(struct pci_dev *pdev, int where, in lpc_sch_populate_cell()
|
/drivers/pcmcia/ |
D | pcmcia_resource.c | 160 off_t where, u8 *val, in pcmcia_access_config() 197 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val) in pcmcia_read_config_byte() 210 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val) in pcmcia_write_config_byte()
|
/drivers/pci/pcie/aer/ |
D | aer_inject.c | 141 static u32 *find_pci_config_dword(struct aer_error *err, int where, in find_pci_config_dword() 184 static int pci_read_aer(struct pci_bus *bus, unsigned int devfn, int where, in pci_read_aer() 215 static int pci_write_aer(struct pci_bus *bus, unsigned int devfn, int where, in pci_write_aer()
|
/drivers/video/fbdev/i810/ |
D | i810.h | 292 #define i810_readb(where, mmio) readb(mmio + where) argument 293 #define i810_readw(where, mmio) readw(mmio + where) argument 294 #define i810_readl(where, mmio) readl(mmio + where) argument 295 #define i810_writeb(where, mmio, val) writeb(val, mmio + where) argument 296 #define i810_writew(where, mmio, val) writew(val, mmio + where) argument 297 #define i810_writel(where, mmio, val) writel(val, mmio + where) argument
|
/drivers/gpu/drm/mga/ |
D | mga_warp.c | 58 int n_pipes, where; in mga_warp_install_microcode() local
|
/drivers/staging/rts5208/ |
D | rtsx.h | 73 #define rtsx_read_config_byte(chip, where, val) \ argument 76 #define rtsx_write_config_byte(chip, where, val) \ argument
|
/drivers/video/fbdev/ |
D | vga16fb.c | 835 char __iomem *where; in vga_8planes_fillrect() local 1127 char __iomem *where; in vga_8planes_imageblit() local 1151 char __iomem *where = info->screen_base + (image->dx/8) + in vga_imageblit_expand() local 1219 char __iomem *where = in vga_imageblit_color() local
|
/drivers/gpu/drm/savage/ |
D | savage_state.c | 116 #define SAVE_STATE(reg,where) \ argument 119 #define SAVE_STATE_MASK(reg,where,mask) do { \ argument
|
/drivers/media/pci/ivtv/ |
D | ivtv-firmware.c | 335 int ivtv_firmware_check(struct ivtv *itv, char *where) in ivtv_firmware_check()
|
/drivers/tty/vt/ |
D | selection.c | 54 static inline void highlight_pointer(const int where) in highlight_pointer()
|
/drivers/staging/speakup/ |
D | varhandlers.c | 163 struct punc_var_t *where; in spk_get_punc_var() local
|
/drivers/md/bcache/ |
D | bset.c | 193 bool __bch_cut_front(const struct bkey *where, struct bkey *k) in __bch_cut_front() 213 bool __bch_cut_back(const struct bkey *where, struct bkey *k) in __bch_cut_back() 799 void bch_bset_insert(struct btree_keys *b, struct bkey *where, in bch_bset_insert()
|
/drivers/parisc/ |
D | dino.c | 176 static int dino_cfg_read(struct pci_bus *bus, unsigned int devfn, int where, in dino_cfg_read() 211 static int dino_cfg_write(struct pci_bus *bus, unsigned int devfn, int where, in dino_cfg_write()
|
/drivers/pci/ |
D | xen-pcifront.c | 180 int where, int size, u32 *val) in pcifront_bus_read() 219 int where, int size, u32 val) in pcifront_bus_write()
|