Home
last modified time | relevance | path

Searched refs:file_work (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/detox/detox-1.4.5/src/
H A Ddetox.c45 char *file_work = NULL; in main() local
87 file_work = getenv("HOME"); in main()
88 if (file_work != NULL) { in main()
89 err = snprintf(check_config_file, MAX_PATH_LEN, "%s/.detoxrc", file_work); in main()
93 file_work = NULL; in main()
316 file_work = parse_file(*file_walk, main_options); in main()
317 parse_dir(file_work, main_options); in main()
318 free(file_work); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Datomisp_file.c35 static void file_work(struct work_struct *work) in file_work() function
218 INIT_WORK(&file_dev->work, file_work); in atomisp_file_input_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Datomisp_file.c35 static void file_work(struct work_struct *work) in file_work() function
218 INIT_WORK(&file_dev->work, file_work); in atomisp_file_input_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/
H A Datomisp_file.c35 static void file_work(struct work_struct *work) in file_work() function
218 INIT_WORK(&file_dev->work, file_work); in atomisp_file_input_init()