Home
last modified time | relevance | path

Searched defs:dev (Results 651 – 675 of 14775) sorted by relevance

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

/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_scsi_host.c104 struct domain_device *dev = task->dev; in sas_scsi_task_done() local
132 struct domain_device *dev, in sas_create_task()
166 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_queuecommand() local
208 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_eh_finish_cmd() local
244 struct domain_device *dev) in sas_scsi_clear_queue_I_T()
262 struct domain_device *dev = cmd_to_domain_dev(cmd); in sas_scsi_clear_queue_port() local
324 static int sas_recover_lu(struct domain_device *dev, struct scsi_cmnd *cmd) in sas_recover_lu()
353 static int sas_recover_I_T(struct domain_device *dev) in sas_recover_I_T()
369 struct sas_phy *sas_get_local_phy(struct domain_device *dev) in sas_get_local_phy()
389 static void sas_wait_eh(struct domain_device *dev) in sas_wait_eh()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c35 static int ps3_is_device(struct ps3_system_bus_device *dev, u64 bus_id, in ps3_is_device()
41 static int ps3_open_hv_device_sb(struct ps3_system_bus_device *dev) in ps3_open_hv_device_sb()
77 static int ps3_close_hv_device_sb(struct ps3_system_bus_device *dev) in ps3_close_hv_device_sb()
108 static int ps3_open_hv_device_gpu(struct ps3_system_bus_device *dev) in ps3_open_hv_device_gpu()
133 static int ps3_close_hv_device_gpu(struct ps3_system_bus_device *dev) in ps3_close_hv_device_gpu()
153 int ps3_open_hv_device(struct ps3_system_bus_device *dev) in ps3_open_hv_device()
191 int ps3_close_hv_device(struct ps3_system_bus_device *dev) in ps3_close_hv_device()
311 int ps3_mmio_region_init(struct ps3_system_bus_device *dev, in ps3_mmio_region_init()
339 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_match() local
364 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_probe() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/
H A Dr128_irq.c40 u32 r128_get_vblank_counter(struct drm_device *dev, unsigned int pipe) in r128_get_vblank_counter()
52 struct drm_device *dev = (struct drm_device *) arg; in r128_driver_irq_handler() local
68 int r128_enable_vblank(struct drm_device *dev, unsigned int pipe) in r128_enable_vblank()
81 void r128_disable_vblank(struct drm_device *dev, unsigned int pipe) in r128_disable_vblank()
95 void r128_driver_irq_preinstall(struct drm_device *dev) in r128_driver_irq_preinstall()
105 int r128_driver_irq_postinstall(struct drm_device *dev) in r128_driver_irq_postinstall()
110 void r128_driver_irq_uninstall(struct drm_device *dev) in r128_driver_irq_uninstall()
H A Dr128_cce.c55 static int R128_READ_PLL(struct drm_device *dev, int addr) in R128_READ_PLL()
273 static int r128_do_engine_reset(struct drm_device *dev) in r128_do_engine_reset()
310 static void r128_cce_init_ring_buffer(struct drm_device *dev, in r128_cce_init_ring_buffer()
349 static int r128_do_init_cce(struct drm_device *dev, drm_r128_init_t *init) in r128_do_init_cce()
598 int r128_do_cleanup_cce(struct drm_device *dev) in r128_do_cleanup_cce()
638 int r128_cce_init(struct drm_device *dev, void *data, struct drm_file *file_priv) in r128_cce_init()
656 int r128_cce_start(struct drm_device *dev, void *data, struct drm_file *file_priv) in r128_cce_start()
678 int r128_cce_stop(struct drm_device *dev, void *data, struct drm_file *file_priv) in r128_cce_stop()
718 int r128_cce_reset(struct drm_device *dev, void *data, struct drm_file *file_priv) in r128_cce_reset()
735 int r128_cce_idle(struct drm_device *dev, void *data, struct drm_file *file_priv) in r128_cce_idle()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dnet2272.c177 struct net2272 *dev; in net2272_enable() local
348 struct net2272 *dev; in net2272_done() local
622 net2272_request_dma(struct net2272 *dev, unsigned ep, u32 buf, in net2272_request_dma()
686 net2272_start_dma(struct net2272 *dev) in net2272_start_dma()
783 static void net2272_cancel_dma(struct net2272 *dev) in net2272_cancel_dma()
811 struct net2272 *dev; in net2272_queue() local
1077 struct net2272 *dev; in net2272_get_frame() local
1096 struct net2272 *dev; in net2272_wakeup() local
1128 struct net2272 *dev; in net2272_pullup() local
1167 struct net2272 *dev; in registers_show() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/hackrf/
H A Dhackrf.c111 struct device *dev; member
182 static int hackrf_ctrl_msg(struct hackrf_dev *dev, u8 request, u16 value, in hackrf_ctrl_msg()
235 static int hackrf_set_params(struct hackrf_dev *dev) in hackrf_set_params()
437 static struct hackrf_buffer *hackrf_get_next_buffer(struct hackrf_dev *dev, in hackrf_get_next_buffer()
454 static void hackrf_copy_stream(struct hackrf_dev *dev, void *dst, void *src, in hackrf_copy_stream()
483 struct hackrf_dev *dev = urb->context; in hackrf_urb_complete_in() local
528 struct hackrf_dev *dev = urb->context; in hackrf_urb_complete_out() local
571 static int hackrf_kill_urbs(struct hackrf_dev *dev) in hackrf_kill_urbs()
585 static int hackrf_submit_urbs(struct hackrf_dev *dev) in hackrf_submit_urbs()
604 static int hackrf_free_stream_bufs(struct hackrf_dev *dev) in hackrf_free_stream_bufs()
[all …]
/OK3568_Linux_fs/kernel/drivers/nfc/pn533/
H A Dpn533.c277 static bool pn533_std_rx_frame_is_valid(void *_frame, struct pn533 *dev) in pn533_std_rx_frame_is_valid()
357 bool pn533_rx_frame_is_cmd_response(struct pn533 *dev, void *frame) in pn533_rx_frame_is_cmd_response()
381 static void pn533_build_cmd_frame(struct pn533 *dev, u8 cmd_code, in pn533_build_cmd_frame()
397 static int pn533_send_async_complete(struct pn533 *dev) in pn533_send_async_complete()
437 static int __pn533_send_async(struct pn533 *dev, u8 cmd_code, in __pn533_send_async()
487 static int pn533_send_data_async(struct pn533 *dev, u8 cmd_code, in pn533_send_data_async()
500 static int pn533_send_cmd_async(struct pn533 *dev, u8 cmd_code, in pn533_send_cmd_async()
521 static int pn533_send_cmd_direct_async(struct pn533 *dev, u8 cmd_code, in pn533_send_cmd_direct_async()
552 struct pn533 *dev = container_of(work, struct pn533, cmd_complete_work); in pn533_wq_cmd_complete() local
562 struct pn533 *dev = container_of(work, struct pn533, cmd_work); in pn533_wq_cmd() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmw_eeprom.c20 static void mw_eeprom_select(int dev) in mw_eeprom_select()
29 static int mw_eeprom_size(int dev) in mw_eeprom_size()
50 int mw_eeprom_erase_enable(int dev) in mw_eeprom_erase_enable()
61 int mw_eeprom_erase_disable(int dev) in mw_eeprom_erase_disable()
73 u32 mw_eeprom_read_word(int dev, int addr) in mw_eeprom_read_word()
100 int mw_eeprom_write_word(int dev, int addr, u16 data) in mw_eeprom_write_word()
151 int mw_eeprom_write(int dev, int addr, u8 *buffer, int len) in mw_eeprom_write()
192 int mw_eeprom_read(int dev, int addr, u8 *buffer, int len) in mw_eeprom_read()
228 int mw_eeprom_probe(int dev) in mw_eeprom_probe()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Daio_iiro_16.c46 static unsigned int aio_iiro_16_read_inputs(struct comedi_device *dev) in aio_iiro_16_read_inputs()
58 struct comedi_device *dev = d; in aio_iiro_16_cos() local
76 static void aio_iiro_enable_irq(struct comedi_device *dev, bool enable) in aio_iiro_enable_irq()
84 static int aio_iiro_16_cos_cancel(struct comedi_device *dev, in aio_iiro_16_cos_cancel()
92 static int aio_iiro_16_cos_cmd(struct comedi_device *dev, in aio_iiro_16_cos_cmd()
100 static int aio_iiro_16_cos_cmdtest(struct comedi_device *dev, in aio_iiro_16_cos_cmdtest()
139 static int aio_iiro_16_do_insn_bits(struct comedi_device *dev, in aio_iiro_16_do_insn_bits()
155 static int aio_iiro_16_di_insn_bits(struct comedi_device *dev, in aio_iiro_16_di_insn_bits()
165 static int aio_iiro_16_attach(struct comedi_device *dev, in aio_iiro_16_attach()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-meta-cap.c20 struct vivid_dev *dev = vb2_get_drv_priv(vq); in meta_cap_queue_setup() local
42 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in meta_cap_buf_prepare() local
68 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in meta_cap_buf_queue() local
80 struct vivid_dev *dev = vb2_get_drv_priv(vq); in meta_cap_start_streaming() local
108 struct vivid_dev *dev = vb2_get_drv_priv(vq); in meta_cap_stop_streaming() local
116 struct vivid_dev *dev = vb2_get_drv_priv(vb->vb2_queue); in meta_cap_buf_request_complete() local
135 struct vivid_dev *dev = video_drvdata(file); in vidioc_enum_fmt_meta_cap() local
151 struct vivid_dev *dev = video_drvdata(file); in vidioc_g_fmt_meta_cap() local
162 void vivid_meta_cap_fillbuff(struct vivid_dev *dev, in vivid_meta_cap_fillbuff()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/
H A Dehea_ethtool.c20 static int ehea_get_link_ksettings(struct net_device *dev, in ehea_get_link_ksettings()
84 static int ehea_set_link_ksettings(struct net_device *dev, in ehea_set_link_ksettings()
144 static int ehea_nway_reset(struct net_device *dev) in ehea_nway_reset()
159 static void ehea_get_drvinfo(struct net_device *dev, in ehea_get_drvinfo()
166 static u32 ehea_get_msglevel(struct net_device *dev) in ehea_get_msglevel()
172 static void ehea_set_msglevel(struct net_device *dev, u32 value) in ehea_set_msglevel()
205 static void ehea_get_strings(struct net_device *dev, u32 stringset, u8 *data) in ehea_get_strings()
213 static int ehea_get_sset_count(struct net_device *dev, int sset) in ehea_get_sset_count()
223 static void ehea_get_ethtool_stats(struct net_device *dev, in ehea_get_ethtool_stats()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_drv.c21 struct komeda_dev *dev_to_mdev(struct device *dev) in dev_to_mdev()
28 static void komeda_unbind(struct device *dev) in komeda_unbind()
48 static int komeda_bind(struct device *dev) in komeda_bind()
95 static int compare_of(struct device *dev, void *data) in compare_of()
116 struct device *dev = &pdev->dev; in komeda_platform_probe() local
149 static int __maybe_unused komeda_rt_pm_suspend(struct device *dev) in komeda_rt_pm_suspend()
156 static int __maybe_unused komeda_rt_pm_resume(struct device *dev) in komeda_rt_pm_resume()
163 static int __maybe_unused komeda_pm_suspend(struct device *dev) in komeda_pm_suspend()
176 static int __maybe_unused komeda_pm_resume(struct device *dev) in komeda_pm_resume()
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drockchip-i2s.c22 static inline u32 i2s_reg_readl(struct rk_i2s_dev *dev, u32 offset) in i2s_reg_readl()
27 static inline void i2s_reg_writel(struct rk_i2s_dev *dev, u32 offset, u32 val) in i2s_reg_writel()
32 static inline void i2s_reg_update_bits(struct rk_i2s_dev *dev, u32 offset, in i2s_reg_update_bits()
46 static void dump_regs(struct rk_i2s_dev *dev) in dump_regs()
57 struct rk_i2s_dev *dev = dev_get_priv(udev); in rk_i2s_hw_params() local
90 static void rk_i2s_txctrl(struct rk_i2s_dev *dev, int on) in rk_i2s_txctrl()
112 struct rk_i2s_dev *dev = dev_get_priv(udev); in rk_i2s_transfer_tx_data() local
132 static int rk_i2s_set_sysclk(struct udevice *dev, unsigned int freq) in rk_i2s_set_sysclk()
147 static int rockchip_i2s_probe(struct udevice *dev) in rockchip_i2s_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_debug.c428 struct net_device *dev = data; in proc_set_write_reg() local
480 struct net_device *dev = m->private; in proc_get_read_reg() local
509 struct net_device *dev = data; in proc_set_read_reg() local
544 struct net_device *dev = m->private; in proc_get_fwstate() local
555 struct net_device *dev = m->private; in proc_get_sec_info() local
587 struct net_device *dev = m->private; in proc_get_mlmext_state() local
600 struct net_device *dev = m->private; in proc_get_roam_flags() local
610 struct net_device *dev = data; in proc_set_roam_flags() local
638 struct net_device *dev = m->private; in proc_get_roam_param() local
654 struct net_device *dev = data; in proc_set_roam_param() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.c11 static int cxgb4_matchall_egress_validate(struct net_device *dev, in cxgb4_matchall_egress_validate()
80 static int cxgb4_matchall_tc_bind_queues(struct net_device *dev, u32 tc) in cxgb4_matchall_tc_bind_queues()
107 static void cxgb4_matchall_tc_unbind_queues(struct net_device *dev) in cxgb4_matchall_tc_unbind_queues()
120 static int cxgb4_matchall_alloc_tc(struct net_device *dev, in cxgb4_matchall_alloc_tc()
176 static void cxgb4_matchall_free_tc(struct net_device *dev) in cxgb4_matchall_free_tc()
191 static int cxgb4_matchall_mirror_alloc(struct net_device *dev, in cxgb4_matchall_mirror_alloc()
220 static void cxgb4_matchall_mirror_free(struct net_device *dev) in cxgb4_matchall_mirror_free()
234 static int cxgb4_matchall_del_filter(struct net_device *dev, u8 filter_type) in cxgb4_matchall_del_filter()
251 static int cxgb4_matchall_add_filter(struct net_device *dev, in cxgb4_matchall_add_filter()
299 static int cxgb4_matchall_alloc_filter(struct net_device *dev, in cxgb4_matchall_alloc_filter()
[all …]
/OK3568_Linux_fs/kernel/sound/isa/cs423x/
H A Dcs4236.c239 static int snd_cs423x_pnp_init_wss(int dev, struct pnp_dev *pdev) in snd_cs423x_pnp_init_wss()
260 static int snd_cs423x_pnp_init_ctrl(int dev, struct pnp_dev *pdev) in snd_cs423x_pnp_init_ctrl()
272 static int snd_cs423x_pnp_init_mpu(int dev, struct pnp_dev *pdev) in snd_cs423x_pnp_init_mpu()
292 static int snd_card_cs423x_pnp(int dev, struct snd_card_cs4236 *acard, in snd_card_cs423x_pnp()
306 static int snd_card_cs423x_pnpc(int dev, struct snd_card_cs4236 *acard, in snd_card_cs423x_pnpc()
341 #define is_isapnp_selected(dev) isapnp[dev] argument
343 #define is_isapnp_selected(dev) 0 argument
353 static int snd_cs423x_card_new(struct device *pdev, int dev, in snd_cs423x_card_new()
368 static int snd_cs423x_probe(struct snd_card *card, int dev) in snd_cs423x_probe()
448 unsigned int dev) in snd_cs423x_isa_match()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_irq.c133 static void mid_pipe_event_handler(struct drm_device *dev, int pipe) in mid_pipe_event_handler()
190 static void psb_vdc_interrupt(struct drm_device *dev, uint32_t vdc_stat) in psb_vdc_interrupt()
205 static void psb_sgx_interrupt(struct drm_device *dev, u32 stat_1, u32 stat_2) in psb_sgx_interrupt()
254 struct drm_device *dev = arg; in psb_irq_handler() local
309 void psb_irq_preinstall(struct drm_device *dev) in psb_irq_preinstall()
346 int psb_irq_postinstall(struct drm_device *dev) in psb_irq_postinstall()
377 void psb_irq_uninstall(struct drm_device *dev) in psb_irq_uninstall()
410 void psb_irq_turn_on_dpst(struct drm_device *dev) in psb_irq_turn_on_dpst()
443 int psb_irq_enable_dpst(struct drm_device *dev) in psb_irq_enable_dpst()
459 void psb_irq_turn_off_dpst(struct drm_device *dev) in psb_irq_turn_off_dpst()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_debug.c940 struct net_device *dev = m->private; in proc_get_defs_param() local
955 struct net_device *dev = data; in proc_set_defs_param() local
987 struct net_device *dev = data; in proc_set_write_reg() local
1037 struct net_device *dev = m->private; in proc_get_read_reg() local
1100 struct net_device *dev = m->private; in proc_get_rx_stat() local
1148 struct net_device *dev = m->private; in proc_get_tx_stat() local
1222 struct net_device *dev = m->private; in proc_get_fwstate() local
1233 struct net_device *dev = m->private; in proc_get_sec_info() local
1270 struct net_device *dev = m->private; in proc_get_mlmext_state() local
1283 struct net_device *dev = m->private; in proc_get_roam_flags() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_debug.c929 struct net_device *dev = m->private; in proc_get_defs_param() local
944 struct net_device *dev = data; in proc_set_defs_param() local
976 struct net_device *dev = data; in proc_set_write_reg() local
1026 struct net_device *dev = m->private; in proc_get_read_reg() local
1089 struct net_device *dev = m->private; in proc_get_rx_stat() local
1137 struct net_device *dev = m->private; in proc_get_tx_stat() local
1206 struct net_device *dev = m->private; in proc_get_fwstate() local
1217 struct net_device *dev = m->private; in proc_get_sec_info() local
1254 struct net_device *dev = m->private; in proc_get_mlmext_state() local
1267 struct net_device *dev = m->private; in proc_get_roam_flags() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_debug.c929 struct net_device *dev = m->private; in proc_get_defs_param() local
944 struct net_device *dev = data; in proc_set_defs_param() local
976 struct net_device *dev = data; in proc_set_write_reg() local
1026 struct net_device *dev = m->private; in proc_get_read_reg() local
1089 struct net_device *dev = m->private; in proc_get_rx_stat() local
1137 struct net_device *dev = m->private; in proc_get_tx_stat() local
1206 struct net_device *dev = m->private; in proc_get_fwstate() local
1217 struct net_device *dev = m->private; in proc_get_sec_info() local
1254 struct net_device *dev = m->private; in proc_get_mlmext_state() local
1267 struct net_device *dev = m->private; in proc_get_roam_flags() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c388 static int wpa_set_auth_algs(struct net_device *dev, u32 value) in wpa_set_auth_algs()
422 static int wpa_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_len) in wpa_set_encryption()
758 static int rtw_wx_get_name(struct net_device *dev, in rtw_wx_get_name()
813 static int rtw_wx_set_freq(struct net_device *dev, in rtw_wx_set_freq()
822 static int rtw_wx_get_freq(struct net_device *dev, in rtw_wx_get_freq()
845 static int rtw_wx_set_mode(struct net_device *dev, struct iw_request_info *a, in rtw_wx_set_mode()
911 static int rtw_wx_get_mode(struct net_device *dev, struct iw_request_info *a, in rtw_wx_get_mode()
933 static int rtw_wx_set_pmkid(struct net_device *dev, in rtw_wx_set_pmkid()
1009 static int rtw_wx_get_sens(struct net_device *dev, in rtw_wx_get_sens()
1021 static int rtw_wx_get_range(struct net_device *dev, in rtw_wx_get_range()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dax88179_178a.c188 static int __ax88179_read_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in __ax88179_read_cmd()
211 static int __ax88179_write_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in __ax88179_write_cmd()
234 static void ax88179_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value, in ax88179_write_cmd_async()
252 static int ax88179_read_cmd_nopm(struct usbnet *dev, u8 cmd, u16 value, in ax88179_read_cmd_nopm()
274 static int ax88179_write_cmd_nopm(struct usbnet *dev, u8 cmd, u16 value, in ax88179_write_cmd_nopm()
293 static int ax88179_read_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in ax88179_read_cmd()
315 static int ax88179_write_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in ax88179_write_cmd()
334 static void ax88179_status(struct usbnet *dev, struct urb *urb) in ax88179_status()
355 struct usbnet *dev = netdev_priv(netdev); in ax88179_mdio_read() local
365 struct usbnet *dev = netdev_priv(netdev); in ax88179_mdio_write() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c305 struct net_device *dev; in smc91c92_probe() local
335 struct net_device *dev = link->priv; in smc91c92_detach() local
348 static int cvt_ascii_address(struct net_device *dev, char *s) in cvt_ascii_address()
380 struct net_device *dev = link->priv; in mhz_3288_power() local
423 struct net_device *dev = link->priv; in mhz_mfc_config() local
461 struct net_device *dev = priv; in pcmcia_get_versmac() local
478 struct net_device *dev = link->priv; in mhz_setup() local
518 struct net_device *dev = link->priv; in mot_config() local
539 struct net_device *dev = link->priv; in mot_setup() local
582 struct net_device *dev = link->priv; in smc_config() local
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daer.c142 static int enable_ecrc_checking(struct pci_dev *dev) in enable_ecrc_checking()
166 static int disable_ecrc_checking(struct pci_dev *dev) in disable_ecrc_checking()
185 void pcie_set_ecrc_checking(struct pci_dev *dev) in pcie_set_ecrc_checking()
220 int pcie_aer_is_native(struct pci_dev *dev) in pcie_aer_is_native()
230 int pci_enable_pcie_error_reporting(struct pci_dev *dev) in pci_enable_pcie_error_reporting()
242 int pci_disable_pcie_error_reporting(struct pci_dev *dev) in pci_disable_pcie_error_reporting()
254 int pci_aer_clear_nonfatal_status(struct pci_dev *dev) in pci_aer_clear_nonfatal_status()
273 void pci_aer_clear_fatal_status(struct pci_dev *dev) in pci_aer_clear_fatal_status()
298 int pci_aer_raw_clear_status(struct pci_dev *dev) in pci_aer_raw_clear_status()
323 int pci_aer_clear_status(struct pci_dev *dev) in pci_aer_clear_status()
[all …]
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_bitmap.c20 static inline u8 *yaffs_block_bits(struct yaffs_dev *dev, int blk) in yaffs_block_bits()
32 void yaffs_verify_chunk_bit_id(struct yaffs_dev *dev, int blk, int chunk) in yaffs_verify_chunk_bit_id()
43 void yaffs_clear_chunk_bits(struct yaffs_dev *dev, int blk) in yaffs_clear_chunk_bits()
50 void yaffs_clear_chunk_bit(struct yaffs_dev *dev, int blk, int chunk) in yaffs_clear_chunk_bit()
58 void yaffs_set_chunk_bit(struct yaffs_dev *dev, int blk, int chunk) in yaffs_set_chunk_bit()
66 int yaffs_check_chunk_bit(struct yaffs_dev *dev, int blk, int chunk) in yaffs_check_chunk_bit()
74 int yaffs_still_some_chunks(struct yaffs_dev *dev, int blk) in yaffs_still_some_chunks()
87 int yaffs_count_chunk_bits(struct yaffs_dev *dev, int blk) in yaffs_count_chunk_bits()

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