/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
H A D | ion_test.sh | 35 check_device() function 47 check_device
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tuner-xc2028.c | 823 goto check_device; in check_firmware() 827 goto check_device; in check_firmware() 835 check_device: in check_firmware()
|
H A D | xc4000.c | 1019 goto check_device; in check_firmware() 1028 check_device: in check_firmware()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc2028.c | 823 goto check_device; in check_firmware() 827 goto check_device; in check_firmware() 835 check_device: in check_firmware()
|
H A D | xc4000.c | 1017 goto check_device; in check_firmware() 1026 check_device: in check_firmware()
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 350 static bool check_device(struct device *dev) in check_device() function 2230 if (!check_device(dev)) in amd_iommu_probe_device() 2273 if (!check_device(dev)) in amd_iommu_release_device() 2528 if (!check_device(dev)) in amd_iommu_detach_device() 2559 if (!check_device(dev)) in amd_iommu_attach_device() 3103 if (!check_device(dev)) in amd_iommu_get_v2_domain()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | nettest.c | 335 static int check_device(int sd, struct sock_args *args) in check_device() function 1252 rc = check_device(csd, args); in do_server()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c515.c | 432 static int check_device(unsigned ioaddr) in check_device() function 514 if (!check_device(ioaddr)) { in corkscrew_scan() 537 if (!check_device(ioaddr)) in corkscrew_scan()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c515.c | 435 static int check_device(unsigned ioaddr) in check_device() function 517 if (!check_device(ioaddr)) { in corkscrew_scan() 540 if (!check_device(ioaddr)) in corkscrew_scan()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_diag.c | 654 .check_device = dasd_diag_check_device,
|
H A D | dasd_int.h | 277 * Device recognition functions. check_device is used to verify 283 int (*check_device) (struct dasd_device *); member
|
H A D | dasd_fba.c | 815 .check_device = dasd_fba_check_characteristics,
|
H A D | dasd.c | 3638 /* check_device will allocate block device if necessary */ in dasd_generic_set_online() 3639 rc = discipline->check_device(device); in dasd_generic_set_online()
|
H A D | dasd_eckd.c | 6704 .check_device = dasd_eckd_check_characteristics,
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_diag.c | 655 .check_device = dasd_diag_check_device,
|
H A D | dasd_fba.c | 805 .check_device = dasd_fba_check_characteristics,
|
H A D | dasd_int.h | 329 * Device recognition functions. check_device is used to verify 335 int (*check_device) (struct dasd_device *); member
|
H A D | dasd.c | 3538 /* check_device will allocate block device if necessary */ in dasd_generic_set_online() 3539 rc = discipline->check_device(device); in dasd_generic_set_online()
|
H A D | dasd_eckd.c | 6923 .check_device = dasd_eckd_check_characteristics,
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 738 bool check_device) in ff_layout_choose_ds_for_read() 749 fail_return = !check_device; in ff_layout_choose_ds_for_read() 756 if (check_device && in ff_layout_choose_ds_for_read() 736 ff_layout_choose_ds_for_read(struct pnfs_layout_segment *lseg, u32 start_idx, u32 *best_idx, bool check_device) ff_layout_choose_ds_for_read() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | nettest.c | 393 static int check_device(int sd, struct sock_args *args) in check_device() function 1648 rc = check_device(csd, args); in do_server()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 349 static bool check_device(struct device *dev) in check_device() function 1907 if (!check_device(dev)) in amd_iommu_probe_device() 1948 if (!check_device(dev)) in amd_iommu_release_device()
|
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 744 bool check_device) in ff_layout_choose_ds_for_read() 758 if (check_device && in ff_layout_choose_ds_for_read() 742 ff_layout_choose_ds_for_read(struct pnfs_layout_segment *lseg, u32 start_idx, u32 *best_idx, bool check_device) ff_layout_choose_ds_for_read() argument
|