Home
last modified time | relevance | path

Searched defs:dev (Results 601 – 625 of 14775) sorted by relevance

1...<<21222324252627282930>>...591

/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c76 TouchResizeQueue(DeviceIntPtr dev) in TouchResizeQueue()
106 TouchFindByDDXID(DeviceIntPtr dev, uint32_t ddx_id, Bool create) in TouchFindByDDXID()
134 TouchBeginDDXTouch(DeviceIntPtr dev, uint32_t ddx_id) in TouchBeginDDXTouch()
185 TouchEndDDXTouch(DeviceIntPtr dev, DDXTouchPointInfoPtr ti) in TouchEndDDXTouch()
196 TouchInitDDXTouchPoint(DeviceIntPtr dev, DDXTouchPointInfoPtr ddxtouch) in TouchInitDDXTouchPoint()
264 TouchFindByClientID(DeviceIntPtr dev, uint32_t client_id) in TouchFindByClientID()
290 TouchBeginTouch(DeviceIntPtr dev, int sourceid, uint32_t touchid, in TouchBeginTouch()
340 TouchEndTouch(DeviceIntPtr dev, TouchPointInfoPtr ti) in TouchEndTouch()
443 TouchEventHistoryReplay(TouchPointInfoPtr ti, DeviceIntPtr dev, XID resource) in TouchEventHistoryReplay()
478 DeviceIntPtr dev; in TouchDeliverDeviceClassesChangedEvent() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/
H A D3c589_cs.c197 struct net_device *dev; in tc589_probe() local
226 struct net_device *dev = link->priv; in tc589_detach() local
239 struct net_device *dev = link->priv; in tc589_config() local
341 struct net_device *dev = link->priv; in tc589_suspend() local
351 struct net_device *dev = link->priv; in tc589_resume() local
365 static void tc589_wait_for_completion(struct net_device *dev, int cmd) in tc589_wait_for_completion()
395 static void tc589_set_xcvr(struct net_device *dev, int if_port) in tc589_set_xcvr()
425 static void dump_status(struct net_device *dev) in dump_status()
440 static void tc589_reset(struct net_device *dev) in tc589_reset()
480 static void netdev_get_drvinfo(struct net_device *dev, in netdev_get_drvinfo()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c11 static bool mt7915_dev_running(struct mt7915_dev *dev) in mt7915_dev_running()
25 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_start() local
63 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_stop() local
120 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_add_interface() local
185 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_remove_interface() local
227 struct mt7915_dev *dev = phy->dev; in mt7915_set_channel() local
264 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_set_key() local
313 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_config() local
352 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_conf_tx() local
367 struct mt7915_dev *dev = mt7915_hw_dev(hw); in mt7915_configure_filter() local
[all …]
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-transport.c70 #define transport_class_to_dev(dev) \ argument
75 #define transport_class_to_link(dev) \ argument
80 #define transport_class_to_port(dev) \ argument
225 static void ata_tport_release(struct device *dev) in ata_tport_release()
238 static int ata_is_port(const struct device *dev) in ata_is_port()
244 struct device *dev) in ata_tport_match()
259 struct device *dev = &ap->tdev; in ata_tport_delete() local
283 struct device *dev = &ap->tdev; in ata_tport_add() local
354 static void ata_tlink_release(struct device *dev) in ata_tlink_release()
365 static int ata_is_link(const struct device *dev) in ata_is_link()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_srab.c80 struct b53_device *dev; member
91 static int b53_srab_request_grant(struct b53_device *dev) in b53_srab_request_grant()
114 static void b53_srab_release_grant(struct b53_device *dev) in b53_srab_release_grant()
125 static int b53_srab_op(struct b53_device *dev, u8 page, u8 reg, u32 op) in b53_srab_op()
153 static int b53_srab_read8(struct b53_device *dev, u8 page, u8 reg, u8 *val) in b53_srab_read8()
175 static int b53_srab_read16(struct b53_device *dev, u8 page, u8 reg, u16 *val) in b53_srab_read16()
197 static int b53_srab_read32(struct b53_device *dev, u8 page, u8 reg, u32 *val) in b53_srab_read32()
219 static int b53_srab_read48(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_srab_read48()
242 static int b53_srab_read64(struct b53_device *dev, u8 page, u8 reg, u64 *val) in b53_srab_read64()
265 static int b53_srab_write8(struct b53_device *dev, u8 page, u8 reg, u8 value) in b53_srab_write8()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-417.c273 void cx23885_mc417_init(struct cx23885_dev *dev) in cx23885_mc417_init()
294 static int mc417_wait_ready(struct cx23885_dev *dev) in mc417_wait_ready()
309 int mc417_register_write(struct cx23885_dev *dev, u16 address, u32 value) in mc417_register_write()
373 int mc417_register_read(struct cx23885_dev *dev, u16 address, u32 *value) in mc417_register_read()
467 int mc417_memory_write(struct cx23885_dev *dev, u32 address, u32 value) in mc417_memory_write()
531 int mc417_memory_read(struct cx23885_dev *dev, u32 address, u32 *value) in mc417_memory_read()
621 void mc417_gpio_set(struct cx23885_dev *dev, u32 mask) in mc417_gpio_set()
631 void mc417_gpio_clear(struct cx23885_dev *dev, u32 mask) in mc417_gpio_clear()
641 void mc417_gpio_enable(struct cx23885_dev *dev, u32 mask, int asoutput) in mc417_gpio_enable()
751 struct cx23885_dev *dev = priv; in cx23885_mbox_func() local
[all …]
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Ddevfreq.c64 static struct devfreq *find_device_devfreq(struct device *dev) in find_device_devfreq()
698 static void devfreq_dev_release(struct device *dev) in devfreq_dev_release()
746 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
936 static int devm_devfreq_dev_match(struct device *dev, void *res, void *data) in devm_devfreq_dev_match()
946 static void devm_devfreq_dev_release(struct device *dev, void *res) in devm_devfreq_dev_release()
963 struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
1022 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
1050 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
1064 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq) in devm_devfreq_remove_device()
1217 struct device *dev = devfreq->dev.parent; in devfreq_add_governor() local
[all …]
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_core.c86 static int rproc_iommu_fault(struct iommu_domain *domain, struct device *dev, in rproc_iommu_fault()
105 struct device *dev = rproc->dev.parent; in rproc_enable_iommu() local
139 struct device *dev = rproc->dev.parent; in rproc_disable_iommu() local
294 struct device *dev = &rproc->dev; in rproc_check_carveout_da() local
329 struct device *dev = &rproc->dev; in rproc_alloc_vring() local
390 struct device *dev = &rproc->dev; in rproc_parse_vring() local
459 static void rproc_rvdev_release(struct device *dev) in rproc_rvdev_release()
520 struct device *dev = &rproc->dev; in rproc_handle_vdev() local
658 struct device *dev = &rproc->dev; in rproc_handle_trace() local
734 struct device *dev = &rproc->dev; in rproc_handle_devmem() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_irq.c36 u32 mga_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in mga_get_vblank_counter()
50 struct drm_device *dev = (struct drm_device *) arg; in mga_driver_irq_handler() local
89 int mga_enable_vblank(struct drm_device *dev, unsigned int pipe) in mga_enable_vblank()
104 void mga_disable_vblank(struct drm_device *dev, unsigned int pipe) in mga_disable_vblank()
119 void mga_driver_fence_wait(struct drm_device *dev, unsigned int *sequence) in mga_driver_fence_wait()
136 void mga_driver_irq_preinstall(struct drm_device *dev) in mga_driver_irq_preinstall()
146 int mga_driver_irq_postinstall(struct drm_device *dev) in mga_driver_irq_postinstall()
159 void mga_driver_irq_uninstall(struct drm_device *dev) in mga_driver_irq_uninstall()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_device.c84 static int lima_clk_enable(struct lima_device *dev) in lima_clk_enable()
114 static void lima_clk_disable(struct lima_device *dev) in lima_clk_disable()
122 static int lima_clk_init(struct lima_device *dev) in lima_clk_init()
157 static void lima_clk_fini(struct lima_device *dev) in lima_clk_fini()
162 static int lima_regulator_enable(struct lima_device *dev) in lima_regulator_enable()
178 static void lima_regulator_disable(struct lima_device *dev) in lima_regulator_disable()
184 static int lima_regulator_init(struct lima_device *dev) in lima_regulator_init()
202 static void lima_regulator_fini(struct lima_device *dev) in lima_regulator_fini()
207 static int lima_init_ip(struct lima_device *dev, int index) in lima_init_ip()
271 static int lima_init_gp_pipe(struct lima_device *dev) in lima_init_gp_pipe()
[all …]
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dnd-core.h23 struct device dev; member
35 struct device dev; member
75 static inline ssize_t nvdimm_security_store(struct device *dev, in nvdimm_security_store()
106 static inline bool is_nd_region(struct device *dev) in is_nd_region()
110 static inline bool is_memory(struct device *dev) in is_memory()
175 static inline int devm_nsio_enable(struct device *dev, in devm_nsio_enable()
181 static inline void devm_nsio_disable(struct device *dev, in devm_nsio_disable()
199 static inline void debug_nvdimm_lock(struct device *dev) in debug_nvdimm_lock()
217 static inline void debug_nvdimm_unlock(struct device *dev) in debug_nvdimm_unlock()
222 static inline void nd_device_lock(struct device *dev) in nd_device_lock()
[all …]
H A Dclaim.c13 void __nd_detach_ndns(struct device *dev, struct nd_namespace_common **_ndns) in __nd_detach_ndns()
29 void nd_detach_ndns(struct device *dev, in nd_detach_ndns()
43 bool __nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in __nd_attach_ndns()
58 bool nd_attach_ndns(struct device *dev, struct nd_namespace_common *attach, in nd_attach_ndns()
69 static int namespace_match(struct device *dev, void *data) in namespace_match()
76 static bool is_idle(struct device *dev, struct nd_namespace_common *ndns) in is_idle()
93 struct nd_pfn *to_nd_pfn_safe(struct device *dev) in to_nd_pfn_safe()
112 static void nd_detach_and_reset(struct device *dev, in nd_detach_and_reset()
134 ssize_t nd_namespace_store(struct device *dev, in nd_namespace_store()
303 int devm_nsio_enable(struct device *dev, struct nd_namespace_io *nsio, in devm_nsio_enable()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftgmac100.c45 static int ftgmac100_mdiobus_read(struct eth_device *dev, int phy_addr, in ftgmac100_mdiobus_read()
80 static int ftgmac100_mdiobus_write(struct eth_device *dev, int phy_addr, in ftgmac100_mdiobus_write()
118 int ftgmac100_phy_read(struct eth_device *dev, int addr, int reg, u16 *value) in ftgmac100_phy_read()
128 int ftgmac100_phy_write(struct eth_device *dev, int addr, int reg, u16 value) in ftgmac100_phy_write()
136 static int ftgmac100_phy_reset(struct eth_device *dev) in ftgmac100_phy_reset()
170 static int ftgmac100_phy_init(struct eth_device *dev) in ftgmac100_phy_init()
252 static int ftgmac100_update_link_speed(struct eth_device *dev) in ftgmac100_update_link_speed()
319 static void ftgmac100_reset(struct eth_device *dev) in ftgmac100_reset()
334 static void ftgmac100_set_mac(struct eth_device *dev, in ftgmac100_set_mac()
347 static void ftgmac100_set_mac_from_env(struct eth_device *dev) in ftgmac100_set_mac_from_env()
[all …]
H A Ddc2114x.c82 #define RESET_DM9102(dev) {\ argument
90 #define RESET_DE4X5(dev) {\ argument
103 #define START_DE4X5(dev) {\ argument
110 #define STOP_DE4X5(dev) {\ argument
175 static int INL(struct eth_device* dev, u_long addr) in INL()
180 static void OUTL(struct eth_device* dev, int command, u_long addr) in OUTL()
203 struct eth_device* dev; in dc21x4x_initialize() local
308 static int dc21x4x_init(struct eth_device* dev, bd_t* bis) in dc21x4x_init()
379 static int dc21x4x_send(struct eth_device *dev, void *packet, int length) in dc21x4x_send()
425 static int dc21x4x_recv(struct eth_device* dev) in dc21x4x_recv()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_attr.c153 qla4xxx_fw_version_show(struct device *dev, in qla4xxx_fw_version_show()
169 qla4xxx_serial_num_show(struct device *dev, struct device_attribute *attr, in qla4xxx_serial_num_show()
177 qla4xxx_iscsi_version_show(struct device *dev, struct device_attribute *attr, in qla4xxx_iscsi_version_show()
186 qla4xxx_optrom_version_show(struct device *dev, struct device_attribute *attr, in qla4xxx_optrom_version_show()
196 qla4xxx_board_id_show(struct device *dev, struct device_attribute *attr, in qla4xxx_board_id_show()
204 qla4xxx_fw_state_show(struct device *dev, struct device_attribute *attr, in qla4xxx_fw_state_show()
215 qla4xxx_phy_port_cnt_show(struct device *dev, struct device_attribute *attr, in qla4xxx_phy_port_cnt_show()
227 qla4xxx_phy_port_num_show(struct device *dev, struct device_attribute *attr, in qla4xxx_phy_port_num_show()
239 qla4xxx_iscsi_func_cnt_show(struct device *dev, struct device_attribute *attr, in qla4xxx_iscsi_func_cnt_show()
251 qla4xxx_hba_model_show(struct device *dev, struct device_attribute *attr, in qla4xxx_hba_model_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821-core.c343 struct cx25821_dev *dev = bus->dev; in i2c_slave_did_ack() local
347 static void cx25821_registers_init(struct cx25821_dev *dev) in cx25821_registers_init()
424 int cx25821_sram_channel_setup(struct cx25821_dev *dev, in cx25821_sram_channel_setup()
492 int cx25821_sram_channel_setup_audio(struct cx25821_dev *dev, in cx25821_sram_channel_setup_audio()
559 void cx25821_sram_channel_dump(struct cx25821_dev *dev, const struct sram_channel *ch) in cx25821_sram_channel_dump()
620 void cx25821_sram_channel_dump_audio(struct cx25821_dev *dev, in cx25821_sram_channel_dump_audio()
728 static void cx25821_shutdown(struct cx25821_dev *dev) in cx25821_shutdown()
758 void cx25821_set_pixel_format(struct cx25821_dev *dev, int channel_select, in cx25821_set_pixel_format()
768 static void cx25821_set_vip_mode(struct cx25821_dev *dev, in cx25821_set_vip_mode()
775 static void cx25821_initialize(struct cx25821_dev *dev) in cx25821_initialize()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_framebuffer.c117 int drm_mode_addfb(struct drm_device *dev, struct drm_mode_fb_cmd *or, in drm_mode_addfb()
148 int drm_mode_addfb_ioctl(struct drm_device *dev, in drm_mode_addfb_ioctl()
172 static int framebuffer_check(struct drm_device *dev, in framebuffer_check()
290 drm_internal_framebuffer_create(struct drm_device *dev, in drm_internal_framebuffer_create()
349 int drm_mode_addfb2(struct drm_device *dev, in drm_mode_addfb2()
373 int drm_mode_addfb2_ioctl(struct drm_device *dev, in drm_mode_addfb2_ioctl()
428 int drm_mode_rmfb(struct drm_device *dev, u32 fb_id, in drm_mode_rmfb()
484 int drm_mode_rmfb_ioctl(struct drm_device *dev, in drm_mode_rmfb_ioctl()
505 int drm_mode_getfb(struct drm_device *dev, in drm_mode_getfb()
567 int drm_mode_getfb2_ioctl(struct drm_device *dev, in drm_mode_getfb2_ioctl()
[all …]
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dpg.c250 struct pg *dev = &devices[unit]; in pg_init_units() local
263 static inline int status_reg(struct pg *dev) in status_reg()
268 static inline int read_reg(struct pg *dev, int reg) in read_reg()
273 static inline void write_reg(struct pg *dev, int reg, int val) in write_reg()
278 static inline u8 DRIVE(struct pg *dev) in DRIVE()
288 static int pg_wait(struct pg *dev, int go, int stop, unsigned long tmo, char *msg) in pg_wait()
320 static int pg_command(struct pg *dev, char *cmd, int dlen, unsigned long tmo) in pg_command()
357 static int pg_completion(struct pg *dev, char *buf, unsigned long tmo) in pg_completion()
388 static int pg_reset(struct pg *dev) in pg_reset()
437 static int pg_identify(struct pg *dev, int log) in pg_identify()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c312 static int wpa_set_auth_algs(struct net_device *dev, u32 value) in wpa_set_auth_algs()
343 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in wpa_set_encryption()
616 static int rtw_wx_get_name(struct net_device *dev, in rtw_wx_get_name()
660 static int rtw_wx_set_freq(struct net_device *dev, in rtw_wx_set_freq()
668 static int rtw_wx_get_freq(struct net_device *dev, in rtw_wx_get_freq()
690 static int rtw_wx_set_mode(struct net_device *dev, struct iw_request_info *a, in rtw_wx_set_mode()
738 static int rtw_wx_get_mode(struct net_device *dev, struct iw_request_info *a, in rtw_wx_get_mode()
759 static int rtw_wx_set_pmkid(struct net_device *dev, in rtw_wx_set_pmkid()
825 static int rtw_wx_get_sens(struct net_device *dev, in rtw_wx_get_sens()
835 static int rtw_wx_get_range(struct net_device *dev, in rtw_wx_get_range()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/
H A Dleds.c21 static void b43_led_turn_on(struct b43_wldev *dev, u8 led_index, in b43_led_turn_on()
34 static void b43_led_turn_off(struct b43_wldev *dev, u8 led_index, in b43_led_turn_off()
47 static void b43_led_update(struct b43_wldev *dev, in b43_led_update()
79 struct b43_wldev *dev; in b43_leds_work() local
108 static int b43_register_led(struct b43_wldev *dev, struct b43_led *led, in b43_register_led()
146 static void b43_map_led(struct b43_wldev *dev, in b43_map_led()
200 static void b43_led_get_sprominfo(struct b43_wldev *dev, in b43_led_get_sprominfo()
249 void b43_leds_init(struct b43_wldev *dev) in b43_leds_init()
309 void b43_leds_exit(struct b43_wldev *dev) in b43_leds_exit()
319 void b43_leds_stop(struct b43_wldev *dev) in b43_leds_stop()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dc6xdigio.c48 static int c6xdigio_chk_status(struct comedi_device *dev, unsigned long context) in c6xdigio_chk_status()
63 static int c6xdigio_write_data(struct comedi_device *dev, in c6xdigio_write_data()
70 static int c6xdigio_get_encoder_bits(struct comedi_device *dev, in c6xdigio_get_encoder_bits()
86 static void c6xdigio_pwm_write(struct comedi_device *dev, in c6xdigio_pwm_write()
111 static int c6xdigio_encoder_read(struct comedi_device *dev, in c6xdigio_encoder_read()
149 static int c6xdigio_pwm_insn_write(struct comedi_device *dev, in c6xdigio_pwm_insn_write()
175 static int c6xdigio_pwm_insn_read(struct comedi_device *dev, in c6xdigio_pwm_insn_read()
192 static int c6xdigio_encoder_insn_read(struct comedi_device *dev, in c6xdigio_encoder_insn_read()
211 static void c6xdigio_init(struct comedi_device *dev) in c6xdigio_init()
239 static int c6xdigio_attach(struct comedi_device *dev, in c6xdigio_attach()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c20 mt76x0_efuse_physical_size_check(struct mt76x02_dev *dev) in mt76x0_efuse_physical_size_check()
48 static void mt76x0_set_chip_cap(struct mt76x02_dev *dev) in mt76x0_set_chip_cap()
82 static void mt76x0_set_temp_offset(struct mt76x02_dev *dev) in mt76x0_set_temp_offset()
93 static void mt76x0_set_freq_offset(struct mt76x02_dev *dev) in mt76x0_set_freq_offset()
110 void mt76x0_read_rx_gain(struct mt76x02_dev *dev) in mt76x0_read_rx_gain()
130 static s8 mt76x0_get_delta(struct mt76x02_dev *dev) in mt76x0_get_delta()
152 void mt76x0_get_tx_power_per_rate(struct mt76x02_dev *dev, in mt76x0_get_tx_power_per_rate()
212 void mt76x0_get_power_info(struct mt76x02_dev *dev, in mt76x0_get_power_info()
285 static int mt76x0_check_eeprom(struct mt76x02_dev *dev) in mt76x0_check_eeprom()
305 static int mt76x0_load_eeprom(struct mt76x02_dev *dev) in mt76x0_load_eeprom()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_gre.c452 static void __gre_xmit(struct sk_buff *skb, struct net_device *dev, in __gre_xmit()
472 static void gre_fb_xmit(struct sk_buff *skb, struct net_device *dev, in gre_fb_xmit()
511 static void erspan_fb_xmit(struct sk_buff *skb, struct net_device *dev) in erspan_fb_xmit()
593 static int gre_fill_metadata_dst(struct net_device *dev, struct sk_buff *skb) in gre_fill_metadata_dst()
618 struct net_device *dev) in ipgre_xmit()
666 struct net_device *dev) in erspan_xmit()
720 struct net_device *dev) in gre_tap_xmit()
747 static void ipgre_link_update(struct net_device *dev, bool set_mtu) in ipgre_link_update()
781 static int ipgre_tunnel_ctl(struct net_device *dev, struct ip_tunnel_parm *p, in ipgre_tunnel_ctl()
842 static int ipgre_header(struct sk_buff *skb, struct net_device *dev, in ipgre_header()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dtest_firmware.c46 struct device *dev; member
209 static ssize_t reset_store(struct device *dev, in reset_store()
237 static ssize_t config_show(struct device *dev, in config_show()
287 static ssize_t config_name_store(struct device *dev, in config_name_store()
390 static ssize_t config_name_show(struct device *dev, in config_name_show()
398 static ssize_t config_num_requests_store(struct device *dev, in config_num_requests_store()
420 static ssize_t config_num_requests_show(struct device *dev, in config_num_requests_show()
428 static ssize_t config_into_buf_store(struct device *dev, in config_into_buf_store()
437 static ssize_t config_into_buf_show(struct device *dev, in config_into_buf_show()
445 static ssize_t config_buf_size_store(struct device *dev, in config_buf_size_store()
[all …]
/OK3568_Linux_fs/kernel/drivers/base/
H A Disa.c19 struct device dev; member
26 static int isa_bus_match(struct device *dev, struct device_driver *driver) in isa_bus_match()
39 static int isa_bus_probe(struct device *dev) in isa_bus_probe()
49 static int isa_bus_remove(struct device *dev) in isa_bus_remove()
59 static void isa_bus_shutdown(struct device *dev) in isa_bus_shutdown()
67 static int isa_bus_suspend(struct device *dev, pm_message_t state) in isa_bus_suspend()
77 static int isa_bus_resume(struct device *dev) in isa_bus_resume()
97 static void isa_dev_release(struct device *dev) in isa_dev_release()
104 struct device *dev = isa_driver->devices; in isa_unregister_driver() local

1...<<21222324252627282930>>...591