Searched refs:need_post (Results 1 – 3 of 3) sorted by relevance
69 static void ast_detect_tx_chip(struct ast_device *ast, bool need_post) in ast_detect_tx_chip() argument107 if (!need_post) { in ast_detect_tx_chip()277 bool need_post) in ast_device_create() argument294 ast_detect_tx_chip(ast, need_post); in ast_device_create()303 if (need_post) in ast_device_create()
282 bool need_post = false; in ast_pci_probe() local336 need_post = true; in ast_pci_probe()343 if (need_post) in ast_pci_probe()356 drm = ast_device_create(pdev, &ast_driver, chip, config_mode, regs, ioregs, need_post); in ast_pci_probe()
226 bool need_post);