Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 2743) sorted by relevance

12345678910>>...110

/drivers/staging/media/atomisp/pci/atomisp2/css2400/
Dia_css_device_access.c32 ia_css_device_load_uint8(const hrt_address addr) in ia_css_device_load_uint8()
38 ia_css_device_load_uint16(const hrt_address addr) in ia_css_device_load_uint16()
44 ia_css_device_load_uint32(const hrt_address addr) in ia_css_device_load_uint32()
50 ia_css_device_load_uint64(const hrt_address addr) in ia_css_device_load_uint64()
59 ia_css_device_store_uint8(const hrt_address addr, const uint8_t data) in ia_css_device_store_uint8()
65 ia_css_device_store_uint16(const hrt_address addr, const uint16_t data) in ia_css_device_store_uint16()
71 ia_css_device_store_uint32(const hrt_address addr, const uint32_t data) in ia_css_device_store_uint32()
77 ia_css_device_store_uint64(const hrt_address addr, const uint64_t data) in ia_css_device_store_uint64()
86 ia_css_device_load(const hrt_address addr, void *data, const size_t size) in ia_css_device_load()
92 ia_css_device_store(const hrt_address addr, const void *data, const size_t size) in ia_css_device_store()
/drivers/media/pci/cx18/
Dcx18-io.h33 static inline u32 cx18_raw_readl(struct cx18 *cx, const void __iomem *addr) in cx18_raw_readl()
39 void cx18_raw_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_raw_writel_noretry()
44 static inline void cx18_raw_writel(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_raw_writel()
55 static inline u32 cx18_readl(struct cx18 *cx, const void __iomem *addr) in cx18_readl()
61 void cx18_writel_noretry(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_writel_noretry()
66 static inline void cx18_writel(struct cx18 *cx, u32 val, void __iomem *addr) in cx18_writel()
77 void cx18_writel_expect(struct cx18 *cx, u32 val, void __iomem *addr, in cx18_writel_expect()
93 static inline u16 cx18_readw(struct cx18 *cx, const void __iomem *addr) in cx18_readw()
99 void cx18_writew_noretry(struct cx18 *cx, u16 val, void __iomem *addr) in cx18_writew_noretry()
104 static inline void cx18_writew(struct cx18 *cx, u16 val, void __iomem *addr) in cx18_writew()
[all …]
/drivers/net/ethernet/wiznet/
Dw5100-spi.c26 static int w5100_spi_read(struct net_device *ndev, u32 addr) in w5100_spi_read()
38 static int w5100_spi_write(struct net_device *ndev, u32 addr, u8 data) in w5100_spi_write()
46 static int w5100_spi_read16(struct net_device *ndev, u32 addr) in w5100_spi_read16()
60 static int w5100_spi_write16(struct net_device *ndev, u32 addr, u16 data) in w5100_spi_write16()
71 static int w5100_spi_readbulk(struct net_device *ndev, u32 addr, u8 *buf, in w5100_spi_readbulk()
87 static int w5100_spi_writebulk(struct net_device *ndev, u32 addr, const u8 *buf, in w5100_spi_writebulk()
139 static int w5200_spi_read(struct net_device *ndev, u32 addr) in w5200_spi_read()
151 static int w5200_spi_write(struct net_device *ndev, u32 addr, u8 data) in w5200_spi_write()
159 static int w5200_spi_read16(struct net_device *ndev, u32 addr) in w5200_spi_read16()
171 static int w5200_spi_write16(struct net_device *ndev, u32 addr, u16 data) in w5200_spi_write16()
[all …]
Dw5100.c206 static inline int w5100_read_direct(struct net_device *ndev, u32 addr) in w5100_read_direct()
211 static inline int __w5100_write_direct(struct net_device *ndev, u32 addr, in __w5100_write_direct()
219 static inline int w5100_write_direct(struct net_device *ndev, u32 addr, u8 data) in w5100_write_direct()
227 static int w5100_read16_direct(struct net_device *ndev, u32 addr) in w5100_read16_direct()
235 static int w5100_write16_direct(struct net_device *ndev, u32 addr, u16 data) in w5100_write16_direct()
244 static int w5100_readbulk_direct(struct net_device *ndev, u32 addr, u8 *buf, in w5100_readbulk_direct()
255 static int w5100_writebulk_direct(struct net_device *ndev, u32 addr, in w5100_writebulk_direct()
309 static int w5100_read_indirect(struct net_device *ndev, u32 addr) in w5100_read_indirect()
323 static int w5100_write_indirect(struct net_device *ndev, u32 addr, u8 data) in w5100_write_indirect()
336 static int w5100_read16_indirect(struct net_device *ndev, u32 addr) in w5100_read16_indirect()
[all …]
/drivers/staging/rtl8712/
Drtl8712_io.c37 u8 r8712_read8(struct _adapter *adapter, u32 addr) in r8712_read8()
44 u16 r8712_read16(struct _adapter *adapter, u32 addr) in r8712_read16()
51 u32 r8712_read32(struct _adapter *adapter, u32 addr) in r8712_read32()
58 void r8712_write8(struct _adapter *adapter, u32 addr, u8 val) in r8712_write8()
65 void r8712_write16(struct _adapter *adapter, u32 addr, u16 val) in r8712_write16()
72 void r8712_write32(struct _adapter *adapter, u32 addr, u32 val) in r8712_write32()
79 void r8712_read_mem(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_read_mem()
89 void r8712_write_mem(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_write_mem()
96 void r8712_read_port(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_read_port()
106 void r8712_write_port(struct _adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in r8712_write_port()
/drivers/mmc/core/
Dsdio_io.c306 unsigned addr, int incr_addr, u8 *buf, unsigned size) in sdio_io_rw_ext_helper()
370 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readb()
402 void sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) in sdio_writeb()
432 unsigned int addr, int *err_ret) in sdio_writeb_readb()
459 unsigned int addr, int count) in sdio_memcpy_fromio()
475 int sdio_memcpy_toio(struct sdio_func *func, unsigned int addr, in sdio_memcpy_toio()
492 int sdio_readsb(struct sdio_func *func, void *dst, unsigned int addr, in sdio_readsb()
509 int sdio_writesb(struct sdio_func *func, unsigned int addr, void *src, in sdio_writesb()
526 u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readw()
551 void sdio_writew(struct sdio_func *func, u16 b, unsigned int addr, int *err_ret) in sdio_writew()
[all …]
/drivers/net/wireless/ti/wl1251/
Dio.c41 static int wl1251_translate_reg_addr(struct wl1251 *wl, int addr) in wl1251_translate_reg_addr()
58 static int wl1251_translate_mem_addr(struct wl1251 *wl, int addr) in wl1251_translate_mem_addr()
63 void wl1251_mem_read(struct wl1251 *wl, int addr, void *buf, size_t len) in wl1251_mem_read()
72 void wl1251_mem_write(struct wl1251 *wl, int addr, void *buf, size_t len) in wl1251_mem_write()
81 u32 wl1251_mem_read32(struct wl1251 *wl, int addr) in wl1251_mem_read32()
86 void wl1251_mem_write32(struct wl1251 *wl, int addr, u32 val) in wl1251_mem_write32()
91 u32 wl1251_reg_read32(struct wl1251 *wl, int addr) in wl1251_reg_read32()
96 void wl1251_reg_write32(struct wl1251 *wl, int addr, u32 val) in wl1251_reg_write32()
/drivers/sh/intc/
Daccess.c75 static unsigned long test_8(unsigned long addr, unsigned long h, in test_8()
82 static unsigned long test_16(unsigned long addr, unsigned long h, in test_16()
89 static unsigned long test_32(unsigned long addr, unsigned long h, in test_32()
96 static unsigned long write_8(unsigned long addr, unsigned long h, in write_8()
105 static unsigned long write_16(unsigned long addr, unsigned long h, in write_16()
114 static unsigned long write_32(unsigned long addr, unsigned long h, in write_32()
123 static unsigned long modify_8(unsigned long addr, unsigned long h, in modify_8()
137 static unsigned long modify_16(unsigned long addr, unsigned long h, in modify_16()
151 static unsigned long modify_32(unsigned long addr, unsigned long h, in modify_32()
165 static unsigned long intc_mode_field(unsigned long addr, in intc_mode_field()
[all …]
/drivers/staging/rtl8723bs/hal/
Dsdio_ops.c67 static u8 get_deviceid(u32 addr) in get_deviceid()
116 static u32 _cvrt2ftaddr(const u32 addr, u8 *pdeviceId, u16 *poffset) in _cvrt2ftaddr()
157 static u8 sdio_read8(struct intf_hdl *pintfhdl, u32 addr) in sdio_read8()
167 static u16 sdio_read16(struct intf_hdl *pintfhdl, u32 addr) in sdio_read16()
179 static u32 sdio_read32(struct intf_hdl *pintfhdl, u32 addr) in sdio_read32()
237 static s32 sdio_readN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) in sdio_readN()
284 static s32 sdio_write8(struct intf_hdl *pintfhdl, u32 addr, u8 val) in sdio_write8()
295 static s32 sdio_write16(struct intf_hdl *pintfhdl, u32 addr, u16 val) in sdio_write16()
308 static s32 sdio_write32(struct intf_hdl *pintfhdl, u32 addr, u32 val) in sdio_write32()
346 static s32 sdio_writeN(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pbuf) in sdio_writeN()
[all …]
/drivers/net/ethernet/8390/
Dmcf8390.c50 static inline u32 NE_PTR(u32 addr) in NE_PTR()
57 static inline u32 NE_DATA_PTR(u32 addr) in NE_DATA_PTR()
62 void ei_outb(u32 val, u32 addr) in ei_outb()
71 u8 ei_inb(u32 addr) in ei_inb()
80 void ei_insb(u32 addr, void *vbuf, int len) in ei_insb()
93 void ei_insw(u32 addr, void *vbuf, int len) in ei_insw()
106 void ei_outsb(u32 addr, const void *vbuf, int len) in ei_outsb()
119 void ei_outsw(u32 addr, const void *vbuf, int len) in ei_outsw()
155 u32 addr = dev->base_addr; in mcf8390_reset_8390() local
196 u32 addr = dev->base_addr; in mcf8390_get_8390_hdr() local
[all …]
/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/
Dsp_private.h75 hrt_address addr, in sp_dmem_store()
87 const hrt_address addr, in sp_dmem_load()
99 hrt_address addr, in sp_dmem_store_uint8()
111 hrt_address addr, in sp_dmem_store_uint16()
123 hrt_address addr, in sp_dmem_store_uint32()
135 const hrt_address addr) in sp_dmem_load_uint8()
145 const hrt_address addr) in sp_dmem_load_uint16()
155 const hrt_address addr) in sp_dmem_load_uint32()
/drivers/staging/rtlwifi/phydm/rtl8822b/
Dphydm_regconfig8822b.c29 void odm_config_rf_reg_8822b(struct phy_dm_struct *dm, u32 addr, u32 data, in odm_config_rf_reg_8822b()
44 void odm_config_rf_radio_a_8822b(struct phy_dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_a_8822b()
58 void odm_config_rf_radio_b_8822b(struct phy_dm_struct *dm, u32 addr, u32 data) in odm_config_rf_radio_b_8822b()
72 void odm_config_mac_8822b(struct phy_dm_struct *dm, u32 addr, u8 data) in odm_config_mac_8822b()
81 void odm_update_agc_big_jump_lmt_8822b(struct phy_dm_struct *dm, u32 addr, in odm_update_agc_big_jump_lmt_8822b()
110 void odm_config_bb_agc_8822b(struct phy_dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_agc_8822b()
125 u32 rf_path, u32 tx_num, u32 addr, in odm_config_bb_phy_reg_pg_8822b()
138 void odm_config_bb_phy_8822b(struct phy_dm_struct *dm, u32 addr, u32 bitmask, in odm_config_bb_phy_8822b()
/drivers/media/usb/em28xx/
Dem28xx-i2c.c58 static int em2800_i2c_send_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_send_bytes()
111 static int em2800_i2c_recv_bytes(struct em28xx *dev, u8 addr, u8 *buf, u16 len) in em2800_i2c_recv_bytes()
172 static int em2800_i2c_check_for_device(struct em28xx *dev, u8 addr) in em2800_i2c_check_for_device()
186 static int em28xx_i2c_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em28xx_i2c_send_bytes()
257 static int em28xx_i2c_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, u16 len) in em28xx_i2c_recv_bytes()
319 static int em28xx_i2c_check_for_device(struct em28xx *dev, u16 addr) in em28xx_i2c_check_for_device()
334 static int em25xx_bus_B_send_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_send_bytes()
386 static int em25xx_bus_B_recv_bytes(struct em28xx *dev, u16 addr, u8 *buf, in em25xx_bus_B_recv_bytes()
440 static int em25xx_bus_B_check_for_device(struct em28xx *dev, u16 addr) in em25xx_bus_B_check_for_device()
456 static inline int i2c_check_for_device(struct em28xx_i2c_bus *i2c_bus, u16 addr) in i2c_check_for_device()
[all …]
/drivers/s390/cio/
Dioasm.c16 static inline int __stsch(struct subchannel_id schid, struct schib *addr) in __stsch()
33 int stsch(struct subchannel_id schid, struct schib *addr) in stsch()
44 static inline int __msch(struct subchannel_id schid, struct schib *addr) in __msch()
61 int msch(struct subchannel_id schid, struct schib *addr) in msch()
71 static inline int __tsch(struct subchannel_id schid, struct irb *addr) in __tsch()
86 int tsch(struct subchannel_id schid, struct irb *addr) in tsch()
96 static inline int __ssch(struct subchannel_id schid, union orb *addr) in __ssch()
113 int ssch(struct subchannel_id schid, union orb *addr) in ssch()
150 int tpi(struct tpi_info *addr) in tpi()
/drivers/net/wireless/st/cw1200/
Dhwio.c33 static int __cw1200_reg_read(struct cw1200_common *priv, u16 addr, in __cw1200_reg_read()
54 static int __cw1200_reg_write(struct cw1200_common *priv, u16 addr, in __cw1200_reg_write()
70 u16 addr, u32 *val) in __cw1200_reg_read_32()
79 u16 addr, u32 val) in __cw1200_reg_write_32()
86 u16 addr, u16 *val) in __cw1200_reg_read_16()
95 u16 addr, u16 val) in __cw1200_reg_write_16()
101 int cw1200_reg_read(struct cw1200_common *priv, u16 addr, void *buf, in cw1200_reg_read()
111 int cw1200_reg_write(struct cw1200_common *priv, u16 addr, const void *buf, in cw1200_reg_write()
174 int cw1200_indirect_read(struct cw1200_common *priv, u32 addr, void *buf, in cw1200_indirect_read()
238 int cw1200_apb_write(struct cw1200_common *priv, u32 addr, const void *buf, in cw1200_apb_write()
/drivers/media/dvb-frontends/drx39xyj/
Ddrx_dap_fasi.h248 #define DRXDAP_FASI_ADDR2BLOCK(addr) (((addr)>>22)&0x3F) argument
249 #define DRXDAP_FASI_ADDR2BANK(addr) (((addr)>>16)&0x3F) argument
250 #define DRXDAP_FASI_ADDR2OFFSET(addr) ((addr)&0x7FFF) argument
252 #define DRXDAP_FASI_SHORT_FORMAT(addr) (((addr) & 0xFC30FF80) == 0) argument
253 #define DRXDAP_FASI_LONG_FORMAT(addr) (((addr) & 0xFC30FF80) != 0) argument
254 #define DRXDAP_FASI_OFFSET_TOO_LARGE(addr) (((addr) & 0x00008000) != 0) argument
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c32 #define MN_WIN(addr) (((addr & 0x1fc0000) >> 1) | ((addr >> 25) & 0x3ff)) argument
33 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | ((addr >> 25) & 0x3ff)) argument
34 #define MS_WIN(addr) (addr & 0x0ffc0000) argument
36 #define GET_MEM_OFFS_2M(addr) (addr & MASK(18)) argument
367 #define MAC_HI(addr) \ argument
369 #define MAC_LO(addr) \ argument
423 static int netxen_p2_nic_set_mac_addr(struct netxen_adapter *adapter, u8 *addr) in netxen_p2_nic_set_mac_addr()
454 u8 *addr = adapter->mac_addr; in netxen_nic_enable_mcast_filter() local
483 u8 *addr = adapter->mac_addr; in netxen_nic_disable_mcast_filter() local
506 int index, u8 *addr) in netxen_nic_set_mcast_addr()
[all …]
/drivers/net/dsa/
Dmv88e6060.c20 static int reg_read(struct dsa_switch *ds, int addr, int reg) in reg_read()
27 #define REG_READ(addr, reg) \ argument
38 static int reg_write(struct dsa_switch *ds, int addr, int reg, u16 val) in reg_write()
45 #define REG_WRITE(addr, reg, val) \ argument
152 int addr = REG_PORT(p); in mv88e6060_setup_port() local
211 static int mv88e6060_set_addr(struct dsa_switch *ds, u8 *addr) in mv88e6060_set_addr()
236 int addr; in mv88e6060_phy_read() local
248 int addr; in mv88e6060_phy_write() local
/drivers/net/ipvlan/
Dipvlan_core.c57 struct ipvl_addr *addr; in ipvlan_ht_addr_lookup() local
74 void ipvlan_ht_addr_add(struct ipvl_dev *ipvlan, struct ipvl_addr *addr) in ipvlan_ht_addr_add()
86 void ipvlan_ht_addr_del(struct ipvl_addr *addr) in ipvlan_ht_addr_del()
94 struct ipvl_addr *addr; in ipvlan_find_addr() local
180 unsigned int ipvlan_mac_hash(const unsigned char *addr) in ipvlan_mac_hash()
275 static int ipvlan_rcv_frame(struct ipvl_addr *addr, struct sk_buff **pskb, in ipvlan_rcv_frame()
325 struct ipvl_addr *addr = NULL; in ipvlan_addr_lookup() local
518 struct ipvl_addr *addr; in ipvlan_xmit_mode_l3() local
538 struct ipvl_addr *addr; in ipvlan_xmit_mode_l2() local
600 struct ipvl_addr *addr; in ipvlan_external_frame() local
[all …]
/drivers/staging/rtl8723bs/os_dep/
Dsdio_ops_linux.c37 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8()
74 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
109 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
144 s32 _sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_write()
179 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
209 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
241 u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read32()
306 void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_write8()
335 void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err) in sd_write32()
411 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in _sd_read()
[all …]
/drivers/uwb/
Daddress.c204 struct uwb_mac_addr *addr) { in uwb_rc_mac_addr_get()
212 struct uwb_dev_addr *addr) { in uwb_rc_dev_addr_get()
220 const struct uwb_mac_addr *addr) in uwb_rc_mac_addr_set()
232 const struct uwb_dev_addr *addr) in uwb_rc_dev_addr_set()
246 struct uwb_mac_addr *addr = _addr; in __uwb_mac_addr_assigned_check() local
257 struct uwb_dev_addr *addr = _addr; in __uwb_dev_addr_assigned_check() local
313 struct uwb_mac_addr addr; in uwb_rc_mac_addr_show() local
336 struct uwb_mac_addr addr; in uwb_rc_mac_addr_store() local
361 size_t __uwb_addr_print(char *buf, size_t buf_size, const unsigned char *addr, in __uwb_addr_print()
/drivers/staging/rtl8723bs/core/
Drtw_io.c46 u8 _rtw_read8(struct adapter *adapter, u32 addr) in _rtw_read8()
60 u16 _rtw_read16(struct adapter *adapter, u32 addr) in _rtw_read16()
74 u32 _rtw_read32(struct adapter *adapter, u32 addr) in _rtw_read32()
89 int _rtw_write8(struct adapter *adapter, u32 addr, u8 val) in _rtw_write8()
103 int _rtw_write16(struct adapter *adapter, u32 addr, u16 val) in _rtw_write16()
116 int _rtw_write32(struct adapter *adapter, u32 addr, u32 val) in _rtw_write32()
131 u8 _rtw_sd_f0_read8(struct adapter *adapter, u32 addr) in _rtw_sd_f0_read8()
148 u32 _rtw_write_port(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem) in _rtw_write_port()
/drivers/net/ethernet/apm/xgene/
Dxgene_enet_xgmac.c30 void __iomem *addr = pdata->eth_csr_addr + offset; in xgene_enet_wr_csr() local
38 void __iomem *addr = pdata->eth_ring_if_addr + offset; in xgene_enet_wr_ring_if() local
46 void __iomem *addr = pdata->eth_diag_csr_addr + offset; in xgene_enet_wr_diag_csr() local
51 static bool xgene_enet_wr_indirect(void __iomem *addr, void __iomem *wr, in xgene_enet_wr_indirect()
77 void __iomem *addr, *wr, *cmd, *cmd_done; in xgene_enet_wr_pcs() local
92 void __iomem *addr = pdata->mcx_mac_csr_addr + offset; in xgene_enet_wr_axg_csr() local
100 void __iomem *addr = pdata->eth_csr_addr + offset; in xgene_enet_rd_csr() local
108 void __iomem *addr = pdata->eth_diag_csr_addr + offset; in xgene_enet_rd_diag_csr() local
113 static bool xgene_enet_rd_indirect(void __iomem *addr, void __iomem *rd, in xgene_enet_rd_indirect()
139 void __iomem *addr, *rd, *cmd, *cmd_done; in xgene_enet_rd_pcs() local
[all …]
/drivers/thermal/
Dhisi_thermal.c132 static inline void hisi_thermal_set_lag(void __iomem *addr, int value) in hisi_thermal_set_lag()
137 static inline void hisi_thermal_alarm_clear(void __iomem *addr, int value) in hisi_thermal_alarm_clear()
142 static inline void hisi_thermal_alarm_enable(void __iomem *addr, int value) in hisi_thermal_alarm_enable()
147 static inline void hisi_thermal_alarm_set(void __iomem *addr, int temp) in hisi_thermal_alarm_set()
152 static inline void hisi_thermal_reset_set(void __iomem *addr, int temp) in hisi_thermal_reset_set()
157 static inline void hisi_thermal_reset_enable(void __iomem *addr, int value) in hisi_thermal_reset_enable()
162 static inline void hisi_thermal_enable(void __iomem *addr, int value) in hisi_thermal_enable()
167 static inline int hisi_thermal_get_temperature(void __iomem *addr) in hisi_thermal_get_temperature()
182 static inline void hisi_thermal_sensor_select(void __iomem *addr, int sensor) in hisi_thermal_sensor_select()
198 static inline void hisi_thermal_hdak_set(void __iomem *addr, int value) in hisi_thermal_hdak_set()
/drivers/w1/slaves/
Dw1_ds2760.c27 static int w1_ds2760_io(struct device *dev, char *buf, int addr, size_t count, in w1_ds2760_io()
63 int w1_ds2760_read(struct device *dev, char *buf, int addr, size_t count) in w1_ds2760_read()
69 int w1_ds2760_write(struct device *dev, char *buf, int addr, size_t count) in w1_ds2760_write()
75 static int w1_ds2760_eeprom_cmd(struct device *dev, int addr, int cmd) in w1_ds2760_eeprom_cmd()
93 int w1_ds2760_store_eeprom(struct device *dev, int addr) in w1_ds2760_store_eeprom()
99 int w1_ds2760_recall_eeprom(struct device *dev, int addr) in w1_ds2760_recall_eeprom()

12345678910>>...110