Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/drivers/scsi/
Dscsi_logging.c81 size_t off = 0; in sdev_format_header() local
101 size_t off = 0, logbuf_len; in sdev_prefix_printk() local
128 size_t off = 0, logbuf_len; in scmd_printk() local
153 size_t off; in scsi_format_opcode_name() local
201 size_t off; in __scsi_format_command() local
224 size_t off, logbuf_len; in scsi_print_command() local
290 size_t off = 0; in scsi_format_extd_sense() local
320 size_t off; in scsi_format_sense_hdr() local
352 size_t off; in scsi_log_dump_sense() local
369 size_t off, logbuf_len; in scsi_log_print_sense_hdr() local
[all …]
/drivers/w1/slaves/
Dw1_ds2408.c76 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read()
89 loff_t off, size_t count) in output_read()
102 loff_t off, size_t count) in activity_read()
115 loff_t off, size_t count) in cond_search_mask_read()
129 char *buf, loff_t off, size_t count) in cond_search_polarity_read()
139 loff_t off, size_t count) in status_control_read()
149 loff_t off, size_t count) in output_write()
220 loff_t off, size_t count) in activity_write()
250 loff_t off, size_t count) in status_control_write()
Dw1_ds28e04.c67 static inline size_t w1_f1C_fix_count(loff_t off, size_t count, size_t size) in w1_f1C_fix_count()
82 int off = block * W1_PAGE_SIZE; in w1_f1C_refresh_block() local
123 loff_t off, size_t count) in eeprom_read()
231 loff_t off, size_t count) in eeprom_write()
286 struct bin_attribute *bin_attr, char *buf, loff_t off, in pio_read()
305 struct bin_attribute *bin_attr, char *buf, loff_t off, in pio_write()
Dw1_ds2431.c48 static inline size_t w1_f2d_fix_count(loff_t off, size_t count, size_t size) in w1_f2d_fix_count()
66 static int w1_f2d_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f2d_readblock()
101 loff_t off, size_t count) in eeprom_read()
207 loff_t off, size_t count) in eeprom_write()
Dw1_ds2433.c56 static inline size_t w1_f23_fix_count(loff_t off, size_t count, size_t size) in w1_f23_fix_count()
72 int off = block * W1_PAGE_SIZE; in w1_f23_refresh_block() local
98 loff_t off, size_t count) in eeprom_read()
212 loff_t off, size_t count) in eeprom_write()
/drivers/gpio/
Dgpio-ucb1400.c15 static int ucb1400_gpio_dir_in(struct gpio_chip *gc, unsigned off) in ucb1400_gpio_dir_in()
23 static int ucb1400_gpio_dir_out(struct gpio_chip *gc, unsigned off, int val) in ucb1400_gpio_dir_out()
32 static int ucb1400_gpio_get(struct gpio_chip *gc, unsigned off) in ucb1400_gpio_get()
40 static void ucb1400_gpio_set(struct gpio_chip *gc, unsigned off, int val) in ucb1400_gpio_set()
Dgpio-adp5520.c25 static int adp5520_gpio_get_value(struct gpio_chip *chip, unsigned off) in adp5520_gpio_get_value()
46 unsigned off, int val) in adp5520_gpio_set_value()
57 static int adp5520_gpio_direction_input(struct gpio_chip *chip, unsigned off) in adp5520_gpio_direction_input()
69 unsigned off, int val) in adp5520_gpio_direction_output()
Dgpio-adp5588.c66 static int adp5588_gpio_get_value(struct gpio_chip *chip, unsigned off) in adp5588_gpio_get_value()
86 unsigned off, int val) in adp5588_gpio_set_value()
105 static int adp5588_gpio_direction_input(struct gpio_chip *chip, unsigned off) in adp5588_gpio_direction_input()
122 unsigned off, int val) in adp5588_gpio_direction_output()
149 static int adp5588_gpio_to_irq(struct gpio_chip *chip, unsigned off) in adp5588_gpio_to_irq()
/drivers/hid/
Dhid-picolcd_debugfs.c83 size_t s, loff_t *off) in picolcd_debug_eeprom_read()
122 size_t s, loff_t *off) in picolcd_debug_eeprom_write()
179 static int _picolcd_flash_setaddr(struct picolcd_data *data, u8 *buf, long off) in _picolcd_flash_setaddr()
190 char __user *u, size_t s, loff_t *off) in _picolcd_flash_read()
226 size_t s, loff_t *off) in picolcd_debug_flash_read()
245 loff_t *off) in _picolcd_flash_erase64()
272 const char __user *u, size_t s, loff_t *off) in _picolcd_flash_write()
309 size_t s, loff_t *off) in picolcd_debug_flash_write()
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c37 #define CRB_BLK(off) ((off >> 20) & 0x3f) argument
38 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) argument
40 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000)) argument
62 #define PCI_OFFSET_FIRST_RANGE(adapter, off) \ argument
64 #define PCI_OFFSET_SECOND_RANGE(adapter, off) \ argument
66 #define PCI_OFFSET_THIRD_RANGE(adapter, off) \ argument
70 unsigned long off) in pci_base_offset()
1130 ulong off, void __iomem **addr) in netxen_nic_pci_get_crb_addr_2M()
1165 netxen_nic_pci_set_crbwindow_2M(struct netxen_adapter *adapter, ulong off) in netxen_nic_pci_set_crbwindow_2M()
1187 ulong off = win_off; in netxen_nic_map_indirect_address_128M() local
[all …]
/drivers/rtc/
Drtc-bq4802.c29 static u8 bq4802_read_io(struct bq4802 *p, int off) in bq4802_read_io()
34 static void bq4802_write_io(struct bq4802 *p, int off, u8 val) in bq4802_write_io()
39 static u8 bq4802_read_mem(struct bq4802 *p, int off) in bq4802_read_mem()
44 static void bq4802_write_mem(struct bq4802 *p, int off, u8 val) in bq4802_write_mem()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c20 #define CRB_BLK(off) ((off >> 20) & 0x3f) argument
21 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) argument
23 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000)) argument
33 u64 off; member
1133 ulong off, void __iomem **addr) in qlcnic_pci_get_crb_addr_2M()
1166 qlcnic_pci_set_crbwindow_2M(struct qlcnic_adapter *adapter, ulong off) in qlcnic_pci_set_crbwindow_2M()
1190 int qlcnic_82xx_hw_write_wx_2M(struct qlcnic_adapter *adapter, ulong off, in qlcnic_82xx_hw_write_wx_2M()
1222 int qlcnic_82xx_hw_read_wx_2M(struct qlcnic_adapter *adapter, ulong off, in qlcnic_82xx_hw_read_wx_2M()
1263 u32 window, u64 off, u64 *data, int op) in qlcnic_pci_mem_access_direct()
1291 qlcnic_pci_camqm_read_2M(struct qlcnic_adapter *adapter, u64 off, u64 *data) in qlcnic_pci_camqm_read_2M()
[all …]
/drivers/scsi/esas2r/
Desas2r_main.c70 char *buf, loff_t off, size_t count) in read_fw()
79 char *buf, loff_t off, size_t count) in write_fw()
88 char *buf, loff_t off, size_t count) in read_fs()
97 char *buf, loff_t off, size_t count) in write_fs()
113 char *buf, loff_t off, size_t count) in read_vda()
122 char *buf, loff_t off, size_t count) in write_vda()
131 char *buf, loff_t off, size_t count) in read_live_nvram()
142 char *buf, loff_t off, size_t count) in write_live_nvram()
162 char *buf, loff_t off, size_t count) in read_default_nvram()
173 char *buf, loff_t off, size_t count) in read_hw()
[all …]
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dfbmem.h61 fbmem_peek(struct io_mapping *fb, u32 off) in fbmem_peek()
70 fbmem_poke(struct io_mapping *fb, u32 off, u32 val) in fbmem_poke()
79 fbmem_readback(struct io_mapping *fb, u32 off, u32 val) in fbmem_readback()
/drivers/clk/qcom/
Dclk-alpha-pll.c67 u32 val, mask, off; in wait_for_pll() local
101 u32 val, mask, off; in clk_alpha_pll_enable() local
155 u32 val, mask, off; in clk_alpha_pll_disable() local
230 u32 off = pll->offset; in clk_alpha_pll_recalc_rate() local
250 u32 l, off = pll->offset; in clk_alpha_pll_set_rate() local
/drivers/isdn/hisax/
Dgazel.c45 readreg(unsigned int adr, u_short off) in readreg()
51 writereg(unsigned int adr, u_short off, u_char data) in writereg()
70 readreg_ipac(unsigned int adr, u_short off) in readreg_ipac()
80 writereg_ipac(unsigned int adr, u_short off, u_char data) in writereg_ipac()
88 read_fifo_ipac(unsigned int adr, u_short off, u_char *data, int size) in read_fifo_ipac()
95 write_fifo_ipac(unsigned int adr, u_short off, u_char *data, int size) in write_fifo_ipac()
Dteleint.c25 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
43 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
64 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
81 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Dmic.c32 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
42 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
50 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
57 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Dsaphir.c34 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
44 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
52 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
59 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Dix1_micro.c42 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
52 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
60 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
67 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c50 static inline u32 enet_readl(struct bcm_enet_priv *priv, u32 off) in enet_readl()
56 u32 val, u32 off) in enet_writel()
64 static inline u32 enetsw_readl(struct bcm_enet_priv *priv, u32 off) in enetsw_readl()
70 u32 val, u32 off) in enetsw_writel()
75 static inline u16 enetsw_readw(struct bcm_enet_priv *priv, u32 off) in enetsw_readw()
81 u16 val, u32 off) in enetsw_writew()
86 static inline u8 enetsw_readb(struct bcm_enet_priv *priv, u32 off) in enetsw_readb()
92 u8 val, u32 off) in enetsw_writeb()
99 static inline u32 enet_dma_readl(struct bcm_enet_priv *priv, u32 off) in enet_dma_readl()
105 u32 val, u32 off) in enet_dma_writel()
[all …]
/drivers/pci/
Dvpd.c11 int pci_vpd_find_tag(const u8 *buf, unsigned int off, unsigned int len, u8 rdt) in pci_vpd_find_tag()
46 int pci_vpd_find_info_keyword(const u8 *buf, unsigned int off, in pci_vpd_find_info_keyword()
/drivers/staging/lustre/lustre/obdclass/
Ddebug.c46 int block_debug_setup(void *addr, int len, __u64 off, __u64 id) in block_debug_setup()
60 int block_debug_check(char *who, void *addr, int end, __u64 off, __u64 id) in block_debug_check()
/drivers/staging/octeon-usb/
Docteon-hcd.h56 #define CVMX_USBCXREG2(reg, bid, off) \ argument
73 #define CVMX_USBCX_HCCHARX(off, bid) CVMX_USBCXREG2(0x500, bid, off) argument
75 #define CVMX_USBCX_HCINTMSKX(off, bid) CVMX_USBCXREG2(0x50c, bid, off) argument
76 #define CVMX_USBCX_HCINTX(off, bid) CVMX_USBCXREG2(0x508, bid, off) argument
77 #define CVMX_USBCX_HCSPLTX(off, bid) CVMX_USBCXREG2(0x504, bid, off) argument
78 #define CVMX_USBCX_HCTSIZX(off, bid) CVMX_USBCXREG2(0x510, bid, off) argument
/drivers/sbus/char/
Dbbc_i2c.c149 int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off) in bbc_i2c_writeb()
180 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb()
230 char *buf, int len, int off) in bbc_i2c_write_buf()
246 char *buf, int len, int off) in bbc_i2c_read_buf()

12345678910>>...20