Searched defs:offset (Results 401 - 425 of 6165) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/mtd/maps/
H A Dtsunami_flash.c18 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) argument
25 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) argument
30 tsunami_flash_copy_from( struct map_info *map, void *addr, unsigned long offset, ssize_t len) argument
43 tsunami_flash_copy_to( struct map_info *map, unsigned long offset, const void *addr, ssize_t len) argument
[all...]
/linux-master/drivers/ssb/
H A Dhost_soc.c16 static u8 ssb_host_soc_read8(struct ssb_device *dev, u16 offset) argument
24 static u16 ssb_host_soc_read16(struct ssb_device *dev, u16 offset) argument
32 static u32 ssb_host_soc_read32(struct ssb_device *dev, u16 offset) argument
41 ssb_host_soc_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) argument
89 ssb_host_soc_write8(struct ssb_device *dev, u16 offset, u8 value) argument
97 ssb_host_soc_write16(struct ssb_device *dev, u16 offset, u16 value) argument
105 ssb_host_soc_write32(struct ssb_device *dev, u16 offset, u32 value) argument
114 ssb_host_soc_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
[all...]
/linux-master/drivers/staging/fbtft/
H A Dfb_ssd1306.c174 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) argument
H A Dfb_ssd1305.c152 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) argument
H A Dfb_ra8875.c244 static int write_vmem16_bus8(struct fbtft_par *par, size_t offset, size_t len) argument
H A Dfb_tls8204.c86 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) argument
H A Dfb_pcd8544.c104 static int write_vmem(struct fbtft_par *par, size_t offset, size_t len) argument
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c96 u32 offset; local
181 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length, u16 offset, u8 *sum) argument
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_acorn.c29 unsigned int offset[MAX_PORTS]; member in struct:serial_card_type
/linux-master/tools/firewire/
H A Ddecode-fcp.c49 int offset; /* Location of field, specified in bits; */ member in struct:avc_field
178 unsigned long long offset = local
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mmio.c24 rt2x00mmio_regbusy_read(struct rt2x00_dev *rt2x00dev, const unsigned int offset, const struct rt2x00_field32 field, u32 *reg) argument
/linux-master/drivers/misc/altera-stapl/
H A Daltera-comp.c69 u32 offset, length; local
/linux-master/drivers/input/misc/
H A Dyealink.h17 __be16 offset; /* internal packet offset */ member in struct:yld_ctl_packet
[all...]
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_lib.h48 unsigned int offset = reg & 0xffff; local
61 unsigned int offset = reg & 0xffff; local
65 static inline void snd_cs46xx_pokeBA0(struct snd_cs46xx *chip, unsigned long offset, unsigned int val) argument
70 static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned long offset) argument
[all...]
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-transaction.c11 handle_unknown_message(struct snd_dg00x *dg00x, unsigned long long offset, __be32 *buf) argument
23 handle_message(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/motu/
H A Dmotu-transaction.c15 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, argument
31 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg, argument
47 handle_message(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/drivers/input/
H A Dinput-compat.h29 __s16 offset; member in struct:ff_periodic_effect_compat
/linux-master/arch/sh/include/asm/
H A Dptrace.h52 int offset; member in struct:pt_regs_offset
77 regs_get_register(struct pt_regs *regs, unsigned int offset) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmm.h16 u32 offset; member in struct:nvkm_mm_node
/linux-master/arch/m68k/coldfire/
H A Dgpio.c110 static int mcfgpio_direction_input(struct gpio_chip *chip, unsigned offset) argument
115 static int mcfgpio_get_value(struct gpio_chip *chip, unsigned offset) argument
120 static int mcfgpio_direction_output(struct gpio_chip *chip, unsigned offset, argument
126 static void mcfgpio_set_value(struct gpio_chip *chip, unsigned offset, argument
132 static int mcfgpio_request(struct gpio_chip *chip, unsigned offset) argument
137 mcfgpio_free(struct gpio_chip *chip, unsigned offset) argument
142 mcfgpio_to_irq(struct gpio_chip *chip, unsigned offset) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dextdev.c73 extdev_parse_entry(struct nvkm_bios *bios, u16 offset, argument
/linux-master/tools/perf/ui/browsers/
H A Dheader.c19 unsigned long offset = (unsigned long)browser->priv; local
35 unsigned long offset; local
[all...]
/linux-master/arch/mips/include/asm/
H A Dbmips.h93 static inline unsigned long bmips_read_zscm_reg(unsigned int offset) argument
113 static inline void bmips_write_zscm_reg(unsigned int offset, unsigned long data) argument
/linux-master/drivers/clk/hisilicon/
H A Dreset.c33 u32 offset; local
48 u32 offset, reg; local
69 u32 offset, reg; local
[all...]
/linux-master/drivers/gpio/
H A Dgpio-xtensa.c72 static int xtensa_impwire_get_direction(struct gpio_chip *gc, unsigned offset) argument
77 static int xtensa_impwire_get_value(struct gpio_chip *gc, unsigned offset) argument
89 static void xtensa_impwire_set_value(struct gpio_chip *gc, unsigned offset, argument
95 static int xtensa_expstate_get_direction(struct gpio_chip *gc, unsigned offset) argument
100 static int xtensa_expstate_get_value(struct gpio_chip *gc, unsigned offset) argument
112 static void xtensa_expstate_set_value(struct gpio_chip *gc, unsigned offset, argument
[all...]

Completed in 380 milliseconds

<<11121314151617181920>>