Searched refs:cnv (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/fs/ocfs2/dlm/ |
| H A D | dlmconvert.c | 433 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 D | adi,ad4030.yaml | 55 cnv-gpios: 81 - cnv-gpios 107 cnv-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
|
| H A D | adi,ad7944.yaml | 100 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 D | adi,ad7625.yaml | 53 - const: cnv 173 pwm-names = "cnv", "clk_gate";
|
| H A D | adi,ad4000.yaml | 129 cnv-gpios: 229 cnv-gpios = <&gpio0 88 GPIO_ACTIVE_HIGH>;
|
| H A D | adi,ad4695.yaml | 79 cnv-gpios:
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ad7944.c | 70 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 D | ad4851.c | 177 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 D | qat_comp_algs.c | 68 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 D | icp_qat_fw_comp.h | 117 #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 D | ad7944.rst | 47 ``"single"`` and omit the ``cnv-gpios`` property. 71 provide the ``cnv-gpios`` property. 92 property, and omit the ``cnv-gpios`` property.
|
| H A D | ad4695.rst | 47 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 D | zonefs.rst | 88 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
|