Home
last modified time | relevance | path

Searched refs:req_mode (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H A Dcpia2_core.c144 cmd.req_mode = in cpia2_do_command()
149 cmd.req_mode = in cpia2_do_command()
155 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VC; in cpia2_do_command()
159 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VP; in cpia2_do_command()
163 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VP; in cpia2_do_command()
170 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VP; in cpia2_do_command()
181 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VP; in cpia2_do_command()
189 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VP; in cpia2_do_command()
200 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VP; in cpia2_do_command()
208 cmd.req_mode in cpia2_do_command()
[all...]
H A Dcpia2_usb.c397 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VC; in configure_transfer_mode()
407 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VC; in configure_transfer_mode()
432 cmd.req_mode = CAMERAACCESS_TYPE_BLOCK | CAMERAACCESS_VC; in configure_transfer_mode()
H A Dcpia2.h235 u8 req_mode; /* (Block or random) | registerBank */ member
/kernel/linux/linux-5.10/include/linux/dma/
H A Dsprd-dma.h9 #define SPRD_DMA_FLAGS(chn_mode, trg_mode, req_mode, int_type) \
12 (req_mode) << SPRD_DMA_REQ_SHIFT | (int_type))
/kernel/linux/linux-6.6/include/linux/dma/
H A Dsprd-dma.h9 #define SPRD_DMA_FLAGS(chn_mode, trg_mode, req_mode, int_type) \
12 (req_mode) << SPRD_DMA_REQ_SHIFT | (int_type))
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-dma.c237 static unsigned int ide_get_mode_mask(ide_drive_t *drive, u8 base, u8 req_mode) in ide_get_mode_mask() argument
257 if (req_mode > XFER_UDMA_2) { in ide_get_mode_mask()
302 * @req_mode: requested mode
311 u8 ide_find_dma_mode(ide_drive_t *drive, u8 req_mode) in ide_find_dma_mode() argument
324 if (req_mode < xfer_mode_bases[i]) in ide_find_dma_mode()
326 mask = ide_get_mode_mask(drive, xfer_mode_bases[i], req_mode); in ide_find_dma_mode()
343 mode = min(mode, req_mode); in ide_find_dma_mode()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwnm_ap.c384 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request()
390 MACSTR_SEC " dialog_token=%u req_mode=0x%x disassoc_timer=%u " in ieee802_11_send_bss_trans_mgmt_request()
393 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request()
696 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent()
762 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent()
795 u8 req_mode, int disassoc_timer, u8 valid_int, in wnm_send_bss_tm_req()
806 " req_mode=0x%x disassoc_timer=%d valid_int=0x%x dialog_token=%u", in wnm_send_bss_tm_req()
807 MAC2STR_SEC(sta->addr), req_mode, disassoc_timer, valid_int, in wnm_send_bss_tm_req()
821 mgmt->u.action.u.bss_tm_req.req_mode = req_mode; in wnm_send_bss_tm_req()
794 wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta, u8 req_mode, int disassoc_timer, u8 valid_int, const u8 *bss_term_dur, u8 dialog_token, const char *url, const u8 *nei_rep, size_t nei_rep_len, const u8 *mbo_attrs, size_t mbo_len) wnm_send_bss_tm_req() argument
[all...]
H A Drrm.h28 u8 req_mode, const struct wpabuf *req);
H A Dwnm_ap.h22 u8 req_mode, int disassoc_timer, u8 valid_int,
H A Drrm.c570 u8 req_mode, const struct wpabuf *req) in hostapd_send_beacon_req()
651 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */ in hostapd_send_beacon_req()
569 hostapd_send_beacon_req(struct hostapd_data *hapd, const u8 *addr, u8 req_mode, const struct wpabuf *req) hostapd_send_beacon_req() argument
H A Dap_rrm.c570 u8 req_mode, const struct wpabuf *req) in hostapd_send_beacon_req()
651 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */ in hostapd_send_beacon_req()
569 hostapd_send_beacon_req(struct hostapd_data *hapd, const u8 *addr, u8 req_mode, const struct wpabuf *req) hostapd_send_beacon_req() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwnm_ap.c360 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request()
366 MACSTR " dialog_token=%u req_mode=0x%x disassoc_timer=%u " in ieee802_11_send_bss_trans_mgmt_request()
369 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request()
636 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent()
702 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent()
735 u8 req_mode, int disassoc_timer, u8 valid_int, in wnm_send_bss_tm_req()
745 MACSTR " req_mode=0x%x disassoc_timer=%d valid_int=0x%x", in wnm_send_bss_tm_req()
746 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int); in wnm_send_bss_tm_req()
759 mgmt->u.action.u.bss_tm_req.req_mode = req_mode; in wnm_send_bss_tm_req()
734 wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta, u8 req_mode, int disassoc_timer, u8 valid_int, const u8 *bss_term_dur, const char *url, const u8 *nei_rep, size_t nei_rep_len, const u8 *mbo_attrs, size_t mbo_len) wnm_send_bss_tm_req() argument
[all...]
H A Drrm.h28 u8 req_mode, const struct wpabuf *req);
H A Dwnm_ap.h22 u8 req_mode, int disassoc_timer, u8 valid_int,
H A Dap_rrm.c570 u8 req_mode, const struct wpabuf *req) in hostapd_send_beacon_req()
651 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */ in hostapd_send_beacon_req()
569 hostapd_send_beacon_req(struct hostapd_data *hapd, const u8 *addr, u8 req_mode, const struct wpabuf *req) hostapd_send_beacon_req() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H A Dmeson_venc_cvbs.c66 meson_cvbs_get_mode(const struct drm_display_mode *req_mode) in meson_cvbs_get_mode() argument
73 if (drm_mode_match(req_mode, &meson_mode->mode, in meson_cvbs_get_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H A Dmeson_encoder_cvbs.c67 meson_cvbs_get_mode(const struct drm_display_mode *req_mode) in meson_cvbs_get_mode() argument
74 if (drm_mode_match(req_mode, &meson_mode->mode, in meson_cvbs_get_mode()
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_reader.h296 * @u.req_mode: Mode request descriptor.
302 /** union u - union on req_mode and req_enable */
304 struct prfcnt_request_mode req_mode; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c841 u8 req_mode = 0, valid_int = 0x01; in hostapd_ctrl_iface_bss_tm_req() local
882 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
915 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
919 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
921 req_mode |= WNM_BSS_TM_REQ_ABRIDGED; in hostapd_ctrl_iface_bss_tm_req()
923 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
959 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) { in hostapd_ctrl_iface_bss_tm_req()
984 ret = wnm_send_bss_tm_req(hapd, sta, req_mode, disassoc_timer, in hostapd_ctrl_iface_bss_tm_req()
2650 u8 req_mode = 0; in hostapd_ctrl_iface_req_beacon() local
2658 if (os_strncmp(pos, "req_mode in hostapd_ctrl_iface_req_beacon()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c1724 if (!prfcnt_mode_supported(req_arr[i].u.req_mode.mode)) in kbasep_kinstr_prfcnt_parse_setup()
1728 req_arr[i].u.req_mode.mode; in kbasep_kinstr_prfcnt_parse_setup()
1729 else if (req_arr[i].u.req_mode.mode != in kbasep_kinstr_prfcnt_parse_setup()
1739 .u.req_mode.mode_config.periodic in kbasep_kinstr_prfcnt_parse_setup()
/kernel/linux/linux-5.10/drivers/dma/
H A Dsprd-dma.c577 enum sprd_dma_req_mode req_mode) in sprd_dma_check_trans_done()
582 if (int_type >= req_mode + 1) in sprd_dma_check_trans_done()
755 u32 req_mode = (flags >> SPRD_DMA_REQ_SHIFT) & SPRD_DMA_REQ_MODE_MASK; in sprd_dma_fill_desc() local
831 temp |= req_mode << SPRD_DMA_REQ_MODE_OFFSET; in sprd_dma_fill_desc()
575 sprd_dma_check_trans_done(struct sprd_dma_desc *sdesc, enum sprd_dma_int_type int_type, enum sprd_dma_req_mode req_mode) sprd_dma_check_trans_done() argument
/kernel/linux/linux-6.6/drivers/dma/
H A Dsprd-dma.c577 enum sprd_dma_req_mode req_mode) in sprd_dma_check_trans_done()
582 if (int_type >= req_mode + 1) in sprd_dma_check_trans_done()
755 u32 req_mode = (flags >> SPRD_DMA_REQ_SHIFT) & SPRD_DMA_REQ_MODE_MASK; in sprd_dma_fill_desc() local
828 temp |= req_mode << SPRD_DMA_REQ_MODE_OFFSET; in sprd_dma_fill_desc()
575 sprd_dma_check_trans_done(struct sprd_dma_desc *sdesc, enum sprd_dma_int_type int_type, enum sprd_dma_req_mode req_mode) sprd_dma_check_trans_done() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c1094 static void otx2_get_fec_info(u64 index, int req_mode, in otx2_get_fec_info() argument
1121 if (req_mode == OTX2_MODE_ADVERTISED) in otx2_get_fec_info()
1132 bool req_mode, in otx2_get_link_mode_info()
1187 if (req_mode == OTX2_MODE_ADVERTISED) in otx2_get_link_mode_info()
1131 otx2_get_link_mode_info(u64 link_mode_bmap, bool req_mode, struct ethtool_link_ksettings *link_ksettings) otx2_get_link_mode_info() argument
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-tegra114.c785 int req_mode; in tegra_spi_setup_transfer_one() local
806 req_mode = spi->mode & 0x3; in tegra_spi_setup_transfer_one()
807 if (req_mode == SPI_MODE_0) in tegra_spi_setup_transfer_one()
809 else if (req_mode == SPI_MODE_1) in tegra_spi_setup_transfer_one()
811 else if (req_mode == SPI_MODE_2) in tegra_spi_setup_transfer_one()
813 else if (req_mode == SPI_MODE_3) in tegra_spi_setup_transfer_one()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-tegra114.c780 int req_mode; in tegra_spi_setup_transfer_one() local
801 req_mode = spi->mode & 0x3; in tegra_spi_setup_transfer_one()
802 if (req_mode == SPI_MODE_0) in tegra_spi_setup_transfer_one()
804 else if (req_mode == SPI_MODE_1) in tegra_spi_setup_transfer_one()
806 else if (req_mode == SPI_MODE_2) in tegra_spi_setup_transfer_one()
808 else if (req_mode == SPI_MODE_3) in tegra_spi_setup_transfer_one()

Completed in 33 milliseconds

12