/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 178 struct ieee80211_hdr *hdr, int left);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_fib.h | 74 struct fib6_node __rcu *left; member
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_synth.c | 21 * (9 in the left and 9 in the right). 52 { 0x12, 0x15, 0x00, 0x00 } /* is selected (only left reg block) */ 524 if (voice->left) in snd_opl3_set_voice()
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 106 while (state.left > 0) { in nf_br_ip_fragment()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga_reg.h | 784 * SVGASignedRect specifies a half-open interval: the (left, top) 792 int32 left; member 978 * will be left unchanged and EAX will be set to -1. Because it is 1152 * left enough room for all registers defined as part of the mandatory
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_connector.h | 244 * @DRM_MODE_PANEL_ORIENTATION_LEFT_UP: The left side of the panel matches the 563 * @left: Left margin in pixels. 565 unsigned int left; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_connector.h | 358 * @DRM_MODE_PANEL_ORIENTATION_LEFT_UP: The left side of the panel matches the 838 * @left: Left margin in pixels. 840 unsigned int left; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_fib.h | 75 struct fib6_node __rcu *left; member
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_dbg.c | 134 inst->crop.left, in vpu_dbg_instance()
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-hw.c | 184 val0 = CHNL_CROP_ULC_X(dst->left) | CHNL_CROP_ULC_Y(dst->top); in mxc_isi_channel_set_crop()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.h | 178 struct ieee80211_hdr *hdr, int left);
|
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/ |
H A D | core.c | 376 struct membuf mb = { .p = buf, .left = size }; in fpu_copy_guest_fpstate_to_uabi()
|
H A D | regset.c | 418 struct membuf mb = { .p = &fxsave, .left = sizeof(fxsave) }; in fpregs_get()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline.h | 235 * left and right and handle them by two individual layer processors 236 * Note: left/right are always according to the final display rect, 541 int komeda_build_layer_split_data_flow(struct komeda_layer *left,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga_reg.h | 381 int32 left; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 493 ovs_add_netns_and_veths "test_netlink_checks" nv0 left left0 l0 || \
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_synth.c | 21 * (9 in the left and 9 in the right). 52 { 0x12, 0x15, 0x00, 0x00 } /* is selected (only left reg block) */ 524 if (voice->left) in snd_opl3_set_voice()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 107 while (state.left > 0) { in nf_br_ip_fragment()
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda-bit.c | 1987 q_data_dst->rect.left = (left_right >> 10) & 0x3ff; in __coda_decoder_seq_init() 1989 q_data_dst->rect.width = width - q_data_dst->rect.left - in __coda_decoder_seq_init() 2353 rect->left = left_right >> 16 & 0xffff; in coda_finish_decode() 2355 rect->width = width - rect->left - in coda_finish_decode()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 1153 static bool ef4_same_controller(struct ef4_nic *left, struct ef4_nic *right) in ef4_same_controller() argument 1155 return left->type == right->type && in ef4_same_controller() 1156 left->vpd_sn && right->vpd_sn && in ef4_same_controller() 1157 !strcmp(left->vpd_sn, right->vpd_sn); in ef4_same_controller() 2425 * fail, in which case the card will be left in an unusable state. 2911 * transmission; this is left to the first time one of the network
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | gadget.c | 1195 * the request and resume where we left off. in dwc3_prepare_trbs_sg() 3769 int left; in dwc3_process_event_buf() local 3772 left = evt->count; in dwc3_process_event_buf() 3777 while (left > 0) { in dwc3_process_event_buf() 3794 left -= 4; in dwc3_process_event_buf()
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | es18xx.c | 1192 unsigned char left, right; in snd_es18xx_get_double() local 1194 left = snd_es18xx_reg_read(chip, left_reg); in snd_es18xx_get_double() 1198 right = left; in snd_es18xx_get_double() 1199 ucontrol->value.integer.value[0] = (left >> shift_left) & mask; in snd_es18xx_get_double()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | auditsc.c | 243 int left = ctx->tree_count; in put_tree_ref() local 244 if (likely(left)) { in put_tree_ref() 245 p->c[--left] = chunk; in put_tree_ref() 246 ctx->tree_count = left; in put_tree_ref()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 1143 static bool ef4_same_controller(struct ef4_nic *left, struct ef4_nic *right) in ef4_same_controller() argument 1145 return left->type == right->type && in ef4_same_controller() 1146 left->vpd_sn && right->vpd_sn && in ef4_same_controller() 1147 !strcmp(left->vpd_sn, right->vpd_sn); in ef4_same_controller() 2414 * fail, in which case the card will be left in an unusable state. 2859 * transmission; this is left to the first time one of the network
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fsntfs.c | 2098 u32 next, left; in ntfs_insert_security() local 2174 left = SecurityDescriptorsBlockSize - next; in ntfs_insert_security() 2177 if (left < new_sec_size) { in ntfs_insert_security() 2178 /* Zero "left" bytes from sbi->security.next_off. */ in ntfs_insert_security() 2179 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()
|