Searched refs:validity (Results 1 - 18 of 18) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S27 # validity of the VMX registers while running is not zero.
H A Dvmx_asm.S114 # the VMX have been loaded with varray. Will proceed to check the validity of
H A Dfpu_asm.S133 # has been loaded with darray. Will proceed to check the validity of the FPU
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c84 struct urb *validity; member in struct:wdm_device
342 usb_poison_urb(desc->validity);
353 usb_unpoison_urb(desc->validity);
359 usb_free_urb(desc->validity);
741 rv = usb_submit_urb(desc->validity, GFP_KERNEL);
851 return usb_submit_urb(desc->validity, GFP_KERNEL);
1054 desc->validity = usb_alloc_urb(0, GFP_KERNEL);
1055 if (!desc->validity)
1079 desc->validity,
1290 rv = usb_submit_urb(desc->validity, GFP_NOI
[all...]
/linux-master/net/ceph/
H A Dauth_x.c171 struct timespec64 validity; local
212 ceph_decode_timespec64(&validity, dp);
214 new_expires = ktime_get_real_seconds() + validity.tv_sec;
215 new_renew_after = new_expires - (validity.tv_sec / 4);
/linux-master/arch/s390/include/asm/
H A Dcio.h86 * @fsavf: failing storage address validity flag
88 * @scavf: secondary ccw address validity flag
124 * @fvf: field-validity flags
280 u32 validity:3; member in struct:node_descriptor::__anon2::__anon3
/linux-master/sound/pci/mixart/
H A Dmixart_core.h250 u32 validity; member in struct:mixart_sample_pos
/linux-master/drivers/infiniband/hw/efa/
H A Defa_admin_cmds_defs.h425 u8 validity; member in struct:efa_admin_reg_mr_resp
H A Defa_com_cmd.c276 result->ic_info.recv_ic_id_valid = EFA_GET(&cmd_completion.validity,
278 result->ic_info.rdma_read_ic_id_valid = EFA_GET(&cmd_completion.validity,
280 result->ic_info.rdma_recv_ic_id_valid = EFA_GET(&cmd_completion.validity,
/linux-master/arch/alpha/lib/
H A Dstxcpy.S281 and t1, t2, t1 # e1 : to source validity mask
H A Dev6-stxcpy.S311 and t1, t2, t1 # E : to source validity mask
H A Dstxncpy.S339 zapnot t1, t8, t1 # .. e1 : to source validity mask
H A Dev6-stxncpy.S388 zapnot t1, t8, t1 # U : to source validity mask
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c560 pfxdata->validity.define_extent = 1;
564 pfxdata->validity.verify_base = 1;
567 pfxdata->validity.verify_base = 1;
568 pfxdata->validity.hyper_pav = 1;
575 * data when XRC is supported. The validity of the time stamp must be
579 pfxdata->validity.time_stamp = 1; /* 'Time Stamp Valid' */
4351 pfxdata.validity.define_extent = 1;
4355 pfxdata.validity.verify_base = 1;
4358 pfxdata.validity.verify_base = 1;
4359 pfxdata.validity
[all...]
H A Ddasd_eckd.h242 } __attribute__ ((packed)) validity; member in struct:PFX_eckd_data
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c699 enum block_map_page_validity validity; local
704 validity = vdo_validate_block_map_page(page, nonce, info->pbn);
705 if (validity == VDO_BLOCK_MAP_PAGE_BAD) {
716 if (validity == VDO_BLOCK_MAP_PAGE_INVALID)
1391 enum block_map_page_validity validity = local
1394 if (validity == VDO_BLOCK_MAP_PAGE_VALID) {
1399 if (validity == VDO_BLOCK_MAP_PAGE_BAD) {
/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.c1554 struct sms_msg_data *validity = (struct sms_msg_data *) phdr; local
1557 validity->msg_data[0]);
/linux-master/drivers/s390/cio/
H A Dchsc.c304 u8 vf; /* validity flags */
395 if (nd->validity != ND_VALIDITY_VALID) {
1510 * @esm_valid: validity mask for @esm

Completed in 345 milliseconds