| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | adutux.c | 105 static inline void adu_debug_data(struct device *dev, const char *function, in adu_debug_data() 116 static void adu_abort_transfers(struct adu_device *dev) in adu_abort_transfers() 143 static void adu_delete(struct adu_device *dev) in adu_delete() 158 struct adu_device *dev = urb->context; in adu_interrupt_in_callback() local 203 struct adu_device *dev = urb->context; in adu_interrupt_out_callback() local 229 struct adu_device *dev = NULL; in adu_open() local 295 static void adu_release_internal(struct adu_device *dev) in adu_release_internal() 309 struct adu_device *dev; in adu_release() local 346 struct adu_device *dev; in adu_read() local 510 struct adu_device *dev; in adu_write() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | f71882fg.c | 1195 static struct f71882fg_data *f71882fg_update_device(struct device *dev) in f71882fg_update_device() 1371 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr, in show_fan() 1384 static ssize_t show_fan_full_speed(struct device *dev, in show_fan_full_speed() 1393 static ssize_t store_fan_full_speed(struct device *dev, in store_fan_full_speed() 1416 static ssize_t show_fan_beep(struct device *dev, struct device_attribute in show_fan_beep() 1428 static ssize_t store_fan_beep(struct device *dev, struct device_attribute in store_fan_beep() 1452 static ssize_t show_fan_alarm(struct device *dev, struct device_attribute in show_fan_alarm() 1464 static ssize_t show_in(struct device *dev, struct device_attribute *devattr, in show_in() 1473 static ssize_t show_in_max(struct device *dev, struct device_attribute in show_in_max() 1481 static ssize_t store_in_max(struct device *dev, struct device_attribute in store_in_max() [all …]
|
| H A D | lm63.c | 224 static struct lm63_data *lm63_update_device(struct device *dev) in lm63_update_device() 306 static int lm63_lut_looks_bad(struct device *dev, struct lm63_data *data) in lm63_lut_looks_bad() 331 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr, in show_fan() 339 static ssize_t set_fan(struct device *dev, struct device_attribute *dummy, in set_fan() 361 static ssize_t show_pwm1(struct device *dev, struct device_attribute *devattr, in show_pwm1() 379 static ssize_t set_pwm1(struct device *dev, struct device_attribute *devattr, in set_pwm1() 408 static ssize_t pwm1_enable_show(struct device *dev, in pwm1_enable_show() 415 static ssize_t pwm1_enable_store(struct device *dev, in pwm1_enable_store() 456 static ssize_t show_local_temp8(struct device *dev, in show_local_temp8() 465 static ssize_t show_remote_temp8(struct device *dev, in show_remote_temp8() [all …]
|
| H A D | ltc4215.c | 43 static struct ltc4215_data *ltc4215_update_device(struct device *dev) in ltc4215_update_device() 76 static int ltc4215_get_voltage(struct device *dev, u8 reg) in ltc4215_get_voltage() 108 static unsigned int ltc4215_get_current(struct device *dev) in ltc4215_get_current() 136 static ssize_t ltc4215_voltage_show(struct device *dev, in ltc4215_voltage_show() 145 static ssize_t ltc4215_current_show(struct device *dev, in ltc4215_current_show() 153 static ssize_t ltc4215_power_show(struct device *dev, in ltc4215_power_show() 165 static ssize_t ltc4215_alarm_show(struct device *dev, in ltc4215_alarm_show() 224 struct device *dev = &client->dev; in ltc4215_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_platform.c | 171 struct device *dev) in cyttsp5_xres() 189 int on, struct device *dev) in cyttsp5_init() 239 struct device *dev, atomic_t *ignore_irq) in cyttsp5_wakeup() 245 struct device *dev, atomic_t *ignore_irq) in cyttsp5_sleep() 251 int on, struct device *dev, atomic_t *ignore_irq) in cyttsp5_power() 260 struct device *dev) in cyttsp5_irq_stat() 267 struct device *dev, cyttsp5_platform_read read) in cyttsp5_detect()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/ |
| H A D | mtk_mdp_core.c | 57 struct device *dev = &mdp->pdev->dev; in mtk_mdp_clock_on() local 66 struct device *dev = &mdp->pdev->dev; in mtk_mdp_clock_off() local 109 struct device *dev = &pdev->dev; in mtk_mdp_probe() local 264 static int __maybe_unused mtk_mdp_pm_suspend(struct device *dev) in mtk_mdp_pm_suspend() 273 static int __maybe_unused mtk_mdp_pm_resume(struct device *dev) in mtk_mdp_pm_resume() 282 static int __maybe_unused mtk_mdp_suspend(struct device *dev) in mtk_mdp_suspend() 290 static int __maybe_unused mtk_mdp_resume(struct device *dev) in mtk_mdp_resume()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000-i2c.c | 31 static int tm6000_i2c_send_regs(struct tm6000_core *dev, unsigned char addr, in tm6000_i2c_send_regs() 64 static int tm6000_i2c_recv_regs(struct tm6000_core *dev, unsigned char addr, in tm6000_i2c_recv_regs() 108 static int tm6000_i2c_recv_regs16(struct tm6000_core *dev, unsigned char addr, in tm6000_i2c_recv_regs16() 145 struct tm6000_core *dev = i2c_adap->algo_data; in tm6000_i2c_xfer() local 212 static int tm6000_i2c_eeprom(struct tm6000_core *dev) in tm6000_i2c_eeprom() 288 int tm6000_i2c_register(struct tm6000_core *dev) in tm6000_i2c_register() 313 int tm6000_i2c_unregister(struct tm6000_core *dev) in tm6000_i2c_unregister()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | pci-cxl.c | 12 int pnv_phb_to_cxl_mode(struct pci_dev *dev, uint64_t mode) in pnv_phb_to_cxl_mode() 38 int pnv_cxl_alloc_hwirqs(struct pci_dev *dev, int num) in pnv_cxl_alloc_hwirqs() 53 void pnv_cxl_release_hwirqs(struct pci_dev *dev, int hwirq, int num) in pnv_cxl_release_hwirqs() 63 struct pci_dev *dev) in pnv_cxl_release_hwirq_ranges() 83 struct pci_dev *dev, int num) in pnv_cxl_alloc_hwirq_ranges() 119 int pnv_cxl_get_irq_count(struct pci_dev *dev) in pnv_cxl_get_irq_count() 128 int pnv_cxl_ioda_msi_setup(struct pci_dev *dev, unsigned int hwirq, in pnv_cxl_ioda_msi_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | usb-rx.c | 120 struct device *dev = &i2400mu->usb_iface->dev; in i2400mu_rx_size_grow() local 143 struct device *dev = &i2400mu->usb_iface->dev; in i2400mu_rx_size_maybe_shrink() local 195 struct device *dev = &i2400mu->usb_iface->dev; in i2400mu_rx() local 333 struct device *dev = &i2400mu->usb_iface->dev; in i2400mu_rxd() local 418 struct device *dev = &i2400mu->usb_iface->dev; in i2400mu_rx_kick() local 431 struct device *dev = &i2400mu->usb_iface->dev; in i2400mu_rx_setup() local 450 struct device *dev = i2400m_dev(i2400m); in i2400mu_rx_release() local
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/stk1160/ |
| H A D | stk1160-core.c | 55 int stk1160_read_reg(struct stk1160 *dev, u16 reg, u8 *value) in stk1160_read_reg() 81 int stk1160_write_reg(struct stk1160 *dev, u16 reg, u16 value) in stk1160_write_reg() 98 void stk1160_select_input(struct stk1160 *dev) in stk1160_select_input() 118 static void stk1160_reg_reset(struct stk1160 *dev) in stk1160_reg_reset() 152 struct stk1160 *dev = container_of(v4l2_dev, struct stk1160, v4l2_dev); in stk1160_release() local 271 struct stk1160 *dev; in stk1160_probe() local 391 struct stk1160 *dev; in stk1160_disconnect() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-input.c | 33 static void cx23885_input_process_measurements(struct cx23885_dev *dev, in cx23885_input_process_measurements() 63 void cx23885_input_rx_work_handler(struct cx23885_dev *dev, u32 events) in cx23885_input_rx_work_handler() 125 static int cx23885_input_ir_start(struct cx23885_dev *dev) in cx23885_input_ir_start() 222 static void cx23885_input_ir_stop(struct cx23885_dev *dev) in cx23885_input_ir_stop() 258 int cx23885_input_init(struct cx23885_dev *dev) in cx23885_input_init() 397 void cx23885_input_fini(struct cx23885_dev *dev) in cx23885_input_fini()
|
| H A D | cx23885-ioctl.c | 17 struct cx23885_dev *dev = video_drvdata(file); in cx23885_g_chip_info() local 31 static int cx23417_g_register(struct cx23885_dev *dev, in cx23417_g_register() 53 struct cx23885_dev *dev = video_drvdata(file); in cx23885_g_register() local 68 static int cx23417_s_register(struct cx23885_dev *dev, in cx23417_s_register() 85 struct cx23885_dev *dev = video_drvdata(file); in cx23885_s_register() local
|
| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | maplemouse.c | 23 struct input_dev *dev; member 32 struct input_dev *dev = mse->dev; in dc_mouse_callback() local 49 static int dc_mouse_open(struct input_dev *dev) in dc_mouse_open() 59 static void dc_mouse_close(struct input_dev *dev) in dc_mouse_close() 68 static int probe_maple_mouse(struct device *dev) in probe_maple_mouse() 117 static int remove_maple_mouse(struct device *dev) in remove_maple_mouse()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | otp_eeprom.c | 125 struct device *dev = &eeprom_dev->client->dev; in otp_read_data() local 298 struct device *dev = &eeprom_dev->client->dev; in rkotp_read_module_info() local 406 struct device *dev = &eeprom_dev->client->dev; in rkotp_read_awb() local 479 struct device *dev = &eeprom_dev->client->dev; in rkotp_read_lsc() local 554 struct device *dev = &eeprom_dev->client->dev; in rkotp_read_pdaf() local 683 struct device *dev = &eeprom_dev->client->dev; in rkotp_read_af() local 733 struct device *dev = &eeprom_dev->client->dev; in rkotp_read_data() local 840 struct eeprom_device *dev = p->private; in otp_eeprom_show() local 992 static int eeprom_proc_init(struct eeprom_device *dev) in eeprom_proc_init() 1000 static void eeprom_proc_cleanup(struct eeprom_device *dev) in eeprom_proc_cleanup() [all …]
|
| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | resources.c | 37 struct atm_dev *dev; in __alloc_atm_dev() local 54 struct atm_dev *dev; in __atm_dev_lookup() local 69 struct atm_dev *dev; in atm_dev_lookup() local 82 struct atm_dev *dev, *inuse; in atm_dev_register() local 139 void atm_dev_deregister(struct atm_dev *dev) in atm_dev_deregister() 177 static int fetch_stats(struct atm_dev *dev, struct atm_dev_stats __user *arg, in fetch_stats() 199 struct atm_dev *dev; in atm_getnames() local 234 struct atm_dev *dev; in atm_dev_ioctl() local
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-rc5t583.c | 38 static int rc5t583_rtc_alarm_irq_enable(struct device *dev, unsigned enabled) in rc5t583_rtc_alarm_irq_enable() 59 static int rc5t583_rtc_read_time(struct device *dev, struct rtc_time *tm) in rc5t583_rtc_read_time() 83 static int rc5t583_rtc_set_time(struct device *dev, struct rtc_time *tm) in rc5t583_rtc_set_time() 107 static int rc5t583_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *alm) in rc5t583_rtc_read_alarm() 139 static int rc5t583_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alm) in rc5t583_rtc_set_alarm() 170 struct device *dev = rtc; in rc5t583_rtc_interrupt() local 274 static int rc5t583_rtc_suspend(struct device *dev) in rc5t583_rtc_suspend() 286 static int rc5t583_rtc_resume(struct device *dev) in rc5t583_rtc_resume()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/ |
| H A D | zmii.c | 84 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_attach() local 150 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_get_mdio() local 163 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_put_mdio() local 172 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_set_speed() local 193 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_detach() local 218 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_dump_regs() local 234 struct zmii_instance *dev; in zmii_probe() local 281 struct zmii_instance *dev = platform_get_drvdata(ofdev); in zmii_remove() local
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | arp.h | 13 static inline u32 arp_hashfn(const void *pkey, const struct net_device *dev, u32 *hash_rnd) in arp_hashfn() 22 static inline struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 31 struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 37 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup() 50 static inline void __ipv4_confirm_neigh(struct net_device *dev, u32 key) in __ipv4_confirm_neigh()
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | cpu-uclass.c | 17 int cpu_get_desc(struct udevice *dev, char *buf, int size) in cpu_get_desc() 27 int cpu_get_info(struct udevice *dev, struct cpu_info *info) in cpu_get_info() 37 int cpu_get_count(struct udevice *dev) in cpu_get_count() 47 int cpu_get_vendor(struct udevice *dev, char *buf, int size) in cpu_get_vendor() 65 struct udevice *dev; in uclass_cpu_init() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/ |
| H A D | rtl_eeprom.c | 13 static void _rtl92e_gpio_write_bit(struct net_device *dev, int no, bool val) in _rtl92e_gpio_write_bit() 26 static bool _rtl92e_gpio_get_bit(struct net_device *dev, int no) in _rtl92e_gpio_get_bit() 33 static void _rtl92e_eeprom_ck_cycle(struct net_device *dev) in _rtl92e_eeprom_ck_cycle() 39 static u16 _rtl92e_eeprom_xfer(struct net_device *dev, u16 data, int tx_len) in _rtl92e_eeprom_xfer() 66 u32 rtl92e_eeprom_read(struct net_device *dev, u32 addr) in rtl92e_eeprom_read()
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | fixup-sb1250.c | 15 static void quirk_sb1250_pci(struct pci_dev *dev) in quirk_sb1250_pci() 37 static int sb1250_bus_dma_limit(struct pci_dev *dev, void *data) in sb1250_bus_dma_limit() 64 static void quirk_sb1250_pci_dac(struct pci_dev *dev) in quirk_sb1250_pci_dac() 76 static void quirk_sb1250_ht(struct pci_dev *dev) in quirk_sb1250_ht() 86 static void quirk_sp1011(struct pci_dev *dev) in quirk_sp1011()
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | led.c | 19 struct udevice *dev; in dm_test_led_base() local 35 struct udevice *dev, *gpio; in dm_test_led_gpio() local 60 struct udevice *dev, *gpio; in dm_test_led_toggle() local 84 struct udevice *dev, *cmp; in dm_test_led_label() local 107 struct udevice *dev, *gpio; in dm_test_led_blink() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | aachba.c | 358 int aac_get_config_status(struct aac_dev *dev, int commit_flag) in aac_get_config_status() 450 int aac_get_containers(struct aac_dev *dev) in aac_get_containers() 574 struct aac_dev * dev; in aac_get_container_name() local 806 int aac_probe_container(struct aac_dev *dev, int cid) in aac_probe_container() 896 static void setinqstr(struct aac_dev *dev, void *data, int tindex) in setinqstr() 959 struct aac_dev *dev, struct scsi_cmnd *scsicmd) in build_vpd83_type3() 997 struct aac_dev *dev; in get_container_serial_callback() local 1109 struct aac_dev * dev; in aac_get_container_serial() local 1153 static int setinqserial(struct aac_dev *dev, void *data, int cid) in setinqserial() 1189 static int aac_bounds_32(struct aac_dev * dev, struct scsi_cmnd * cmd, u64 lba) in aac_bounds_32() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/arm64/ |
| H A D | iort.c | 263 struct device *dev = context; in iort_match_node_callback() local 539 static struct acpi_iort_node *iort_find_dev_node(struct device *dev) in iort_find_dev_node() 575 u32 iort_msi_map_id(struct device *dev, u32 input_id) in iort_msi_map_id() 595 int iort_pmsi_get_dev_id(struct device *dev, u32 *dev_id) in iort_pmsi_get_dev_id() 647 static int iort_dev_find_its_id(struct device *dev, u32 id, in iort_dev_find_its_id() 681 struct irq_domain *iort_get_device_domain(struct device *dev, u32 id, in iort_get_device_domain() 697 static void iort_set_device_domain(struct device *dev, in iort_set_device_domain() 747 static struct irq_domain *iort_get_platform_device_domain(struct device *dev) in iort_get_platform_device_domain() 781 void acpi_configure_pmsi_domain(struct device *dev) in acpi_configure_pmsi_domain() 791 static struct acpi_iort_node *iort_get_msi_resv_iommu(struct device *dev) in iort_get_msi_resv_iommu() [all …]
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_device.c | 121 struct net_device *dev = skb->dev; in validate_xmit_xfrm() local 227 struct net_device *dev; in xfrm_dev_state_add() local 304 struct net_device *dev = x->xso.dev; in xfrm_dev_offload_ok() local 331 struct net_device *dev = skb->dev; in xfrm_dev_resume() local 379 static int xfrm_api_check(struct net_device *dev) in xfrm_api_check() 399 static int xfrm_dev_register(struct net_device *dev) in xfrm_dev_register() 404 static int xfrm_dev_feat_change(struct net_device *dev) in xfrm_dev_feat_change() 409 static int xfrm_dev_down(struct net_device *dev) in xfrm_dev_down() 419 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in xfrm_dev_event() local
|