Home
last modified time | relevance | path

Searched refs:cnv (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/fs/ocfs2/dlm/
H A Ddlmconvert.c433 struct dlm_convert_lock *cnv = (struct dlm_convert_lock *)msg->buf; in dlm_convert_lock_handler() local
450 if (cnv->namelen > DLM_LOCKID_NAME_MAX) { in dlm_convert_lock_handler()
456 flags = be32_to_cpu(cnv->flags); in dlm_convert_lock_handler()
469 res = dlm_lookup_lockres(dlm, cnv->name, cnv->namelen); in dlm_convert_lock_handler()
483 if (tmp_lock->ml.cookie == cnv->cookie && in dlm_convert_lock_handler()
484 tmp_lock->ml.node == cnv->node_idx) { in dlm_convert_lock_handler()
495 dlm_get_lock_cookie_node(be64_to_cpu(cnv->cookie)), in dlm_convert_lock_handler()
496 dlm_get_lock_cookie_seq(be64_to_cpu(cnv->cookie))); in dlm_convert_lock_handler()
508 memcpy(&lksb->lvb[0], &cnv->lvb[0], DLM_LVB_LEN); in dlm_convert_lock_handler()
521 cnv->requested_type, in dlm_convert_lock_handler()
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad4030.yaml55 cnv-gpios:
81 - cnv-gpios
107 cnv-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
H A Dadi,ad7944.yaml100 cnv-gpios:
154 # in '4-wire' mode, cnv-gpios is required, for other modes it is optional
161 - cnv-gpios
210 cnv-gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
H A Dadi,ad7625.yaml53 - const: cnv
173 pwm-names = "cnv", "clk_gate";
H A Dadi,ad4000.yaml129 cnv-gpios:
229 cnv-gpios = <&gpio0 88 GPIO_ACTIVE_HIGH>;
H A Dadi,ad4695.yaml79 cnv-gpios:
/linux-6.15/drivers/iio/adc/
H A Dad7944.c70 struct gpio_desc *cnv; member
349 gpiod_set_value_cansleep(adc->cnv, 1); in ad7944_convert_and_acquire()
351 gpiod_set_value_cansleep(adc->cnv, 0); in ad7944_convert_and_acquire()
731 adc->cnv = devm_gpiod_get_optional(dev, "cnv", GPIOD_OUT_LOW); in ad7944_probe()
732 if (IS_ERR(adc->cnv)) in ad7944_probe()
733 return dev_err_probe(dev, PTR_ERR(adc->cnv), in ad7944_probe()
736 if (!adc->cnv && adc->spi_mode == AD7944_SPI_MODE_DEFAULT) in ad7944_probe()
738 if (adc->cnv && adc->spi_mode != AD7944_SPI_MODE_DEFAULT) in ad7944_probe()
H A Dad4851.c177 struct pwm_device *cnv; member
222 ret = pwm_apply_might_sleep(st->cnv, &cnv_state); in ad4851_set_sampling_freq()
1216 st->cnv = devm_pwm_get(dev, NULL); in ad4851_probe()
1217 if (IS_ERR(st->cnv)) in ad4851_probe()
1218 return dev_err_probe(dev, PTR_ERR(st->cnv), in ad4851_probe()
1234 st->cnv); in ad4851_probe()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c68 u8 cnv; in qat_comp_generic_callback() local
91 cnv = qat_comp_get_cmp_cnv_flag(resp); in qat_comp_generic_callback()
92 if (unlikely(!cnv)) { in qat_comp_generic_callback()
H A Dicp_qat_fw_comp.h117 #define ICP_QAT_FW_COMP_REQ_PARAM_FLAGS_BUILD(sop, eop, bfinal, cnv, cnvnr, \ argument
127 (((cnv) & ICP_QAT_FW_COMP_CNV_MASK) << \
/linux-6.15/Documentation/iio/
H A Dad7944.rst47 ``"single"`` and omit the ``cnv-gpios`` property.
71 provide the ``cnv-gpios`` property.
92 property, and omit the ``cnv-gpios`` property.
H A Dad4695.rst47 To use this mode, in the device tree, omit the ``cnv-gpios`` and
72 In this case, both the ``cnv-gpios`` and ``pwms`` properties are required.
/linux-6.15/Documentation/filesystems/
H A Dzonefs.rst88 For conventional zones, the sub-directory "cnv" is used. This directory is
92 such devices, the "cnv" sub-directory will not be created.
97 cannot create other directories and cannot rename nor delete the "cnv" and
108 of zones of a particular type. That is, both the "cnv" and "seq" directories
413 dr-xr-xr-x 2 root root 1 Nov 25 13:23 cnv
421 # ls -l /mnt/cnv
427 # mkfs.ext4 /mnt/cnv/0
428 # mount -o loop /mnt/cnv/0 /data