/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_ctl.c | 1505 _ctl_diag_capability(struct MPT3SAS_ADAPTER *ioc, u8 buffer_type) in _ctl_diag_capability() argument 1509 switch (buffer_type) { in _ctl_diag_capability() 1566 u8 buffer_type; in _ctl_diag_register_2() local 1589 buffer_type = diag_register->buffer_type; in _ctl_diag_register_2() 1590 if (!_ctl_diag_capability(ioc, buffer_type)) { in _ctl_diag_register_2() 1592 __func__, buffer_type); in _ctl_diag_register_2() 1599 diag_register->unique_id, buffer_type); in _ctl_diag_register_2() 1603 if ((ioc->diag_buffer_status[buffer_type] & in _ctl_diag_register_2() 1605 !(ioc->diag_buffer_status[buffer_type] & in _ctl_diag_register_2() 1609 __func__, buffer_type, ioc->unique_id[buffer_type]); in _ctl_diag_register_2() [all …]
|
H A D | mpt3sas_ctl.h | 350 uint8_t buffer_type; member 390 uint8_t buffer_type; member
|
H A D | mpt3sas_base.h | 1998 int mpt3sas_send_diag_release(struct MPT3SAS_ADAPTER *ioc, u8 buffer_type,
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr/ |
H A D | 0001-screencast-Fix-build-with-older-mesa.patch | 26 …cast->screencopy_frame_info[cast->buffer_type].width, cast->screencopy_frame_info[cast->buffer_typ… 27 - cast->screencopy_frame_info[cast->buffer_type].format, modifiers, n_modifiers, flags); 28 + cast->screencopy_frame_info[cast->buffer_type].format, modifiers, n_modifiers); 31 + cast->screencopy_frame_info[cast->buffer_type].width, cast->screencopy_frame_info[cast->buffer… 32 + cast->screencopy_frame_info[cast->buffer_type].format, GBM_BO_USE_RENDERING);
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_cmds.c | 198 if (bd->buffer_type == HFI_BUFFER_OUTPUT || in pkt_session_set_buffers() 199 bd->buffer_type == HFI_BUFFER_OUTPUT2) { in pkt_session_set_buffers() 218 pkt->buffer_type = bd->buffer_type; in pkt_session_set_buffers() 236 if (bd->buffer_type == HFI_BUFFER_OUTPUT || in pkt_session_unset_buffers() 237 bd->buffer_type == HFI_BUFFER_OUTPUT2) { in pkt_session_unset_buffers() 259 pkt->buffer_type = bd->buffer_type; in pkt_session_unset_buffers() 323 if (out_frame->buffer_type == HFI_BUFFER_OUTPUT) in pkt_session_ftb() 325 else if (out_frame->buffer_type == HFI_BUFFER_OUTPUT2) in pkt_session_ftb() 431 frate->buffer_type = in->buffer_type; in pkt_session_set_property_1x() 440 hfi->buffer_type = in->buffer_type; in pkt_session_set_property_1x() [all …]
|
H A D | hfi_helper.h | 683 u32 buffer_type; member 751 u32 buffer_type; member 758 u32 buffer_type; member 890 u32 buffer_type; member 932 u32 buffer_type; member 994 u32 buffer_type; member 1012 u32 buffer_type; member 1023 u32 buffer_type; member 1029 u32 buffer_type; member 1253 u32 buffer_type; member [all …]
|
H A D | hfi_cmds.h | 82 u32 buffer_type; member 115 u32 buffer_type; member 225 u32 buffer_type; member
|
H A D | hfi_msgs.c | 511 u32 pic_type = 0, buffer_type = 0, output_tag = -1; in hfi_session_ftb_done() local 523 buffer_type = HFI_BUFFER_OUTPUT; in hfi_session_ftb_done() 539 buffer_type = HFI_BUFFER_OUTPUT; in hfi_session_ftb_done() 541 buffer_type = HFI_BUFFER_OUTPUT2; in hfi_session_ftb_done() 548 if (buffer_type != HFI_BUFFER_OUTPUT && in hfi_session_ftb_done() 549 buffer_type != HFI_BUFFER_OUTPUT2) in hfi_session_ftb_done() 580 inst->ops->buf_done(inst, buffer_type, output_tag, filled_len, in hfi_session_ftb_done()
|
H A D | helpers.c | 120 fdata.buffer_type = buf->type; in venus_helper_queue_dpb_bufs() 270 bd.buffer_type = buf->type; in intbufs_set_buffer() 300 bd.buffer_type = buf->type; in intbufs_unset_buffers() 391 bd.buffer_type = buf->type; in venus_helper_intbufs_realloc() 427 bd->buffer_type = HFI_BUFFER_OUTPUT; in fill_buffer_desc() 515 fdata.buffer_type = HFI_BUFFER_INPUT; in session_process_buf() 528 fdata.buffer_type = HFI_BUFFER_OUTPUT; in session_process_buf() 530 fdata.buffer_type = inst->opb_buftype; in session_process_buf() 1129 fs.buffer_type = HFI_BUFFER_INPUT; in venus_helper_set_input_resolution() 1144 fs.buffer_type = buftype; in venus_helper_set_output_resolution() [all …]
|
H A D | hfi_parser.c | 78 if (mode->buffer_type == HFI_BUFFER_OUTPUT || in parse_alloc_mode() 79 mode->buffer_type == HFI_BUFFER_OUTPUT2) in parse_alloc_mode() 171 rawfmts[i].buftype = fmt->buffer_type; in parse_raw_formats()
|
H A D | hfi.h | 22 u32 buffer_type; member 32 u32 buffer_type; member
|
H A D | hfi.c | 546 if (fd->buffer_type == HFI_BUFFER_INPUT) in hfi_session_process_buf() 548 else if (fd->buffer_type == HFI_BUFFER_OUTPUT || in hfi_session_process_buf() 549 fd->buffer_type == HFI_BUFFER_OUTPUT2) in hfi_session_process_buf()
|
H A D | hfi_venus.c | 1332 if (bd->buffer_type == HFI_BUFFER_INPUT) in venus_session_set_buffers() 1352 if (bd->buffer_type == HFI_BUFFER_INPUT) in venus_session_unset_buffers()
|
H A D | venc.c | 550 fdata.buffer_type = HFI_BUFFER_INPUT; in venc_encoder_cmd() 684 frate.buffer_type = HFI_BUFFER_OUTPUT; in venc_set_properties()
|
H A D | vdec.c | 570 fdata.buffer_type = HFI_BUFFER_INPUT; in vdec_decoder_cmd()
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fbtft-bus.c | 14 #define define_fbtft_write_reg(func, buffer_type, data_type, modifier) \ argument 20 buffer_type *buf = (buffer_type *)par->buf; \ 30 par->info->device, buffer_type, buf, len, \ 38 buf = (buffer_type *)(par->buf + 1); \
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-spmi-gpio.c | 169 unsigned int buffer_type; member 395 if (pad->buffer_type != PMIC_GPIO_OUT_BUF_CMOS) in pmic_gpio_config_get() 400 if (pad->buffer_type != PMIC_GPIO_OUT_BUF_OPEN_DRAIN_NMOS) in pmic_gpio_config_get() 405 if (pad->buffer_type != PMIC_GPIO_OUT_BUF_OPEN_DRAIN_PMOS) in pmic_gpio_config_get() 494 pad->buffer_type = PMIC_GPIO_OUT_BUF_CMOS; in pmic_gpio_config_set() 499 pad->buffer_type = PMIC_GPIO_OUT_BUF_OPEN_DRAIN_NMOS; in pmic_gpio_config_set() 504 pad->buffer_type = PMIC_GPIO_OUT_BUF_OPEN_DRAIN_PMOS; in pmic_gpio_config_set() 588 val = pad->buffer_type << PMIC_GPIO_REG_OUT_TYPE_SHIFT; in pmic_gpio_config_set() 709 seq_printf(s, " %-10s", buffer_types[pad->buffer_type]); in pmic_gpio_config_dbg_show() 951 pad->buffer_type = val >> PMIC_GPIO_REG_OUT_TYPE_SHIFT; in pmic_gpio_populate() [all …]
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | scc.h | 108 u32 buffer_type:1; /* Defines type of mem buffers */ member
|
H A D | scc.c | 579 dma_cfg.bits.buffer_type = 1; in scc_setup_dma() 581 dma_cfg.bits.buffer_type = 0; in scc_setup_dma()
|
/openbmc/linux/drivers/memstick/core/ |
H A D | ms_block.h | 118 unsigned short buffer_type; member
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | hal_rx.c | 15 u8 owner, u8 buffer_type, u32 magic) in ath12k_hal_reo_set_desc_hdr() argument 18 le32_encode_bits(buffer_type, HAL_DESC_HDR_INFO0_BUF_TYPE); in ath12k_hal_reo_set_desc_hdr()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | hal_rx.c | 15 u8 owner, u8 buffer_type, u32 magic) in ath11k_hal_reo_set_desc_hdr() argument 18 FIELD_PREP(HAL_DESC_HDR_INFO0_BUF_TYPE, buffer_type); in ath11k_hal_reo_set_desc_hdr()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ath9k.h | 203 enum buffer_type { enum
|