Home
last modified time | relevance | path

Searched refs:scan_devices (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_keytest/
H A Dkeytest.c20 static char* scan_devices(void) in scan_devices() function
76 char *event_name = scan_devices(); in main()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/
H A Dkeytest.cpp20 static char* scan_devices(void) in scan_devices() function
80 char *event_name = scan_devices(); in Keytest()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/
H A Dkeytest.cpp20 static char* scan_devices(void) in scan_devices() function
80 char *event_name = scan_devices(); in Keytest()
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0006-Support-PARTLABEL.patch25 void display_uuid_cache(int scan_devices);
117 @@ -244,6 +266,8 @@ void display_uuid_cache(int scan_devices)
154 + uc = uuidcache_init(/*scan_devices:*/ 1);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/evtest/evtest/
H A Dadd_missing_limits_h_include.patch12 evtest.c: In function ‘scan_devices’:
/OK3568_Linux_fs/buildroot/package/evtest/
H A D0001-Add-missing-limits.h-include.patch12 evtest.c: In function ‘scan_devices’:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch16 interface/scan_devices.c | 22 ++++----
82 diff --git a/interface/scan_devices.c b/interface/scan_devices.c
84 --- a/interface/scan_devices.c
85 +++ b/interface/scan_devices.c
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddc395x.c323 u8 scan_devices; member
2875 if (acb->scan_devices) { in set_xfer_rate()
2948 || acb->scan_devices) { in disconnect()
3008 if (!acb->scan_devices) { in reselect()
3205 dcb->target_lun, status, acb->scan_devices); in srb_done()
3211 dcb->target_lun, status, acb->scan_devices); in srb_done()
3217 dcb->target_lun, status, acb->scan_devices); in srb_done()
3223 dcb->target_lun, status, acb->scan_devices); in srb_done()
3229 dcb->target_lun, status, acb->scan_devices); in srb_done()
4254 acb->scan_devices = 1; in adapter_init_params()