Searched defs:packet_type (Results 1 - 25 of 42) sorted by last modified time

12

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8138 enum vrr_packet_type packet_type = PACKET_TYPE_VRR; local
/linux-master/include/net/bluetooth/
H A Dhci.h1042 __le16 packet_type; member in struct:hci_cp_set_cpb
/linux-master/include/linux/
H A Dnetdevice.h2686 struct packet_type { struct
/linux-master/drivers/input/joystick/
H A Dxpad.c734 int packet_type; /* type of the extended packet */ member in struct:usb_xpad
[all...]
/linux-master/net/batman-adv/
H A Dmain.c560 batadv_recv_handler_register(u8 packet_type, argument
580 void batadv_recv_handler_unregister(u8 packet_type) argument
H A Dsoft-interface.c424 int packet_type; local
H A Dbridge_loop_avoidance.c1894 batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, unsigned short vid, int packet_type) argument
H A Dtvlv.c364 batadv_tvlv_call_handler(struct batadv_priv *bat_priv, struct batadv_tvlv_handler *tvlv_handler, u8 packet_type, struct batadv_orig_node *orig_node, struct sk_buff *skb, void *tvlv_value, u16 tvlv_value_len) argument
434 batadv_tvlv_containers_process(struct batadv_priv *bat_priv, u8 packet_type, struct batadv_orig_node *orig_node, struct sk_buff *skb, void *tvlv_value, u16 tvlv_value_len) argument
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c146 u8 packet_type; member in struct:isp1760_qtd
1778 u8 packet_type; local
976 qtd_alloc(gfp_t flags, struct urb *urb, u8 packet_type) argument
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h1482 u8 packet_type; member in struct:tx_status_event
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c719 mlxsw_sp_port_bridge_vlan_flood_set(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_bridge_vlan *bridge_vlan, enum mlxsw_sp_flood_type packet_type, bool member) argument
740 mlxsw_sp_bridge_port_flood_table_set(struct mlxsw_sp_port *mlxsw_sp_port, struct mlxsw_sp_bridge_port *bridge_port, enum mlxsw_sp_flood_type packet_type, bool member) argument
768 mlxsw_sp_bridge_vlans_flood_set(struct mlxsw_sp_bridge_vlan *bridge_vlan, enum mlxsw_sp_flood_type packet_type, bool member) argument
801 mlxsw_sp_bridge_ports_flood_table_set(struct mlxsw_sp_bridge_port *bridge_port, enum mlxsw_sp_flood_type packet_type, bool member) argument
1048 enum mlxsw_sp_flood_type packet_type = MLXSW_SP_FLOOD_TYPE_MC; local
[all...]
H A Dspectrum_fid.c74 enum mlxsw_sp_flood_type packet_type; member in struct:mlxsw_sp_flood_table
1209 enum mlxsw_sp_flood_type packet_type = flood_table->packet_type; local
351 mlxsw_sp_fid_flood_table_lookup(const struct mlxsw_sp_fid *fid, enum mlxsw_sp_flood_type packet_type) argument
433 mlxsw_sp_fid_flood_set(struct mlxsw_sp_fid *fid, enum mlxsw_sp_flood_type packet_type, u16 local_port, bool member) argument
2389 enum mlxsw_sp_flood_type packet_type = flood_table->packet_type; local
[all...]
/linux-master/drivers/staging/vt6655/
H A Ddevice.h191 u8 packet_type; /* member in struct:vnt_private
/linux-master/include/uapi/linux/
H A Dbatadv_packet.h217 __u8 packet_type; member in struct:batadv_ogm_packet
243 __u8 packet_type; member in struct:batadv_ogm2_packet
264 __u8 packet_type; member in struct:batadv_elp_packet
289 __u8 packet_type; member in struct:batadv_icmp_header
312 __u8 packet_type; member in struct:batadv_icmp_packet
341 __u8 packet_type; member in struct:batadv_icmp_tp_packet
380 __u8 packet_type; member in struct:batadv_icmp_packet_rr
414 __u8 packet_type; member in struct:batadv_unicast_packet
455 __u8 packet_type; member in struct:batadv_frag_packet
485 __u8 packet_type; member in struct:batadv_bcast_packet
505 __u8 packet_type; member in struct:batadv_mcast_packet
533 __u8 packet_type; member in struct:batadv_coded_packet
562 __u8 packet_type; member in struct:batadv_unicast_tvlv_packet
[all...]
/linux-master/drivers/media/usb/gspca/
H A Dgspca.c384 gspca_frame_add(struct gspca_dev *gspca_dev, enum gspca_packet_type packet_type, const u8 *data, int len) argument
/linux-master/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c927 static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type, argument
945 mod_freesync_build_vrr_infopacket(struct mod_freesync *mod_freesync, const struct dc_stream_state *stream, const struct mod_vrr_params *vrr, enum vrr_packet_type packet_type, enum color_transfer_func app_tf, struct dc_info_packet *infopacket, bool pack_sdp_v1_3) argument
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dvirtual_isys.c355 csi_mipi_packet_type_t packet_type; local
620 acquire_be_lut_entry( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
628 release_be_lut_entry( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
854 csi_mipi_packet_type_t packet_type; local
[all...]
H A Dcsi_rx_rmgr.c41 ia_css_isys_csi_rx_lut_rmgr_acquire( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
91 ia_css_isys_csi_rx_lut_rmgr_release( csi_rx_backend_ID_t backend, csi_mipi_packet_type_t packet_type, csi_rx_backend_lut_entry_t *entry) argument
[all...]
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c2363 wcn36xx_smd_keep_alive_req(struct wcn36xx *wcn, struct ieee80211_vif *vif, int packet_type) argument
H A Dhal.h3581 u8 packet_type; member in struct:wcn36xx_hal_keep_alive_req_msg
/linux-master/drivers/input/mouse/
H A Delantech.c878 unsigned char packet_type = packet[3] & 0x03; local
926 int packet_type; local
489 elantech_report_trackpoint(struct psmouse *psmouse, int packet_type) argument
558 elantech_report_absolute_v3(struct psmouse *psmouse, int packet_type) argument
743 elantech_report_absolute_v4(struct psmouse *psmouse, int packet_type) argument
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h639 u32 packet_type; member in struct:hfi_ubwc_config
/linux-master/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c484 unsigned int packet_type, packet_num, packet_length; local
357 mtk_btcvsd_read_from_bt(struct mtk_btcvsd_snd *bt, enum bt_sco_packet_len packet_type, unsigned int packet_length, unsigned int packet_num, unsigned int blk_size, unsigned int control) argument
410 mtk_btcvsd_write_to_bt(struct mtk_btcvsd_snd *bt, enum bt_sco_packet_len packet_type, unsigned int packet_length, unsigned int packet_num, unsigned int blk_size) argument
[all...]
/linux-master/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c125 enum ttusb_dec_packet_type packet_type; member in struct:ttusb_dec
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_desc_dqo.h211 u16 packet_type: 10; member in struct:gve_rx_compl_desc_dqo

Completed in 520 milliseconds

12