Home
last modified time | relevance | path

Searched refs:port_buf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/x86/
H A Duv_sysfs.c25 static struct uv_bios_port_info **port_buf; variable
370 port_buf = kcalloc(uv_bios_obj_cnt, sizeof(*port_buf), GFP_KERNEL); in uv_ports_init()
371 if (!port_buf) in uv_ports_init()
375 sz = hub_buf[j].ports * sizeof(*port_buf[j]); in uv_ports_init()
376 port_buf[j] = kzalloc(sz, GFP_KERNEL); in uv_ports_init()
377 if (!port_buf[j]) { in uv_ports_init()
383 (u64 *)port_buf[j]); in uv_ports_init()
406 uv_hubs[j]->ports[k]->port_info = &port_buf[j][k]; in uv_ports_init()
408 &uv_hubs[j]->kobj, "port_%d", port_buf[ in uv_ports_init()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c3217 u32 port_buf = 0; in intel_enable_ddi_hdmi() local
3219 port_buf |= XELPDP_PORT_WIDTH(lane_count); in intel_enable_ddi_hdmi()
3222 port_buf |= XELPDP_PORT_REVERSAL; in intel_enable_ddi_hdmi()
3225 XELPDP_PORT_WIDTH_MASK | XELPDP_PORT_REVERSAL, port_buf); in intel_enable_ddi_hdmi()

Completed in 8 milliseconds