Home
last modified time | relevance | path

Searched refs:valptr (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ctrl.c71 int pvr2_ctrl_get_value(struct pvr2_ctrl *cptr,int *valptr) in pvr2_ctrl_get_value() argument
76 ret = cptr->info->get_value(cptr,valptr); in pvr2_ctrl_get_value()
123 int pvr2_ctrl_get_def(struct pvr2_ctrl *cptr, int *valptr) in pvr2_ctrl_get_def() argument
129 ret = cptr->info->get_def_value(cptr, valptr); in pvr2_ctrl_get_def()
131 *valptr = cptr->info->default_value; in pvr2_ctrl_get_def()
283 int *maskptr,int *valptr) in pvr2_ctrl_custom_sym_to_value() argument
287 return cptr->info->sym_to_val(cptr,buf,len,maskptr,valptr); in pvr2_ctrl_custom_sym_to_value()
355 int *valptr, in parse_token() argument
363 *valptr = 0; in parse_token()
370 *valptr = idx; in parse_token()
[all …]
H A Dpvrusb2-ctrl.h26 int pvr2_ctrl_get_value(struct pvr2_ctrl *,int *valptr);
38 int pvr2_ctrl_get_def(struct pvr2_ctrl *, int *valptr);
78 int *maskptr,int *valptr);
89 int *maskptr,int *valptr);
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dqt1010.c285 u8 i, tmpval, *valptr = NULL; in qt1010_init() local
335 valptr = &priv->reg20_init_val; in qt1010_init()
337 valptr = &tmpval; in qt1010_init()
338 err = qt1010_readreg(priv, i2c_data[i].reg, valptr); in qt1010_init()
342 valptr = &priv->reg25_init_val; in qt1010_init()
344 valptr = &priv->reg1f_init_val; in qt1010_init()
346 valptr = &tmpval; in qt1010_init()
352 i2c_data[i].val, valptr); in qt1010_init()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspinand.h48 #define SPINAND_SET_FEATURE_OP(reg, valptr) \ argument
52 SPI_MEM_OP_DATA_OUT(1, valptr, 1))
54 #define SPINAND_GET_FEATURE_OP(reg, valptr) \ argument
58 SPI_MEM_OP_DATA_IN(1, valptr, 1))
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspinand.h41 #define SPINAND_SET_FEATURE_OP(reg, valptr) \ argument
45 SPI_MEM_OP_DATA_OUT(1, valptr, 1))
47 #define SPINAND_GET_FEATURE_OP(reg, valptr) \ argument
51 SPI_MEM_OP_DATA_IN(1, valptr, 1))
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c4960 const struct bond_opt_value *valptr; in bond_check_params() local
4974 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval); in bond_check_params()
4975 if (!valptr) { in bond_check_params()
4979 bond_mode = valptr->value; in bond_check_params()
4990 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH), in bond_check_params()
4992 if (!valptr) { in bond_check_params()
4997 xmit_hashtype = valptr->value; in bond_check_params()
5007 valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE), in bond_check_params()
5009 if (!valptr) { in bond_check_params()
5014 lacp_fast = valptr->value; in bond_check_params()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py957 valptr = elt['_M_storage'].address
958 valptr = valptr.cast(elt.type.template_argument(0).pointer())
959 return valptr.dereference()
1050 valptr = elt['_M_storage'].address
1051 valptr = valptr.cast(elt.type.template_argument(0).pointer())
1052 return ('[%d]' % count, valptr.dereference())
1160 valptr = None
1162 valptr = self.val['_M_storage']['_M_buffer'].address
1164 valptr = self.val['_M_storage']['_M_ptr']
1167 contained_value = valptr.cast(self.contained_type.pointer()).dereference()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py957 valptr = elt['_M_storage'].address
958 valptr = valptr.cast(elt.type.template_argument(0).pointer())
959 return valptr.dereference()
1050 valptr = elt['_M_storage'].address
1051 valptr = valptr.cast(elt.type.template_argument(0).pointer())
1052 return ('[%d]' % count, valptr.dereference())
1160 valptr = None
1162 valptr = self.val['_M_storage']['_M_buffer'].address
1164 valptr = self.val['_M_storage']['_M_ptr']
1167 contained_value = valptr.cast(self.contained_type.pointer()).dereference()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c246 u8 *valptr = (uint8*) &val; in wl_validate_wps_ie() local
261 valptr[0] = *subel++; in wl_validate_wps_ie()
262 valptr[1] = *subel++; in wl_validate_wps_ie()
265 valptr[0] = *subel++; in wl_validate_wps_ie()
266 valptr[1] = *subel++; in wl_validate_wps_ie()
282 valptr[0] = *subel; in wl_validate_wps_ie()
283 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
297 valptr[0] = *subel; in wl_validate_wps_ie()
298 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
302 valptr[0] = *subel; in wl_validate_wps_ie()
[all …]
H A Dwl_cfg80211.c1649 u8 *valptr = (uint8*) &val; in wl_validate_wps_ie() local
1664 valptr[0] = *subel++; in wl_validate_wps_ie()
1665 valptr[1] = *subel++; in wl_validate_wps_ie()
1668 valptr[0] = *subel++; in wl_validate_wps_ie()
1669 valptr[1] = *subel++; in wl_validate_wps_ie()
1685 valptr[0] = *subel; in wl_validate_wps_ie()
1686 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
1700 valptr[0] = *subel; in wl_validate_wps_ie()
1701 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
1705 valptr[0] = *subel; in wl_validate_wps_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvif.c246 u8 *valptr = (uint8*) &val; in wl_validate_wps_ie() local
261 valptr[0] = *subel++; in wl_validate_wps_ie()
262 valptr[1] = *subel++; in wl_validate_wps_ie()
265 valptr[0] = *subel++; in wl_validate_wps_ie()
266 valptr[1] = *subel++; in wl_validate_wps_ie()
282 valptr[0] = *subel; in wl_validate_wps_ie()
283 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
297 valptr[0] = *subel; in wl_validate_wps_ie()
298 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
302 valptr[0] = *subel; in wl_validate_wps_ie()
[all …]
H A Dwl_cfg80211.c1635 u8 *valptr = (uint8*) &val; in wl_validate_wps_ie() local
1650 valptr[0] = *subel++; in wl_validate_wps_ie()
1651 valptr[1] = *subel++; in wl_validate_wps_ie()
1654 valptr[0] = *subel++; in wl_validate_wps_ie()
1655 valptr[1] = *subel++; in wl_validate_wps_ie()
1671 valptr[0] = *subel; in wl_validate_wps_ie()
1672 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
1686 valptr[0] = *subel; in wl_validate_wps_ie()
1687 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
1691 valptr[0] = *subel; in wl_validate_wps_ie()
[all …]
/OK3568_Linux_fs/kernel/net/ax25/
H A Daf_ax25.c709 void *valptr; in ax25_getsockopt() local
722 valptr = (void *) &val; in ax25_getsockopt()
784 valptr = (void *) devname; in ax25_getsockopt()
796 return copy_to_user(optval, valptr, length) ? -EFAULT : 0; in ax25_getsockopt()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h263 char valptr[sizeof(sse128_t)]; member
H A Demulate.c2280 memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2); in em_jmp_far()
2418 memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2); in em_lseg()
3580 memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2); in em_call_far()
3689 memcpy(ctxt->dst.valptr, ctxt->src.valptr, sizeof(ctxt->src.valptr)); in em_mov()
5138 insn_fetch_arr(op->valptr, op->bytes, ctxt); in decode_operand()
5650 ctxt->src.valptr, ctxt->src.bytes); in x86_emulate_insn()
/OK3568_Linux_fs/kernel/include/linux/
H A Dacpi.h1138 void **valptr);
1243 void **valptr) in acpi_node_prop_get() argument
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dproperty.c564 const char *propname, void **valptr) in acpi_node_prop_get() argument
568 (const union acpi_object **)valptr); in acpi_node_prop_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c1481 u8 *valptr = (uint8*) &val; in wl_validate_wps_ie() local
1496 valptr[0] = *subel++; in wl_validate_wps_ie()
1497 valptr[1] = *subel++; in wl_validate_wps_ie()
1500 valptr[0] = *subel++; in wl_validate_wps_ie()
1501 valptr[1] = *subel++; in wl_validate_wps_ie()
1517 valptr[0] = *subel; in wl_validate_wps_ie()
1518 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
1532 valptr[0] = *subel; in wl_validate_wps_ie()
1533 valptr[1] = *(subel + 1); in wl_validate_wps_ie()
1537 valptr[0] = *subel; in wl_validate_wps_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c1824 u8 *valptr = (uint8*) &val; local
1839 valptr[0] = *subel++;
1840 valptr[1] = *subel++;
1843 valptr[0] = *subel++;
1844 valptr[1] = *subel++;
1860 valptr[0] = *subel;
1861 valptr[1] = *(subel + 1);
1875 valptr[0] = *subel;
1876 valptr[1] = *(subel + 1);
1880 valptr[0] = *subel;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c1822 u8 *valptr = (uint8*) &val; local
1837 valptr[0] = *subel++;
1838 valptr[1] = *subel++;
1841 valptr[0] = *subel++;
1842 valptr[1] = *subel++;
1858 valptr[0] = *subel;
1859 valptr[1] = *(subel + 1);
1873 valptr[0] = *subel;
1874 valptr[1] = *(subel + 1);
1878 valptr[0] = *subel;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c1705 u8 *valptr = (uint8*) &val; local
1720 valptr[0] = *subel++;
1721 valptr[1] = *subel++;
1724 valptr[0] = *subel++;
1725 valptr[1] = *subel++;
1741 valptr[0] = *subel;
1742 valptr[1] = *(subel + 1);
1756 valptr[0] = *subel;
1757 valptr[1] = *(subel + 1);
1761 valptr[0] = *subel;
[all …]