Home
last modified time | relevance | path

Searched refs:extra (Results 1 - 16 of 16) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_iw.c486 void *wrqu, char *extra);
495 char *extra in wl_iw_set_leddc()
498 int dc = *(int *)extra; in wl_iw_set_leddc()
510 char *extra in wl_iw_set_vlanmode()
513 int mode = *(int *)extra; in wl_iw_set_vlanmode()
526 char *extra in wl_iw_set_pm()
529 int pm = *(int *)extra; in wl_iw_set_pm()
545 char extra[IW_CUSTOM_MAX + 1]; in wl_iw_send_priv_event() local
550 if (strlen(flag) > sizeof(extra)) in wl_iw_send_priv_event()
553 strncpy(extra, fla in wl_iw_send_priv_event()
3399 char *extra = NULL; wl_iw_ioctl() local
3610 char extra[IW_CUSTOM_MAX + 1]; wl_iw_event() local
[all...]
H A Dwl_iw.h61 /* Lin - Is the extra space needed? */
62 #define PNOSETUP_SET_CMD "PNOSETUP " /* TLV command has extra end space */
163 #define IWE_STREAM_ADD_EVENT(info, stream, ends, iwe, extra) \
164 iwe_stream_add_event(info, stream, ends, iwe, extra)
167 #define IWE_STREAM_ADD_POINT(info, stream, ends, iwe, extra) \
168 iwe_stream_add_point(info, stream, ends, iwe, extra)
170 #define IWE_STREAM_ADD_EVENT(info, stream, ends, iwe, extra) \
171 iwe_stream_add_event(stream, ends, iwe, extra)
174 #define IWE_STREAM_ADD_POINT(info, stream, ends, iwe, extra) \
175 iwe_stream_add_point(stream, ends, iwe, extra)
[all...]
H A Dwl_escan.c365 char extra[IW_CUSTOM_MAX + 1]; in wl_escan_notify_complete() local
393 memset(extra, 0, sizeof(extra)); in wl_escan_notify_complete()
398 wireless_send_event(dev, cmd, &wrqu, extra); in wl_escan_notify_complete()
1027 struct iw_request_info *info, char *extra, wl_bss_info_t *bi, int *len, int max_size) in wl_escan_merge_scan_results()
1032 char *event = extra, *end = extra + max_size - WE_ADD_EVENT_FIX, *value; in wl_escan_merge_scan_results()
1132 *len = event - extra; in wl_escan_merge_scan_results()
1142 struct iw_request_info *info, struct iw_point *dwrq, char *extra) in wl_escan_get_scan()
1158 if (!extra) { in wl_escan_get_scan()
1026 wl_escan_merge_scan_results(struct net_device *dev, struct wl_escan_info *escan, struct iw_request_info *info, char *extra, wl_bss_info_t *bi, int *len, int max_size) wl_escan_merge_scan_results() argument
1141 wl_escan_get_scan(struct net_device *dev, dhd_pub_t *dhdp, struct iw_request_info *info, struct iw_point *dwrq, char *extra) wl_escan_get_scan() argument
[all...]
H A Dwl_escan.h69 struct iw_request_info *info, struct iw_point *dwrq, char *extra);
H A Dbcmutils.c680 uint32 wordix, size, words, extra; in bcm_mwbmap_init() local
691 extra = BCM_MWBMAP_MODOP(items_max); in bcm_mwbmap_init()
692 words = BCM_MWBMAP_DIVOP(items_max) + ((extra != 0U) ? 1U : 0U); in bcm_mwbmap_init()
721 /* Ensure that extra indices are tagged as un-available */ in bcm_mwbmap_init()
722 if (extra) { /* fixup the free ids in last bitmap and wd_count */ in bcm_mwbmap_init()
724 *bmap_p ^= (uint32)(~0U << extra); /* fixup bitmap */ in bcm_mwbmap_init()
726 mwbmap_p->wd_count[mwbmap_p->imaps - 1] = (int8)extra; /* fixup count */ in bcm_mwbmap_init()
731 extra = BCM_MWBMAP_MODOP(mwbmap_p->imaps); in bcm_mwbmap_init()
732 words = BCM_MWBMAP_DIVOP(mwbmap_p->imaps) + ((extra != 0U) ? 1U : 0U); in bcm_mwbmap_init()
738 if (extra) { in bcm_mwbmap_init()
[all...]
H A Ddhd_sdio.c1972 * pad_pkt_len: returns the length of extra padding needed from the padding packet, this parameter
7298 /* Write test header cmd and extra based on mode */ in dhdsdio_pktgen()
7406 uint8 extra; in dhdsdio_testrcv() local
7420 extra = *data++; in dhdsdio_testrcv()
7422 DHD_TRACE(("%s:cmd:%d, xtra:%d,len:%d\n", __FUNCTION__, cmd, extra, len)); in dhdsdio_testrcv()
7427 " cmd %d extra %d len %d\n", pktlen, seq, cmd, extra, len)); in dhdsdio_testrcv()
7455 if (*data != SDPCM_TEST_FILL(offset, extra)) { in dhdsdio_testrcv()
7458 offset, len, SDPCM_TEST_FILL(offset, extra), *data)); in dhdsdio_testrcv()
7470 uint8 testval = extra; in dhdsdio_testrcv()
[all...]
H A Dwl_android.c3780 int wl_keep_alive_set(struct net_device *dev, char* extra) in wl_keep_alive_set() argument
3788 if (extra == NULL) { in wl_keep_alive_set()
3789 ANDROID_ERROR(("%s: extra is NULL\n", __FUNCTION__)); in wl_keep_alive_set()
3792 if (sscanf(extra, "%d", &period_msec) != 1) { in wl_keep_alive_set()
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c155 u32 txclk_tapnum = DLL_TXCLK_TAPNUM_DEFAULT, extra; in dwcmshc_rk_set_clock() local
177 extra = sdhci_readl(host, DWCMSHC_HOST_CTRL3); in dwcmshc_rk_set_clock()
178 extra &= ~BIT(0); in dwcmshc_rk_set_clock()
179 sdhci_writel(host, extra, DWCMSHC_HOST_CTRL3); in dwcmshc_rk_set_clock()
198 extra = DWCMSHC_EMMC_DLL_DLYENA | DLL_RXCLK_NO_INVERTER << DWCMSHC_EMMC_DLL_RXCLK_SRCSEL; in dwcmshc_rk_set_clock()
200 sdhci_writel(host, extra, DWCMSHC_EMMC_DLL_RXCLK); in dwcmshc_rk_set_clock()
203 extra = 0x5 << DWCMSHC_EMMC_DLL_START_POINT | 0x2 << DWCMSHC_EMMC_DLL_INC | DWCMSHC_EMMC_DLL_START; in dwcmshc_rk_set_clock()
204 sdhci_writel(host, extra, DWCMSHC_EMMC_DLL_CTRL); in dwcmshc_rk_set_clock()
205 err = readl_poll_timeout(host->ioaddr + DWCMSHC_EMMC_DLL_STATUS0, extra, DLL_LOCK_WO_TMOUT(extra), in dwcmshc_rk_set_clock()
308 u32 extra; dwcmshc_probe() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dhost.c483 * @extra: sizeof private data structure
488 struct mmc_host *mmc_alloc_host(int extra, struct device *dev) in mmc_alloc_host() argument
494 host = kzalloc(sizeof(struct mmc_host) + extra, GFP_KERNEL); in mmc_alloc_host()
/device/soc/rockchip/common/sdk_linux/drivers/nvmem/
H A Dcore.c1222 int i, extra, bit_offset = cell->bit_offset; in nvmem_shift_read_buffer_in_place() local
1243 extra = cell->bytes - DIV_ROUND_UP(cell->nbits, BITS_PER_BYTE); in nvmem_shift_read_buffer_in_place()
1244 while (--extra >= 0) { in nvmem_shift_read_buffer_in_place()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm396 --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
397 --extra-cxxflags=ECFLAGS add ECFLAGS to CXXFLAGS [$CXXFLAGS]
398 --extra-objcflags=FLAGS add FLAGS to OBJCFLAGS [$CFLAGS]
399 --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]
400 --extra-ldexeflags=ELDFLAGS add ELDFLAGS to LDEXEFLAGS [$LDEXEFLAGS]
401 --extra-ldsoflags=ELDFLAGS add ELDFLAGS to LDSOFLAGS [$LDSOFLAGS]
402 --extra-libs=ELIBS add ELIBS [$ELIBS]
403 --extra-version=STRING version string suffix []
463 --enable-extra-warnings enable more compiler warnings
4022 --extra
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
H A Dhost.h469 struct mmc_host *mmc_alloc_host(int extra, struct device *);
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/
H A Duvc_driver.c852 unsigned char *_buffer, *buffer = alts->extra; in uvc_parse_streaming()
893 if (ep->extralen > UVC_BUF_LEN_TWO && ep->extra[1] == USB_DT_CS_INTERFACE) { in uvc_parse_streaming()
895 "trying extra data " in uvc_parse_streaming()
898 buffer = alts->endpoint[i].extra; in uvc_parse_streaming()
1496 unsigned char *buffer = alts->extra; in uvc_parse_control()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1018 oal_iwreq_data_union* wrqu, hi_s8* extra);
/device/soc/rockchip/common/sdk_linux/
H A DMakefile1696 @echo ' make W=n [targets] Enable extra build checks, n=1,2,3 where'
1774 install-dir := $(if $(INSTALL_MOD_DIR),$(INSTALL_MOD_DIR),extra)
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c586 u32 hard_mtu; /* count any extra framing */
2854 u8 *buf = intf->cur_altsetting->extra;
2910 dev_dbg(&intf->dev, "extra CDC header\n");
2921 dev_dbg(&intf->dev, "extra CDC union\n");
2972 dev_dbg(&intf->dev, "extra CDC ether\n");
2987 dev_dbg(&intf->dev, "extra NCM descriptor\n");

Completed in 49 milliseconds