| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | pcl818.c | 301 static void pcl818_ai_setup_dma(struct comedi_device *dev, in pcl818_ai_setup_dma() 325 static void pcl818_ai_set_chan_range(struct comedi_device *dev, in pcl818_ai_set_chan_range() 333 static void pcl818_ai_set_chan_scan(struct comedi_device *dev, in pcl818_ai_set_chan_scan() 341 static void pcl818_ai_setup_chanlist(struct comedi_device *dev, in pcl818_ai_setup_chanlist() 369 static void pcl818_ai_clear_eoc(struct comedi_device *dev) in pcl818_ai_clear_eoc() 375 static void pcl818_ai_soft_trig(struct comedi_device *dev) in pcl818_ai_soft_trig() 381 static unsigned int pcl818_ai_get_fifo_sample(struct comedi_device *dev, in pcl818_ai_get_fifo_sample() 396 static unsigned int pcl818_ai_get_sample(struct comedi_device *dev, in pcl818_ai_get_sample() 411 static int pcl818_ai_eoc(struct comedi_device *dev, in pcl818_ai_eoc() 424 static bool pcl818_ai_write_sample(struct comedi_device *dev, in pcl818_ai_write_sample() [all …]
|
| H A D | daqboard2000.c | 260 static void db2k_write_acq_scan_list_entry(struct comedi_device *dev, u16 entry) in db2k_write_acq_scan_list_entry() 267 static void db2k_setup_sampling(struct comedi_device *dev, int chan, int gain) in db2k_setup_sampling() 307 static int db2k_ai_status(struct comedi_device *dev, struct comedi_subdevice *s, in db2k_ai_status() 318 static int db2k_ai_insn_read(struct comedi_device *dev, in db2k_ai_insn_read() 383 static int db2k_ao_eoc(struct comedi_device *dev, struct comedi_subdevice *s, in db2k_ao_eoc() 395 static int db2k_ao_insn_write(struct comedi_device *dev, in db2k_ao_insn_write() 418 static void db2k_reset_local_bus(struct comedi_device *dev) in db2k_reset_local_bus() 432 static void db2k_reload_plx(struct comedi_device *dev) in db2k_reload_plx() 449 static void db2k_pulse_prog_pin(struct comedi_device *dev) in db2k_pulse_prog_pin() 463 static int db2k_wait_cpld_init(struct comedi_device *dev) in db2k_wait_cpld_init() [all …]
|
| H A D | cb_pcidas64.c | 1098 static inline unsigned short se_diff_bit_6xxx(struct comedi_device *dev, in se_diff_bit_6xxx() 1178 static unsigned int ai_range_bits_6xxx(const struct comedi_device *dev, in ai_range_bits_6xxx() 1186 static unsigned int hw_revision(const struct comedi_device *dev, in hw_revision() 1197 static void set_dac_range_bits(struct comedi_device *dev, in set_dac_range_bits() 1218 static void abort_dma(struct comedi_device *dev, unsigned int channel) in abort_dma() 1231 static void disable_plx_interrupts(struct comedi_device *dev) in disable_plx_interrupts() 1240 static void disable_ai_interrupts(struct comedi_device *dev) in disable_ai_interrupts() 1255 static void enable_ai_interrupts(struct comedi_device *dev, in enable_ai_interrupts() 1282 static void init_plx9080(struct comedi_device *dev) in init_plx9080() 1346 static void disable_ai_pacing(struct comedi_device *dev) in disable_ai_pacing() [all …]
|
| H A D | comedi_test.c | 87 struct comedi_device *dev; /* parent comedi device */ member 101 static unsigned short fake_sawtooth(struct comedi_device *dev, in fake_sawtooth() 133 static unsigned short fake_squarewave(struct comedi_device *dev, in fake_squarewave() 163 static unsigned short fake_flatline(struct comedi_device *dev, in fake_flatline() 171 static unsigned short fake_waveform(struct comedi_device *dev, in fake_waveform() 199 struct comedi_device *dev = devpriv->dev; in waveform_ai_timer() local 247 static int waveform_ai_cmdtest(struct comedi_device *dev, in waveform_ai_cmdtest() 348 static int waveform_ai_cmd(struct comedi_device *dev, in waveform_ai_cmd() 402 static int waveform_ai_cancel(struct comedi_device *dev, in waveform_ai_cancel() 416 static int waveform_ai_insn_read(struct comedi_device *dev, in waveform_ai_insn_read() [all …]
|
| H A D | ni_6527.c | 84 static void ni6527_set_filter_interval(struct comedi_device *dev, in ni6527_set_filter_interval() 102 static void ni6527_set_filter_enable(struct comedi_device *dev, in ni6527_set_filter_enable() 110 static int ni6527_di_insn_config(struct comedi_device *dev, in ni6527_di_insn_config() 144 static int ni6527_di_insn_bits(struct comedi_device *dev, in ni6527_di_insn_bits() 160 static int ni6527_do_insn_bits(struct comedi_device *dev, in ni6527_do_insn_bits() 189 struct comedi_device *dev = d; in ni6527_interrupt() local 207 static int ni6527_intr_cmdtest(struct comedi_device *dev, in ni6527_intr_cmdtest() 246 static int ni6527_intr_cmd(struct comedi_device *dev, in ni6527_intr_cmd() 255 static int ni6527_intr_cancel(struct comedi_device *dev, in ni6527_intr_cancel() 263 static int ni6527_intr_insn_bits(struct comedi_device *dev, in ni6527_intr_insn_bits() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | dma-mapping-noalias.c | 109 static phys_addr_t __arm64_noalias_map(struct device *dev, phys_addr_t phys, in __arm64_noalias_map() 132 static void __arm64_noalias_unmap(struct device *dev, phys_addr_t phys, size_t size, in __arm64_noalias_unmap() 140 static void __arm64_noalias_sync_for_device(struct device *dev, phys_addr_t phys, in __arm64_noalias_sync_for_device() 149 static void __arm64_noalias_sync_for_cpu(struct device *dev, phys_addr_t phys, in __arm64_noalias_sync_for_cpu() 158 static void *arm64_noalias_alloc(struct device *dev, size_t size, in arm64_noalias_alloc() 180 static void arm64_noalias_free(struct device *dev, size_t size, void *cpu_addr, in arm64_noalias_free() 188 static dma_addr_t arm64_noalias_map_page(struct device *dev, struct page *page, in arm64_noalias_map_page() 208 static void arm64_noalias_unmap_page(struct device *dev, dma_addr_t dma_addr, in arm64_noalias_unmap_page() 217 static void arm64_noalias_unmap_sg(struct device *dev, struct scatterlist *sgl, int nents, in arm64_noalias_unmap_sg() 230 static int arm64_noalias_map_sg(struct device *dev, struct scatterlist *sgl, int nents, in arm64_noalias_map_sg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_bufs.c | 52 static struct drm_map_list *drm_find_matching_map(struct drm_device *dev, in drm_find_matching_map() 90 static int drm_map_handle(struct drm_device *dev, struct drm_hash_item *hash, in drm_map_handle() 147 static int drm_addmap_core(struct drm_device *dev, resource_size_t offset, in drm_addmap_core() 378 int drm_legacy_addmap(struct drm_device *dev, resource_size_t offset, in drm_legacy_addmap() 392 struct drm_local_map *drm_legacy_findmap(struct drm_device *dev, in drm_legacy_findmap() 415 int drm_legacy_addmap_ioctl(struct drm_device *dev, void *data, in drm_legacy_addmap_ioctl() 462 int drm_legacy_getmap_ioctl(struct drm_device *dev, void *data, in drm_legacy_getmap_ioctl() 515 int drm_legacy_rmmap_locked(struct drm_device *dev, struct drm_local_map *map) in drm_legacy_rmmap_locked() 570 void drm_legacy_rmmap(struct drm_device *dev, struct drm_local_map *map) in drm_legacy_rmmap() 582 void drm_legacy_master_rmmaps(struct drm_device *dev, struct drm_master *master) in drm_legacy_master_rmmaps() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/ |
| H A D | ast_drv.c | 114 struct drm_device *dev; in ast_pci_probe() local 139 struct drm_device *dev = pci_get_drvdata(pdev); in ast_pci_remove() local 145 static int ast_drm_freeze(struct drm_device *dev) in ast_drm_freeze() 156 static int ast_drm_thaw(struct drm_device *dev) in ast_drm_thaw() 163 static int ast_drm_resume(struct drm_device *dev) in ast_drm_resume() 176 static int ast_pm_suspend(struct device *dev) in ast_pm_suspend() 191 static int ast_pm_resume(struct device *dev) in ast_pm_resume() 198 static int ast_pm_freeze(struct device *dev) in ast_pm_freeze() 205 static int ast_pm_thaw(struct device *dev) in ast_pm_thaw() 212 static int ast_pm_poweroff(struct device *dev) in ast_pm_poweroff()
|
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | smc911x_eeprom.c | 57 static void dump_regs(struct eth_device *dev) in dump_regs() 69 static int do_eeprom_cmd(struct eth_device *dev, int cmd, u8 reg) in do_eeprom_cmd() 92 static u8 read_eeprom_reg(struct eth_device *dev, u8 reg) in read_eeprom_reg() 101 static int write_eeprom_reg(struct eth_device *dev, u8 value, u8 reg) in write_eeprom_reg() 141 static void write_stuff(struct eth_device *dev, char *line) in write_stuff() 194 static void copy_from_eeprom(struct eth_device *dev) in copy_from_eeprom() 212 static void print_macaddr(struct eth_device *dev) in print_macaddr() 231 static void dump_eeprom(struct eth_device *dev) in dump_eeprom() 242 static int smc911x_init(struct eth_device *dev) in smc911x_init() 321 struct eth_device dev; in smc911x_eeprom() local
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | sparse-keymap.c | 22 static unsigned int sparse_keymap_get_key_index(struct input_dev *dev, in sparse_keymap_get_key_index() 39 static struct key_entry *sparse_keymap_entry_by_index(struct input_dev *dev, in sparse_keymap_entry_by_index() 61 struct key_entry *sparse_keymap_entry_from_scancode(struct input_dev *dev, in sparse_keymap_entry_from_scancode() 82 struct key_entry *sparse_keymap_entry_from_keycode(struct input_dev *dev, in sparse_keymap_entry_from_keycode() 95 static struct key_entry *sparse_keymap_locate(struct input_dev *dev, in sparse_keymap_locate() 111 static int sparse_keymap_getkeycode(struct input_dev *dev, in sparse_keymap_getkeycode() 132 static int sparse_keymap_setkeycode(struct input_dev *dev, in sparse_keymap_setkeycode() 166 int sparse_keymap_setup(struct input_dev *dev, in sparse_keymap_setup() 234 void sparse_keymap_report_entry(struct input_dev *dev, const struct key_entry *ke, in sparse_keymap_report_entry() 273 bool sparse_keymap_report_event(struct input_dev *dev, unsigned int code, in sparse_keymap_report_event()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | mdfld_dsi_dpi.c | 41 static void mdfld_wait_for_HS_DATA_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_HS_DATA_FIFO() 59 static void mdfld_wait_for_HS_CTRL_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_HS_CTRL_FIFO() 76 static void mdfld_wait_for_DPI_CTRL_FIFO(struct drm_device *dev, u32 pipe) in mdfld_wait_for_DPI_CTRL_FIFO() 94 static void mdfld_wait_for_SPL_PKG_SENT(struct drm_device *dev, u32 pipe) in mdfld_wait_for_SPL_PKG_SENT() 114 static void dsi_set_device_ready_state(struct drm_device *dev, int state, in dsi_set_device_ready_state() 120 static void dsi_set_pipe_plane_enable_state(struct drm_device *dev, in dsi_set_pipe_plane_enable_state() 184 struct drm_device *dev = dsi_config->dev; in mdfld_dsi_configure_down() local 205 struct drm_device *dev = dsi_config->dev; in mdfld_dsi_configure_up() local 235 struct drm_device *dev = dsi_config->dev; in mdfld_dsi_tpo_ic_init() local 473 struct drm_device *dev = dsi_config->dev; in mdfld_dsi_dpi_controller_init() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wldev_common.c | 66 struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set) in wldev_ioctl() 87 struct net_device *dev, u32 cmd, const void *arg, u32 len) in wldev_ioctl_set() 102 struct net_device *dev, u32 cmd, void *arg, u32 len) in wldev_ioctl_get() 122 struct net_device *dev, s8 *iovar_name, in wldev_iovar_getbuf() 152 struct net_device *dev, s8 *iovar_name, in wldev_iovar_setbuf() 172 struct net_device *dev, s8 *iovar, s32 val) in wldev_iovar_setint() 183 struct net_device *dev, s8 *iovar, s32 *pval) in wldev_iovar_getint() 256 struct net_device *dev, s8 *iovar_name, in wldev_iovar_getbuf_bsscfg() 274 struct net_device *dev, const s8 *iovar_name, in wldev_iovar_setbuf_bsscfg() 297 struct net_device *dev, s8 *iovar, s32 val, s32 bssidx) in wldev_iovar_setint_bsscfg() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg_xfer_dma.c | 28 static inline void dwc2_udc_ep0_zlp(struct dwc2_udc *dev) in dwc2_udc_ep0_zlp() 193 static void complete_rx(struct dwc2_udc *dev, u8 ep_num) in complete_rx() 266 static void complete_tx(struct dwc2_udc *dev, u8 ep_num) in complete_tx() 342 static inline void dwc2_udc_check_tx_queue(struct dwc2_udc *dev, u8 ep_num) in dwc2_udc_check_tx_queue() 369 static void process_ep_in_intr(struct dwc2_udc *dev) in process_ep_in_intr() 416 static void process_ep_out_intr(struct dwc2_udc *dev) in process_ep_out_intr() 470 struct dwc2_udc *dev = _dev; in dwc2_udc_irq() local 612 struct dwc2_udc *dev; in dwc2_queue() local 765 static void udc_set_address(struct dwc2_udc *dev, unsigned char address) in udc_set_address() 781 struct dwc2_udc *dev; in dwc2_udc_ep0_set_stall() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wldev_common.c | 66 struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set) in wldev_ioctl() 87 struct net_device *dev, u32 cmd, const void *arg, u32 len) in wldev_ioctl_set() 102 struct net_device *dev, u32 cmd, void *arg, u32 len) in wldev_ioctl_get() 122 struct net_device *dev, s8 *iovar_name, in wldev_iovar_getbuf() 152 struct net_device *dev, s8 *iovar_name, in wldev_iovar_setbuf() 172 struct net_device *dev, s8 *iovar, s32 val) in wldev_iovar_setint() 183 struct net_device *dev, s8 *iovar, s32 *pval) in wldev_iovar_getint() 256 struct net_device *dev, s8 *iovar_name, in wldev_iovar_getbuf_bsscfg() 274 struct net_device *dev, const s8 *iovar_name, in wldev_iovar_setbuf_bsscfg() 297 struct net_device *dev, s8 *iovar, s32 val, s32 bssidx) in wldev_iovar_setint_bsscfg() [all …]
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | soft-interface.c | 83 static int batadv_interface_open(struct net_device *dev) in batadv_interface_open() 89 static int batadv_interface_release(struct net_device *dev) in batadv_interface_release() 115 static struct net_device_stats *batadv_interface_stats(struct net_device *dev) in batadv_interface_stats() 128 static int batadv_interface_set_mac_addr(struct net_device *dev, void *p) in batadv_interface_set_mac_addr() 157 static int batadv_interface_change_mtu(struct net_device *dev, int new_mtu) in batadv_interface_change_mtu() 176 static void batadv_interface_set_rx_mode(struct net_device *dev) in batadv_interface_set_rx_mode() 649 static int batadv_interface_add_vid(struct net_device *dev, __be16 proto, in batadv_interface_add_vid() 708 static int batadv_interface_kill_vid(struct net_device *dev, __be16 proto, in batadv_interface_kill_vid() 745 static void batadv_set_lockdep_class_one(struct net_device *dev, in batadv_set_lockdep_class_one() 756 static void batadv_set_lockdep_class(struct net_device *dev) in batadv_set_lockdep_class() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wldev_common.c | 66 struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set) in wldev_ioctl() 87 struct net_device *dev, u32 cmd, const void *arg, u32 len) in wldev_ioctl_set() 102 struct net_device *dev, u32 cmd, void *arg, u32 len) in wldev_ioctl_get() 122 struct net_device *dev, s8 *iovar_name, in wldev_iovar_getbuf() 152 struct net_device *dev, s8 *iovar_name, in wldev_iovar_setbuf() 172 struct net_device *dev, s8 *iovar, s32 val) in wldev_iovar_setint() 183 struct net_device *dev, s8 *iovar, s32 *pval) in wldev_iovar_getint() 256 struct net_device *dev, s8 *iovar_name, in wldev_iovar_getbuf_bsscfg() 274 struct net_device *dev, const s8 *iovar_name, in wldev_iovar_setbuf_bsscfg() 297 struct net_device *dev, s8 *iovar, s32 val, s32 bssidx) in wldev_iovar_setint_bsscfg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_ethtool.c | 55 static int netxen_nic_get_eeprom_len(struct net_device *dev) in netxen_nic_get_eeprom_len() 61 netxen_nic_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo) in netxen_nic_get_drvinfo() 83 netxen_nic_get_link_ksettings(struct net_device *dev, in netxen_nic_get_link_ksettings() 247 netxen_nic_set_link_ksettings(struct net_device *dev, in netxen_nic_set_link_ksettings() 278 static int netxen_nic_get_regs_len(struct net_device *dev) in netxen_nic_get_regs_len() 284 netxen_nic_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *p) in netxen_nic_get_regs() 353 static u32 netxen_nic_test_link(struct net_device *dev) in netxen_nic_test_link() 371 netxen_nic_get_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, in netxen_nic_get_eeprom() 394 netxen_nic_get_ringparam(struct net_device *dev, in netxen_nic_get_ringparam() 432 netxen_nic_set_ringparam(struct net_device *dev, in netxen_nic_set_ringparam() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_util.c | 99 struct mt76x02_dev *dev = container_of(mdev, struct mt76x02_dev, in mt76x02_led_set_config() local 147 void mt76x02_init_device(struct mt76x02_dev *dev) in mt76x02_init_device() 212 struct mt76x02_dev *dev = hw->priv; in mt76x02_configure_filter() local 245 struct mt76x02_dev *dev = container_of(mdev, struct mt76x02_dev, mt76); in mt76x02_sta_add() local 274 struct mt76x02_dev *dev = container_of(mdev, struct mt76x02_dev, mt76); in mt76x02_sta_remove() local 284 mt76x02_vif_init(struct mt76x02_dev *dev, struct ieee80211_vif *vif, in mt76x02_vif_init() 302 struct mt76x02_dev *dev = hw->priv; in mt76x02_add_interface() local 345 struct mt76x02_dev *dev = hw->priv; in mt76x02_remove_interface() local 357 struct mt76x02_dev *dev = hw->priv; in mt76x02_ampdu_action() local 410 struct mt76x02_dev *dev = hw->priv; in mt76x02_set_key() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | s3c-hwmon.c | 58 static int s3c_hwmon_read_ch(struct device *dev, in s3c_hwmon_read_ch() 86 static ssize_t s3c_hwmon_show_raw(struct device *dev, in s3c_hwmon_show_raw() 123 static inline int s3c_hwmon_add_raw(struct device *dev) in s3c_hwmon_add_raw() 128 static inline void s3c_hwmon_remove_raw(struct device *dev) in s3c_hwmon_remove_raw() 135 static inline int s3c_hwmon_add_raw(struct device *dev) { return 0; } in s3c_hwmon_add_raw() 136 static inline void s3c_hwmon_remove_raw(struct device *dev) { } in s3c_hwmon_remove_raw() 150 static ssize_t s3c_hwmon_ch_show(struct device *dev, in s3c_hwmon_ch_show() 180 static ssize_t s3c_hwmon_label_show(struct device *dev, in s3c_hwmon_label_show() 207 static int s3c_hwmon_create_attr(struct device *dev, in s3c_hwmon_create_attr() 252 static void s3c_hwmon_remove_attr(struct device *dev, in s3c_hwmon_remove_attr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_btn.c | 36 struct device *dev = bd->dev; in cyttsp5_btn_key_action() local 84 struct device *dev = bd->dev; in cyttsp5_log_btn_data() local 124 static int cyttsp5_btn_attention(struct device *dev) in cyttsp5_btn_attention() 143 static int cyttsp5_startup_attention(struct device *dev) in cyttsp5_startup_attention() 155 static int cyttsp5_btn_suspend_attention(struct device *dev) in cyttsp5_btn_suspend_attention() 170 static int cyttsp5_btn_resume_attention(struct device *dev) in cyttsp5_btn_resume_attention() 186 struct device *dev = input->dev.parent; in cyttsp5_btn_open() local 219 struct device *dev = input->dev.parent; in cyttsp5_btn_close() local 243 static int cyttsp5_setup_input_device(struct device *dev) in cyttsp5_setup_input_device() 271 static int cyttsp5_setup_input_attention(struct device *dev) in cyttsp5_setup_input_attention() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/ |
| H A D | vxge-ethtool.c | 52 vxge_ethtool_set_link_ksettings(struct net_device *dev, in vxge_ethtool_set_link_ksettings() 74 static int vxge_ethtool_get_link_ksettings(struct net_device *dev, in vxge_ethtool_get_link_ksettings() 107 static void vxge_ethtool_gdrvinfo(struct net_device *dev, in vxge_ethtool_gdrvinfo() 127 static void vxge_ethtool_gregs(struct net_device *dev, in vxge_ethtool_gregs() 165 static int vxge_ethtool_idnic(struct net_device *dev, in vxge_ethtool_idnic() 196 static void vxge_ethtool_getpause_data(struct net_device *dev, in vxge_ethtool_getpause_data() 215 static int vxge_ethtool_setpause_data(struct net_device *dev, in vxge_ethtool_setpause_data() 229 static void vxge_get_ethtool_stats(struct net_device *dev, in vxge_get_ethtool_stats() 600 static void vxge_ethtool_get_strings(struct net_device *dev, u32 stringset, in vxge_ethtool_get_strings() 1090 static int vxge_ethtool_get_regs_len(struct net_device *dev) in vxge_ethtool_get_regs_len() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | adp5520_bl.c | 135 static ssize_t adp5520_show(struct device *dev, char *buf, int reg) in adp5520_show() 151 static ssize_t adp5520_store(struct device *dev, const char *buf, in adp5520_store() 169 static ssize_t adp5520_bl_dark_max_show(struct device *dev, in adp5520_bl_dark_max_show() 175 static ssize_t adp5520_bl_dark_max_store(struct device *dev, in adp5520_bl_dark_max_store() 184 static ssize_t adp5520_bl_office_max_show(struct device *dev, in adp5520_bl_office_max_show() 190 static ssize_t adp5520_bl_office_max_store(struct device *dev, in adp5520_bl_office_max_store() 199 static ssize_t adp5520_bl_daylight_max_show(struct device *dev, in adp5520_bl_daylight_max_show() 205 static ssize_t adp5520_bl_daylight_max_store(struct device *dev, in adp5520_bl_daylight_max_store() 221 static ssize_t adp5520_bl_dark_dim_show(struct device *dev, in adp5520_bl_dark_dim_show() 227 static ssize_t adp5520_bl_dark_dim_store(struct device *dev, in adp5520_bl_dark_dim_store() [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 52 struct usb_device *dev; /* USB hub device to scan */ member 79 static int usb_set_hub_depth(struct usb_device *dev, int depth) in usb_set_hub_depth() 90 static int usb_get_hub_descriptor(struct usb_device *dev, void *data, int size) in usb_get_hub_descriptor() 102 static int usb_clear_port_feature(struct usb_device *dev, int port, int feature) in usb_clear_port_feature() 109 static int usb_set_port_feature(struct usb_device *dev, int port, int feature) in usb_set_port_feature() 116 static int usb_get_hub_status(struct usb_device *dev, void *data) in usb_get_hub_status() 123 int usb_get_port_status(struct usb_device *dev, int port, void *data) in usb_get_port_status() 165 struct usb_device *dev; in usb_hub_power_on() local 271 static int usb_hub_port_reset(struct usb_device *dev, int port, in usb_hub_port_reset() 345 int usb_hub_port_connect_change(struct usb_device *dev, int port) in usb_hub_port_connect_change() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/nfc/st-nci/ |
| H A D | vendor_cmds.c | 39 static int st_nci_factory_mode(struct nfc_dev *dev, void *data, in st_nci_factory_mode() 64 static int st_nci_hci_clear_all_pipes(struct nfc_dev *dev, void *data, in st_nci_hci_clear_all_pipes() 72 static int st_nci_hci_dm_put_data(struct nfc_dev *dev, void *data, in st_nci_hci_dm_put_data() 82 static int st_nci_hci_dm_update_aid(struct nfc_dev *dev, void *data, in st_nci_hci_dm_update_aid() 91 static int st_nci_hci_dm_get_info(struct nfc_dev *dev, void *data, in st_nci_hci_dm_get_info() 124 static int st_nci_hci_dm_get_data(struct nfc_dev *dev, void *data, in st_nci_hci_dm_get_data() 157 static int st_nci_hci_dm_fwupd_start(struct nfc_dev *dev, void *data, in st_nci_hci_dm_fwupd_start() 172 static int st_nci_hci_dm_fwupd_end(struct nfc_dev *dev, void *data, in st_nci_hci_dm_fwupd_end() 181 static int st_nci_hci_dm_direct_load(struct nfc_dev *dev, void *data, in st_nci_hci_dm_direct_load() 194 static int st_nci_hci_dm_reset(struct nfc_dev *dev, void *data, in st_nci_hci_dm_reset() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/appletalk/ |
| H A D | cops.c | 202 static void cleanup_card(struct net_device *dev) in cleanup_card() 217 struct net_device *dev; in cops_probe() local 277 static int __init cops_probe1(struct net_device *dev, int ioaddr) in cops_probe1() 418 static int cops_open(struct net_device *dev) in cops_open() 451 static int cops_jumpstart(struct net_device *dev) in cops_jumpstart() 485 static void cops_reset(struct net_device *dev, int sleep) in cops_reset() 512 static void cops_load (struct net_device *dev) in cops_load() 605 static int cops_nodeid (struct net_device *dev, int nodeid) in cops_nodeid() 682 struct net_device *dev = cops_timer_dev; in cops_poll() local 710 struct net_device *dev = dev_id; in cops_interrupt() local [all …]
|