Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 35) sorted by relevance

12

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmxtlv.c54 bcm_xtlv_hdr_size(bcm_xtlv_opts_t opts) in bcm_xtlv_hdr_size()
64 bcm_valid_xtlv(const bcm_xtlv_t *elt, int buf_len, bcm_xtlv_opts_t opts) in bcm_valid_xtlv()
72 bcm_xtlv_size_for_data(int dlen, bcm_xtlv_opts_t opts) in bcm_xtlv_size_for_data()
82 bcm_xtlv_size(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_size()
93 bcm_xtlv_len(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_len()
115 bcm_xtlv_id(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_id()
130 bcm_next_xtlv(const bcm_xtlv_t *elt, int *buflen, bcm_xtlv_opts_t opts) in bcm_next_xtlv()
148 bcm_xtlv_buf_init(bcm_xtlvbuf_t *tlv_buf, uint8 *buf, uint16 len, bcm_xtlv_opts_t opts) in bcm_xtlv_buf_init()
199 bcm_xtlv_opts_t opts) in bcm_xtlv_pack_xtlv()
247 const uint8 **data, bcm_xtlv_opts_t opts) in bcm_xtlv_unpack_xtlv()
[all …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dbcmxtlv.c52 int bcm_xtlv_hdr_size(bcm_xtlv_opts_t opts) in bcm_xtlv_hdr_size()
65 bool bcm_valid_xtlv(const bcm_xtlv_t *elt, int buf_len, bcm_xtlv_opts_t opts) in bcm_valid_xtlv()
71 int bcm_xtlv_size_for_data(int dlen, bcm_xtlv_opts_t opts) in bcm_xtlv_size_for_data()
80 int bcm_xtlv_size(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_size()
90 int bcm_xtlv_len(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_len()
111 int bcm_xtlv_id(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_id()
126 bcm_xtlv_opts_t opts) in bcm_next_xtlv()
145 bcm_xtlv_opts_t opts) in bcm_xtlv_buf_init()
194 const uint8 *data, bcm_xtlv_opts_t opts) in bcm_xtlv_pack_xtlv()
242 const uint8 **data, bcm_xtlv_opts_t opts) in bcm_xtlv_unpack_xtlv()
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dbcmxtlv.c55 bcm_valid_xtlv(const bcm_xtlv_t *elt, int buf_len, bcm_xtlv_opts_t opts) in bcm_valid_xtlv()
73 bcm_xtlv_size(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_size()
84 bcm_xtlv_len(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_len()
106 bcm_xtlv_id(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_id()
121 bcm_next_xtlv(const bcm_xtlv_t *elt, int *buflen, bcm_xtlv_opts_t opts) in bcm_next_xtlv()
162 bcm_xtlv_buf_init(bcm_xtlvbuf_t *tlv_buf, uint8 *buf, uint16 len, bcm_xtlv_opts_t opts) in bcm_xtlv_buf_init()
260 const uint8 **data, bcm_xtlv_opts_t opts) in bcm_xtlv_unpack_xtlv()
371 uint8 *dst_data, bcm_xtlv_opts_t opts) in bcm_unpack_xtlv_entry()
398 const uint8 *src_data, bcm_xtlv_opts_t opts) in bcm_pack_xtlv_entry()
426 bcm_unpack_xtlv_buf(void *ctx, const uint8 *tlv_buf, uint16 buflen, bcm_xtlv_opts_t opts, in bcm_unpack_xtlv_buf()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dbcmxtlv.c54 static INLINE int bcm_xtlv_size_for_data(int dlen, bcm_xtlv_opts_t opts) in bcm_xtlv_size_for_data()
61 bcm_next_xtlv(bcm_xtlv_t *elt, int *buflen, bcm_xtlv_opts_t opts) in bcm_next_xtlv()
77 bcm_xtlv_buf_init(bcm_xtlvbuf_t *tlv_buf, uint8 *buf, uint16 len, bcm_xtlv_opts_t opts) in bcm_xtlv_buf_init()
195 bcm_xtlv_opts_t opts) in bcm_unpack_xtlv_entry()
229 bcm_xtlv_opts_t opts) in bcm_pack_xtlv_entry()
263 bcm_unpack_xtlv_buf(void *ctx, uint8 *tlv_buf, uint16 buflen, bcm_xtlv_opts_t opts, in bcm_unpack_xtlv_buf()
298 bcm_pack_xtlv_buf(void *ctx, void *tlv_buf, uint16 buflen, bcm_xtlv_opts_t opts, in bcm_pack_xtlv_buf()
346 bcm_xtlv_opts_t opts) in bcm_pack_xtlv_buf_from_mem()
368 bcm_unpack_xtlv_buf_to_mem(void *tlv_buf, int *buflen, xtlv_desc_t *items, bcm_xtlv_opts_t opts) in bcm_unpack_xtlv_buf_to_mem()
410 uint16 *datalen_out, bcm_xtlv_opts_t opts) in bcm_get_data_from_xtlv_buf()
[all …]
/device/soc/winnermicro/wm800/board/platform/drivers/i2s/
Dwm_i2s.c345 int wm_i2s_port_init(I2S_InitDef *opts) in wm_i2s_port_init()
539 int wm_i2s_tx_rx_int(I2S_InitDef *opts, int16_t *data_tx, int16_t *data_rx, uint16_t len) in wm_i2s_tx_rx_int()
572 int wm_i2s_tx_rx_dma(I2S_InitDef *opts, int16_t *data_tx, int16_t *data_rx, uint16_t len) in wm_i2s_tx_rx_dma()
/device/soc/winnermicro/wm800/board/platform/drivers/lcd/
Dwm_lcd.c103 void tls_lcd_init(tls_lcd_options_t *opts) in tls_lcd_init()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmtlv.h170 #define BCM_XTLV_SIZE(elt, opts) bcm_xtlv_size(elt, opts) argument
187 bcm_xtlv_opts_t opts; member
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmtlv.h175 #define BCM_XTLV_SIZE(elt, opts) bcm_xtlv_size(elt, opts) argument
192 bcm_xtlv_opts_t opts; member
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcmtlv.h195 #define BCM_XTLV_SIZE(elt, opts) bcm_xtlv_size(elt, opts) argument
212 bcm_xtlv_opts_t opts; member
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/samples/linux/
Dstdoutsub.c91 } opts = variable
/device/soc/amlogic/a311d/soc/amlogic/phy/
Dphy-meson-g12a-mipi-dphy-analog.c44 static int phy_g12a_mipi_dphy_analog_configure(struct phy *phy, union phy_configure_opts *opts) in phy_g12a_mipi_dphy_analog_configure()
Dphy-meson-axg-mipi-dphy.c200 static int phy_meson_axg_mipi_dphy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_meson_axg_mipi_dphy_configure()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/samples/linux/
Dstdoutsub.cpp89 } opts = variable
/device/soc/winnermicro/wm800/board/platform/drivers/uart/
Dwm_uart.c297 static int tls_uart_config(struct tls_uart_port *port, struct tls_uart_options *opts) in tls_uart_config()
764 int tls_uart_port_init(u16 uart_no, tls_uart_options_t * opts, u8 modeChoose) in tls_uart_port_init()
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
Dl2cap_sock.c455 struct l2cap_options opts; in l2cap_sock_getsockopt_old() local
756 struct l2cap_options opts; in l2cap_sock_setsockopt_old() local
Dsco.c919 struct sco_options opts; in sco_sock_getsockopt_old() local
/device/soc/telink/b91/b91_ble_sdk/stack/ble/host/l2cap/
Dl2cap_signal.h76 u8 opts : 4; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Ddhcp6.h79 opt_comm_t *opts; member
/device/board/isoftstone/yangfan/kernel/src/driv/phy/
Dphy-rockchip-naneng-edp.c220 union phy_configure_opts *opts) in rockchip_edp_phy_configure()
Dphy-rockchip-usbdp.c827 union phy_configure_opts *opts) in rockchip_dp_phy_configure()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
Dphy-rockchip-naneng-edp.c220 union phy_configure_opts *opts) in rockchip_edp_phy_configure()
Dphy-rockchip-samsung-hdptx.c680 union phy_configure_opts *opts) in rockchip_hdptx_phy_configure()
/device/soc/rockchip/common/vendor/drivers/phy/
Dphy-rockchip-naneng-edp.c200 static int rockchip_edp_phy_configure(struct phy *phy, union phy_configure_opts *opts) in rockchip_edp_phy_configure()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmutils.h769 bcm_xtlv_opts_t opts; member
786 #define BCM_XTLV_SIZE(elt, opts) bcm_xtlv_size(elt, opts) argument
787 #define bcm_valid_xtlv(elt, buflen, opts) (elt && ((int)(buflen) >= (int)BCM_XTLV_SIZE(elt, opts))) argument
/device/soc/winnermicro/wm800/board/include/driver/
Dwm_uart.h267 struct tls_uart_options opts; /**< uart config parameters */ member

12