Home
last modified time | relevance | path

Searched defs:device (Results 1226 – 1250 of 2052) sorted by relevance

1...<<41424344454647484950>>...83

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-combphy.c139 static ssize_t u3phy_mode_show(struct device *device, in u3phy_mode_show()
151 static ssize_t u3phy_mode_store(struct device *device, in u3phy_mode_store()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dpiix.c245 u16 device; member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Ddma-iop32x.h58 struct iop_adma_device *device; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase507c.c150 struct nvif_device *device) in base507c_ntfy_wait_begun()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtimestamping.c307 struct ifreq device; in main() local
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dsdio_func.h42 unsigned short device; /* device id */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dnode.h182 #define to_node(device) container_of(device, struct node, dev) argument
H A Dmod_devicetable.h39 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member
396 __u16 device; /* Device ID or SDIO_ANY_ID */ member
430 __u32 device; member
696 __u32 device; /* Device ID or IPACK_ANY_ID */ member
739 __u16 device; member
H A Dcper.h448 u16 device; member
468 u16 device; member
488 u16 device; member
525 u8 device; member
/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A Dcom90io.c348 static char device[9]; /* use eg. device=arc1 to change name */ variable
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.h15 struct nvif_device *device; member
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddisk-io.c3474 struct btrfs_device *device = bio->bi_private; in btrfs_end_super_write() local
3571 static int write_dev_supers(struct btrfs_device *device, in write_dev_supers()
3652 static int wait_dev_supers(struct btrfs_device *device, int max_mirrors) in wait_dev_supers()
3716 static void write_dev_flush(struct btrfs_device *device) in write_dev_flush()
3750 static blk_status_t wait_dev_flush(struct btrfs_device *device) in wait_dev_flush()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dec.c1463 static int ec_install_handlers(struct acpi_ec *ec, struct acpi_device *device) in ec_install_handlers()
1567 static int acpi_ec_setup(struct acpi_ec *ec, struct acpi_device *device) in acpi_ec_setup()
1592 static int acpi_ec_add(struct acpi_device *device) in acpi_ec_add()
1665 static int acpi_ec_remove(struct acpi_device *device) in acpi_ec_remove()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-qup.c1925 static int qup_i2c_pm_suspend_runtime(struct device *device) in qup_i2c_pm_suspend_runtime()
1934 static int qup_i2c_pm_resume_runtime(struct device *device) in qup_i2c_pm_resume_runtime()
1945 static int qup_i2c_suspend(struct device *device) in qup_i2c_suspend()
1952 static int qup_i2c_resume(struct device *device) in qup_i2c_resume()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.c889 static void ata_dev_select(struct ata_port *ap, unsigned int device, in ata_dev_select()
901 static void ata_std_dev_select(struct ata_port *ap, unsigned int device) in ata_std_dev_select()
1736 ulong sata_read(int device, ulong blknr, lbaint_t blkcnt, void *buffer) in sata_read()
1910 ulong sata_write(int device, ulong blknr, lbaint_t blkcnt, const void *buffer) in sata_write()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c201 static ATOM_VOLTAGE_OBJECT_INFO *get_voltage_info_table(void *device) in get_voltage_info_table()
602 static ATOM_GPIO_PIN_LUT *get_gpio_lookup_table(void *device) in get_gpio_lookup_table()
1197 static ATOM_ASIC_INTERNAL_SS_INFO *asic_internal_ss_get_ss_table(void *device) in asic_internal_ss_get_ss_table()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c51 ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor) in ahc_compose_id()
630 ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor, in ahc_9005_subdevinfo_valid()
667 uint16_t device; in ahc_find_pci_device() local
/OK3568_Linux_fs/kernel/drivers/scsi/
H A DBusLogic.c700 unsigned char device; in blogic_init_mm_probeinfo() local
886 unsigned char device; in blogic_init_mm_probeinfo() local
940 unsigned char device; in blogic_init_fp_probeinfo() local
H A Dhpsa.c512 static void hpsa_turn_off_ioaccel_for_device(struct hpsa_scsi_dev_t *device) in hpsa_turn_off_ioaccel_for_device()
667 static inline bool is_logical_device(struct hpsa_scsi_dev_t *device) in is_logical_device()
1279 struct hpsa_scsi_dev_t *device, in hpsa_scsi_add_entry()
1585 struct offline_device_entry *device; in hpsa_monitor_offline_device() local
1808 static int hpsa_add_device(struct ctlr_info *h, struct hpsa_scsi_dev_t *device) in hpsa_add_device()
1852 struct hpsa_scsi_dev_t *device) in hpsa_wait_for_outstanding_commands_for_dev()
1880 struct hpsa_scsi_dev_t *device) in hpsa_remove_device()
3823 static inline void hpsa_set_bus_target_lun(struct hpsa_scsi_dev_t *device, in hpsa_set_bus_target_lun()
4058 u8 *lunaddrbytes, struct hpsa_scsi_dev_t *device) in figure_bus_target_lun()
8320 struct hpsa_scsi_dev_t *device; in hpsa_set_ioaccel_status() local
[all …]
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dsof_pcm512x.c45 int device; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dutility.hpp55 namespace cv { namespace cuda { namespace device namespace
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c59 struct device *device = mlx5_core_dma_dev(dev); in mlx5_dma_zalloc_coherent_node() local
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_serverworks.c78 int device; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dscan.hpp57 namespace cv { namespace cuda { namespace device namespace
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/
H A Dsetup.c174 static void __init sio_fixup_irq(const char *name, u8 device, u8 level, in sio_fixup_irq()

1...<<41424344454647484950>>...83