/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | imx21-hcd.h | 344 int frame; member
|
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/ |
H A D | tm6000.h | 71 /* buffer for one video frame */ 87 int frame; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_cmd.h | 82 const struct ia_css_frame *frame, u32 *p_pgnr);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cyclades.h | 106 __u32 frame, parity, overrun, brk; member
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_hw.h | 182 * @valid: frame info valid flag 183 * @frame_context_idx: index of frame context 187 * @flags: frame flags 188 * @timestamp: frame timestamp 211 * @frame_context: VP9 frame contexts 212 * @cur: current frame information 213 * @last: last frame information 259 * @frame: AV1 Frame Header OBU 265 const struct v4l2_ctrl_av1_frame *frame; member 476 * A decoded 8-bit 4:2:0 NV12 frame ma in hantro_h264_mv_size() [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | ieee802154_netdev.h | 168 * hdr->fc will be ignored. this includes the INTRA_PAN bit and the frame 178 /* parses the frame control, sequence number of address fields in a given skb 191 /* pushes/pulls various frame types into/from an skb */ 194 int ieee802154_mac_cmd_push(struct sk_buff *skb, void *frame,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat.h | 59 struct ia_css_frame *frame,
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 125 unsigned now_frame; /* frame from HC hardware */ 240 /* 3:2 is periodic frame list size */ 254 #define STS_FLR (1<<3) /* frame list rolled over */ 566 unsigned frame; /* where scheduled */ member 577 * Manages split interrupt transactions (using TT) that span frame boundaries
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ftrace_64.S | 14 #include <asm/frame.h> 23 /* No need to save a stack frame */ 33 * and is done before the function's stack frame is set up. 62 * Stack traces will stop at the ftrace trampoline if the frame pointer 63 * is not set up properly. If fentry is used, we need to save a frame 65 * fentry is called before the stack frame is set up, where as mcount 119 /* ftrace_regs_caller or frame pointers require this */
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu.h | 206 void (*buf_done)(struct vpu_inst *inst, struct vpu_frame_info *frame);
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | hif_api_mib.h | 239 u8 frame[]; member
|
/kernel/linux/linux-6.6/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 243 def signal_handler(signal, frame):
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 965 /* Write mgmt frame to this file to send it */ 974 void *frame; in wil_write_file_txmgmt() local 981 frame = memdup_user(buf, len); in wil_write_file_txmgmt() 982 if (IS_ERR(frame)) in wil_write_file_txmgmt() 983 return PTR_ERR(frame); in wil_write_file_txmgmt() 985 params.buf = frame; in wil_write_file_txmgmt() 990 kfree(frame); in wil_write_file_txmgmt() 1665 "Rx invalid frame: non-data %lu, short %lu, large %lu, replay %lu\n",
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 965 /* Write mgmt frame to this file to send it */ 974 void *frame; in wil_write_file_txmgmt() local 981 frame = memdup_user(buf, len); in wil_write_file_txmgmt() 982 if (IS_ERR(frame)) in wil_write_file_txmgmt() 983 return PTR_ERR(frame); in wil_write_file_txmgmt() 985 params.buf = frame; in wil_write_file_txmgmt() 990 kfree(frame); in wil_write_file_txmgmt() 1656 "Rx invalid frame: non-data %lu, short %lu, large %lu, replay %lu\n",
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | frecord.c | 1772 /* Windows uses 16 clusters per frame but supports one cluster per frame too. */ in ni_new_attr_flags() 1777 /* The only allowed: 16 clusters per frame. */ in ni_new_attr_flags() 2097 CLST frame; in ni_readpage_cmpr() local 2116 frame = vbo >> frame_bits; in ni_readpage_cmpr() 2117 frame_vbo = (u64)frame << frame_bits; in ni_readpage_cmpr() 2465 CLST frame, clst_data; in ni_read_frame() local 2608 frame = frame_vbo >> (cluster_bits + NTFS_LZNT_CUNIT); in ni_read_frame() 2609 err = attr_is_frame_compressed(ni, attr, frame, &clst_data); in ni_read_frame() 2741 CLST frame in ni_write_frame() local [all...] |
H A D | ntfs_fs.h | 446 struct runs_tree *run, u64 frame, u64 frames, 449 CLST frame, CLST *clst_data); 450 int attr_allocate_frame(struct ntfs_inode *ni, CLST frame, size_t compr_size,
|
H A D | file.c | 861 CLST frame; in ntfs_compress_write() local 871 ntfs_inode_warn(inode, "page size is bigger than frame size"); in ntfs_compress_write() 891 frame = valid >> frame_bits; in ntfs_compress_write() 895 err = attr_data_get_block(ni, frame << NTFS_LZNT_CUNIT, 1, &lcn, in ntfs_compress_write() 906 /* Load full frame. */ in ntfs_compress_write() 969 /* Load full frame. */ in ntfs_compress_write()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 748 struct ieee80211_mgmt *frame = (void *)params->preq.buf; in iwl_mvm_build_scan_probe() local 760 get_random_mask_addr(frame->sa, mac_addr, in iwl_mvm_build_scan_probe() 763 memcpy(frame->sa, vif->addr, ETH_ALEN); in iwl_mvm_build_scan_probe() 765 frame->frame_control = cpu_to_le16(IEEE80211_STYPE_PROBE_REQ); in iwl_mvm_build_scan_probe() 766 eth_broadcast_addr(frame->da); in iwl_mvm_build_scan_probe() 767 ether_addr_copy(frame->bssid, params->bssid); in iwl_mvm_build_scan_probe() 768 frame->seq_ctrl = 0; in iwl_mvm_build_scan_probe() 770 pos = frame->u.probe_req.variable; in iwl_mvm_build_scan_probe()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 121 /* rtw_set_ie will update frame length */ 128 uint *frlen /* frame length */ in rtw_set_ie() 1294 int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8 *category, u8 *action) in rtw_action_frame_parse() argument 1296 const u8 *frame_body = frame + sizeof(struct ieee80211_hdr_3addr); in rtw_action_frame_parse() 1301 fc = le16_to_cpu(((struct ieee80211_hdr_3addr *)frame)->frame_control); in rtw_action_frame_parse()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 142 /* XDP uses a single page per frame */ in mlx4_en_prepare_rx_desc() 409 /* When the rx ring is running in page-per-packet mode, a released frame can go 416 struct mlx4_en_rx_alloc *frame) in mlx4_en_rx_recycle() 423 cache->buf[cache->index].page = frame->page; in mlx4_en_rx_recycle() 424 cache->buf[cache->index].dma = frame->dma; in mlx4_en_rx_recycle() 723 en_dbg(RX_ERR, priv, "Accepted frame with bad FCS\n"); in mlx4_en_process_rx_cq() 1004 /* This will gain efficient xdp frame recycling at the in mlx4_en_calc_rx_buf() 1028 * Therefore, each frame would consume more bytes (truesize) in mlx4_en_calc_rx_buf() 415 mlx4_en_rx_recycle(struct mlx4_en_rx_ring *ring, struct mlx4_en_rx_alloc *frame) mlx4_en_rx_recycle() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 142 /* XDP uses a single page per frame */ in mlx4_en_prepare_rx_desc() 409 /* When the rx ring is running in page-per-packet mode, a released frame can go 416 struct mlx4_en_rx_alloc *frame) in mlx4_en_rx_recycle() 423 cache->buf[cache->index].page = frame->page; in mlx4_en_rx_recycle() 424 cache->buf[cache->index].dma = frame->dma; in mlx4_en_rx_recycle() 771 en_dbg(RX_ERR, priv, "Accepted frame with bad FCS\n"); in mlx4_en_process_rx_cq() 1058 /* This will gain efficient xdp frame recycling at the in mlx4_en_calc_rx_buf() 1082 * Therefore, each frame would consume more bytes (truesize) in mlx4_en_calc_rx_buf() 415 mlx4_en_rx_recycle(struct mlx4_en_rx_ring *ring, struct mlx4_en_rx_alloc *frame) mlx4_en_rx_recycle() argument
|
/kernel/liteos_a/arch/arm/arm/src/ |
H A D | los_exc.c | 184 UINT32 OsArmSharedPageFault(UINT32 excType, ExcContext *frame, UINT32 far, UINT32 fsr) in OsArmSharedPageFault() argument 223 BOOL user = (frame->regCPSR & CPSR_MODE_MASK) == CPSR_MODE_USR; in OsArmSharedPageFault() 229 ret = OsVmPageFaultHandler(far, pfFlags, frame); in OsArmSharedPageFault() 771 * Generally, the frame pointer points to the address of link register, while in the leaf function, in BackTraceGet() 772 * there's no function call, and compiler will not store the link register, but the frame pointer in BackTraceGet() 773 * will still be stored and updated. In that case we needs to find the right position of frame pointer. in BackTraceGet()
|
/kernel/linux/linux-5.10/net/packet/ |
H A D | af_packet.c | 365 static void __packet_set_status(struct packet_sock *po, void *frame, int status) in __packet_set_status() argument 371 h.raw = frame; in __packet_set_status() 393 static int __packet_get_status(const struct packet_sock *po, void *frame) in __packet_get_status() argument 401 h.raw = frame; in __packet_get_status() 436 static __u32 __packet_set_timestamp(struct packet_sock *po, void *frame, in __packet_set_timestamp() argument 446 h.raw = frame; in __packet_set_timestamp() 1912 * protocol layers and you must therefore supply it with a complete frame 1956 * You may not queue a frame bigger than the mtu. This is the lowest level in packet_sendmsg_spkt() 2110 * Otherwise, the device hides details of its frame in packet_rcv() 2527 void *frame, struc in tpacket_fill_skb() 2526 tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb, void *frame, struct net_device *dev, void *data, int tp_len, __be16 proto, unsigned char *addr, int hlen, int copylen, const struct sockcm_cookie *sockc) tpacket_fill_skb() argument 2606 tpacket_parse_header(struct packet_sock *po, void *frame, int size_max, void **data) tpacket_parse_header() argument [all...] |
/kernel/linux/linux-6.6/net/packet/ |
H A D | af_packet.c | 400 static void __packet_set_status(struct packet_sock *po, void *frame, int status) in __packet_set_status() argument 406 h.raw = frame; in __packet_set_status() 428 static int __packet_get_status(const struct packet_sock *po, void *frame) in __packet_get_status() argument 436 h.raw = frame; in __packet_get_status() 471 static __u32 __packet_set_timestamp(struct packet_sock *po, void *frame, in __packet_set_timestamp() argument 481 h.raw = frame; in __packet_set_timestamp() 1949 * protocol layers and you must therefore supply it with a complete frame 1993 * You may not queue a frame bigger than the mtu. This is the lowest level in packet_sendmsg_spkt() 2147 * Otherwise, the device hides details of its frame in packet_rcv() 2578 void *frame, struc in tpacket_fill_skb() 2577 tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb, void *frame, struct net_device *dev, void *data, int tp_len, __be16 proto, unsigned char *addr, int hlen, int copylen, const struct sockcm_cookie *sockc) tpacket_fill_skb() argument 2657 tpacket_parse_header(struct packet_sock *po, void *frame, int size_max, void **data) tpacket_parse_header() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4_core.c | 221 struct hdmi_avi_infoframe *frame) in hdmi_core_write_avi_infoframe() 227 hdmi_avi_infoframe_pack(frame, data, sizeof(data)); in hdmi_core_write_avi_infoframe() 582 * Set audio info frame type, version and length as in hdmi_core_audio_infoframe_cfg() 220 hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, struct hdmi_avi_infoframe *frame) hdmi_core_write_avi_infoframe() argument
|