Home
last modified time | relevance | path

Searched defs:device (Results 451 – 475 of 2052) sorted by relevance

1...<<11121314151617181920>>...83

/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmounts.c110 char device[64]; in scan_mounted_volumes() local
158 find_mounted_volume_by_device(const char *device) in find_mounted_volume_by_device()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dpvpanic.c93 static int pvpanic_add(struct acpi_device *device) in pvpanic_add()
116 static int pvpanic_remove(struct acpi_device *device) in pvpanic_remove()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.h43 static inline int nouveau_svmm_init(struct drm_device *device, void *p, in nouveau_svmm_init()
58 static inline int nouveau_svmm_bind(struct drm_device *device, void *p, in nouveau_svmm_bind()
H A Dnouveau_abi16.c181 struct nvif_device *device = &drm->client.device; in nouveau_abi16_ioctl_getparam() local
255 struct nvif_device *device; in nouveau_abi16_ioctl_channel_alloc() local
523 struct nvif_device *device = &abi16->device; in nouveau_abi16_ioctl_notifierobj_alloc() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dbase.c54 nvkm_timer_wait_init(struct nvkm_device *device, u64 nsec, in nvkm_timer_wait_init()
185 nvkm_timer_new_(const struct nvkm_timer_func *func, struct nvkm_device *device, in nvkm_timer_new_()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_slot.c44 int device = -1; in check_slot() local
86 int device; in register_slot() local
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-tahvo.c62 static ssize_t vbus_show(struct device *device, in vbus_show()
259 static ssize_t otg_mode_show(struct device *device, in otg_mode_show()
274 static ssize_t otg_mode_store(struct device *device, in otg_mode_store()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H A Darm.c442 static void mali_platform_device_release(struct device *device) in mali_platform_device_release()
448 int mali_platform_device_init(struct platform_device *device) in mali_platform_device_init()
557 int mali_platform_device_deinit(struct platform_device *device) in mali_platform_device_deinit()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dbase.c188 struct nvkm_device *device = subdev->device; in nvkm_therm_fan_mode() local
424 nvkm_therm_ctor(struct nvkm_therm *therm, struct nvkm_device *device, in nvkm_therm_ctor()
445 nvkm_therm_new_(const struct nvkm_therm_func *func, struct nvkm_device *device, in nvkm_therm_new_()
/OK3568_Linux_fs/external/xserver/config/
H A Dudev.c309 device_removed(struct udev_device *device) in device_removed()
410 struct udev_list_entry *devices, *device; in config_udev_init() local
488 struct udev_list_entry *devices, *device; in config_udev_odev_probe() local
/OK3568_Linux_fs/kernel/crypto/async_tx/
H A Dasync_xor.c141 dma_xor_aligned_offsets(struct dma_device *device, unsigned int offset, in dma_xor_aligned_offsets()
189 struct dma_device *device = chan ? chan->device : NULL; in async_xor_offs() local
321 struct dma_device *device = chan ? chan->device : NULL; in async_xor_val_offs() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/
H A Dmedia_enquiry.cpp138 struct media_device *device = NULL; in get_isp_dev_info_by_name() local
264 struct media_device *device = NULL; in get_vicap_dev_info_by_name() local
468 struct media_device *device = NULL; in pipelin_dev_info_print_two() local
618 struct media_device *device = NULL; in all_pipelin_info_print() local
661 struct media_device *device = NULL; in get_pipeline_info_by_cameraid() local
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_main.c119 static void ib_uverbs_release_dev(struct device *device) in ib_uverbs_release_dev()
1037 static ssize_t ibdev_show(struct device *device, struct device_attribute *attr, in ibdev_show()
1056 static ssize_t abi_version_show(struct device *device, in abi_version_show()
1088 static int ib_uverbs_create_uapi(struct ib_device *device, in ib_uverbs_create_uapi()
1101 static int ib_uverbs_add_one(struct ib_device *device) in ib_uverbs_add_one()
1208 static void ib_uverbs_remove_one(struct ib_device *device, void *client_data) in ib_uverbs_remove_one()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dhp-wmi.c146 struct bios_rfkill2_device_state device[HPWMI_MAX_RFKILL2_DEVICES]; member
710 static int __init hp_wmi_rfkill_setup(struct platform_device *device) in hp_wmi_rfkill_setup()
793 static int __init hp_wmi_rfkill2_setup(struct platform_device *device) in hp_wmi_rfkill2_setup()
878 static int thermal_policy_setup(struct platform_device *device) in thermal_policy_setup()
898 static int __init hp_wmi_bios_setup(struct platform_device *device) in hp_wmi_bios_setup()
922 static int __exit hp_wmi_bios_remove(struct platform_device *device) in hp_wmi_bios_remove()
947 static int hp_wmi_resume_handler(struct device *device) in hp_wmi_resume_handler()
/OK3568_Linux_fs/kernel/drivers/pps/clients/
H A Dpps_parport.c129 struct pps_client_pp *device; in parport_attach() local
194 struct pps_client_pp *device; in parport_detach() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv40.c71 struct nvkm_device *device = subdev->device; in nv40_ram_prog() local
204 struct nvkm_device *device = fb->subdev.device; in nv40_ram_new() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dbase.c29 nvkm_ltc_tags_clear(struct nvkm_device *device, u32 first, u32 count) in nvkm_ltc_tags_clear()
128 nvkm_ltc_new_(const struct nvkm_ltc_func *func, struct nvkm_device *device, in nvkm_ltc_new_()
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/ipc/
H A Dpci-ish.c257 static int __maybe_unused ish_suspend(struct device *device) in ish_suspend()
315 static int __maybe_unused ish_resume(struct device *device) in ish_resume()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dxterm.c23 int device; member
28 static void *xterm_init(char *str, int device, const struct chan_opts *opts) in xterm_init()
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_vmw.c92 static int ptp_vmw_acpi_add(struct acpi_device *device) in ptp_vmw_acpi_add()
104 static int ptp_vmw_acpi_remove(struct acpi_device *device) in ptp_vmw_acpi_remove()
/OK3568_Linux_fs/kernel/drivers/platform/x86/intel_speed_select_if/
H A Disst_if_mmio.c134 static int __maybe_unused isst_if_suspend(struct device *device) in isst_if_suspend()
149 static int __maybe_unused isst_if_resume(struct device *device) in isst_if_resume()
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dprobe.c37 static void pretty_print(struct parport *port, int device) in pretty_print()
53 static void parse_data(struct parport *port, int device, char *str) in parse_data()
H A Dprocfs.c523 int parport_device_proc_register(struct pardevice *device) in parport_device_proc_register()
551 int parport_device_proc_unregister(struct pardevice *device) in parport_device_proc_unregister()
601 int parport_device_proc_register(struct pardevice *device) in parport_device_proc_register()
606 int parport_device_proc_unregister(struct pardevice *device) in parport_device_proc_unregister()
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinderfs.c109 struct binder_device *device; in binderfs_binder_device_create() local
230 struct binderfs_device __user *device = (struct binderfs_device __user *)arg; in binder_ctl_ioctl() local
252 struct binder_device *device = inode->i_private; in binderfs_evict_inode() local
398 struct binder_device *device; in binderfs_binder_ctl_create() local
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c524 void udc_setup_ep(struct usb_device_instance *device, unsigned int id, in udc_setup_ep()
621 void udc_enable(struct usb_device_instance *device) in udc_enable()
668 void udc_startup_events(struct usb_device_instance *device) in udc_startup_events()

1...<<11121314151617181920>>...83