Home
last modified time | relevance | path

Searched defs:late_bind (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_late_bind_fw.c43 late_bind_to_xe(struct xe_late_bind *late_bind) in late_bind_to_xe()
187 static int xe_late_bind_fw_num_fans(struct xe_late_bind *late_bind, u32 *num_fans) in xe_late_bind_fw_num_fans()
196 void xe_late_bind_wait_for_worker_completion(struct xe_late_bind *late_bind) in xe_late_bind_wait_for_worker_completion()
215 struct xe_late_bind *late_bind = container_of(lbfw, struct xe_late_bind, in xe_late_bind_work() local
272 int xe_late_bind_fw_load(struct xe_late_bind *late_bind) in xe_late_bind_fw_load()
294 static int __xe_late_bind_fw_init(struct xe_late_bind *late_bind, u32 fw_id) in __xe_late_bind_fw_init()
365 static int xe_late_bind_fw_init(struct xe_late_bind *late_bind) in xe_late_bind_fw_init()
387 struct xe_late_bind *late_bind = &xe->late_bind; in xe_late_bind_component_bind() local
399 struct xe_late_bind *late_bind = &xe->late_bind; in xe_late_bind_component_unbind() local
413 struct xe_late_bind *late_bind = arg; in xe_late_bind_remove() local
[all …]
H A Dxe_device_types.h540 struct xe_late_bind late_bind; member
/linux/tools/testing/selftests/net/
H A Dip_local_port_range.c355 TEST_F(ip_local_port_range, late_bind) in TEST_F() argument