Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/amphion/
H A Dvpu_windsor.c515 return hcs->ctrls[instance].yuv_desc; in get_yuv_desc()
523 return hcs->ctrls[instance].pool; in get_mem_pool()
531 return hcs->ctrls[instance].stream_desc; in get_stream_buf_desc()
539 return hcs->ctrls[instance].expert; in get_expert_param()
546 return hcs->ctrls[instance].param; in get_enc_param()
562 struct vpu_enc_host_ctrls *hcs; in vpu_windsor_init_rpc() local
572 hcs = shared->priv; in vpu_windsor_init_rpc()
612 hcs->ctrls[i].expert = rpc->virt + offset; in vpu_windsor_init_rpc()
616 hcs->ctrls[i].param = rpc->virt + offset; in vpu_windsor_init_rpc()
620 hcs->ctrls[i].pool = rpc->virt + offset; in vpu_windsor_init_rpc()
[all …]
/linux-6.15/drivers/usb/core/
H A Dhub.h144 __le16 hcs; in hub_is_port_power_switchable() local
148 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable()
149 return (le16_to_cpu(hcs) & HUB_CHAR_LPSM) < HUB_CHAR_NO_LPSM; in hub_is_port_power_switchable()
/linux-6.15/include/uapi/linux/
H A Dbcm933xx_hcs.h20 __u16 hcs; member
/linux-6.15/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c735 struct bcm_hcs *hcs; in board_prom_init() local
774 hcs = (struct bcm_hcs *)boot_addr; in board_prom_init()
775 board_name = hcs->filename; in board_prom_init()