Home
last modified time | relevance | path

Searched refs:left (Results 1076 - 1100 of 1312) sorted by relevance

1...<<41424344454647484950>>...53

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945.h178 struct ieee80211_hdr *hdr, int left);
/kernel/linux/linux-5.10/include/net/
H A Dip6_fib.h74 struct fib6_node __rcu *left; member
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_synth.c21 * (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 Dnf_conntrack_bridge.c106 while (state.left > 0) { in nf_br_ip_fragment()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h784 * 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 Ddrm_connector.h244 * @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 Ddrm_connector.h358 * @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 Dip6_fib.h75 struct fib6_node __rcu *left; member
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_dbg.c134 inst->crop.left, in vpu_dbg_instance()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c184 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 D3945.h178 struct ieee80211_hdr *hdr, int left);
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A Dcore.c376 struct membuf mb = { .p = buf, .left = size }; in fpu_copy_guest_fpstate_to_uabi()
H A Dregset.c418 struct membuf mb = { .p = &fxsave, .left = sizeof(fxsave) }; in fpregs_get()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.h235 * 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 Dsvga_reg.h381 int32 left; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh493 ovs_add_netns_and_veths "test_netlink_checks" nv0 left left0 l0 || \
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_synth.c21 * (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 Dnf_conntrack_bridge.c107 while (state.left > 0) { in nf_br_ip_fragment()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H A Dcoda-bit.c1987 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 Defx.c1153 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 Dgadget.c1195 * 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 Des18xx.c1192 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 Dauditsc.c243 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 Defx.c1143 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 Dfsntfs.c2098 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()

Completed in 46 milliseconds

1...<<41424344454647484950>>...53