Home
last modified time | relevance | path

Searched full:trim (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/linux/Documentation/devicetree/bindings/nvmem/
H A Dsocionext,uniphier-efuse.yaml44 usb_rterm0: trim@54,4 {
48 usb_rterm1: trim@55,4 {
52 usb_rterm2: trim@58,4 {
56 usb_rterm3: trim@59,4 {
60 usb_sel_t0: trim@54,0 {
64 usb_sel_t1: trim@55,0 {
68 usb_sel_t2: trim@58,0 {
72 usb_sel_t3: trim@59,0 {
76 usb_hs_i0: trim@56,0 {
80 usb_hs_i2: trim@5a,0 {
H A Dqcom,qfprom.yaml116 hstx-trim-primary@25b {
134 hstx-trim-primary@1eb {
/linux/Documentation/ABI/testing/
H A Dsysfs-ata124 What: /sys/class/ata_device/devX[.Y].Z/trim
129 (RO) Shows the DSM TRIM mode currently used by the device. Valid
132 unsupported: Drive does not support DSM TRIM
134 unqueued: Drive supports unqueued DSM TRIM only
136 queued: Drive supports queued DSM TRIM
139 be buggy and only unqueued TRIM commands
/linux/arch/mips/boot/dts/cavium-octeon/
H A Docteon_68xx.dts74 cavium,qlm-trim = "4,sgmii";
83 cavium,qlm-trim = "4,sgmii";
92 cavium,qlm-trim = "4,sgmii";
101 cavium,qlm-trim = "4,sgmii";
118 cavium,qlm-trim = "0,sgmii";
127 cavium,qlm-trim = "0,sgmii";
136 cavium,qlm-trim = "0,sgmii";
145 cavium,qlm-trim = "0,sgmii";
162 cavium,qlm-trim = "2,sgmii";
171 cavium,qlm-trim = "2,sgmii";
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-stm32-usbphyc.yaml126 st,trim-hs-current:
150 st,trim-hs-impedance:
261 st,trim-hs-current = <15>;
262 st,trim-hs-impedance = <1>;
279 st,trim-hs-current = <15>;
280 st,trim-hs-impedance = <1>;
/linux/Documentation/admin-guide/
H A Djfs.rst53 This enables/disables the use of discard/TRIM commands.
54 The discard/TRIM commands are sent to the underlying
59 a TRIM command to the block device is considered useful.
/linux/drivers/rtc/
H A Drtc-rs5c372.c324 static int rs5c372_get_trim(struct i2c_client *client, int *osc, int *trim) in rs5c372_get_trim() argument
336 if (trim) { in rs5c372_get_trim()
337 dev_dbg(&client->dev, "%s: raw trim=%x\n", __func__, tmp); in rs5c372_get_trim()
350 *trim = tmp; in rs5c372_get_trim()
478 int err, osc, trim; in rs5c372_rtc_proc() local
480 err = rs5c372_get_trim(to_i2c_client(dev), &osc, &trim); in rs5c372_rtc_proc()
484 seq_printf(seq, "trim\t\t: %d\n", trim); in rs5c372_rtc_proc()
681 int err, trim; in rs5c372_sysfs_show_trim() local
683 err = rs5c372_get_trim(to_i2c_client(dev), NULL, &trim); in rs5c372_sysfs_show_trim()
687 return sprintf(buf, "%d\n", trim); in rs5c372_sysfs_show_trim()
[all …]
H A Drtc-x1205.c293 static int x1205_get_dtrim(struct i2c_client *client, int *trim) in x1205_get_dtrim() argument
320 *trim = 0; in x1205_get_dtrim()
323 *trim += 20; in x1205_get_dtrim()
326 *trim += 10; in x1205_get_dtrim()
329 *trim = -*trim; in x1205_get_dtrim()
334 static int x1205_get_atrim(struct i2c_client *client, int *trim) in x1205_get_atrim() argument
369 *trim = (atr * 250) + 11000; in x1205_get_atrim()
371 dev_dbg(&client->dev, "%s: real=%d\n", __func__, *trim); in x1205_get_atrim()
/linux/scripts/
H A Dparse-maintainers.pl101 sub trim { subroutine
153 $line = $1 . ":\t" . trim($2) . "\n";
158 $case = trim($lastline);
170 trim($lastline) eq "" or die ("Odd non-pattern line '$lastline' for '$case'");
/linux/fs/xfs/
H A Dxfs_discard.c33 * gathering extents to trim, we must hold the AGF lock to lock out other
145 * Care must be taken setting up the trim cursor as the perags may not have been
147 * read in AGFs and the first operation run on the mounted fs is a trim. This
247 * supposed to skip it. Do not bother to trim down partially in xfs_trim_gather_extents()
263 /* Trim the extent returned to the range we want. */ in xfs_trim_gather_extents()
433 /* minimum length that caller allows us to trim */
553 /* Trim extents on an !rtgroups realtime device */
610 /* minimum length that caller allows us to trim */
670 /* Trim extents in this rtgroup using the busy extent machinery. */
799 * trim a range of the filesystem.
[all …]
/linux/Documentation/devicetree/bindings/mmc/
H A Dnvidia,tegra20-sdhci.yaml100 The DQS trim values are only used on controllers which support HS400
104 nvidia,default-trim:
108 nvidia,dqs-trim:
109 description: Specify DQS trim value for HS400 timing.
307 nvidia,default-trim = <0x4>;
/linux/Documentation/devicetree/bindings/net/ieee802154/
H A Datmel,at86rf233.yaml35 xtal-trim:
64 xtal-trim = /bits/ 8 <0x06>;
/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c1188 static void qla_trim_buf(struct qla_qpair *qp, u16 trim) in qla_trim_buf() argument
1193 if (!trim) in qla_trim_buf()
1196 for (i = 0; i < trim; i++) { in qla_trim_buf()
1200 "QP id(%d): trim active buf[%d]. Remain %d bufs\n", in qla_trim_buf()
1217 qp->id, trim, qp->buf_pool.num_alloc); in qla_trim_buf()
1222 u32 trim; in __qla_adjust_buf() local
1231 trim = qp->buf_pool.num_alloc - qp->buf_pool.max_used; in __qla_adjust_buf()
1232 trim = (trim * 10) / 100; in __qla_adjust_buf()
1233 trim = trim ? trim : 1; in __qla_adjust_buf()
1234 qla_trim_buf(qp, trim); in __qla_adjust_buf()
/linux/kernel/bpf/
H A Dlpm_trie.c462 struct lpm_trie_node __rcu **trim, **trim2; in trie_delete_elem() local
482 trim = &trie->root; in trie_delete_elem()
483 trim2 = trim; in trie_delete_elem()
485 while ((node = rcu_dereference(*trim))) { in trie_delete_elem()
493 trim2 = trim; in trie_delete_elem()
495 trim = &node->child[next_bit]; in trie_delete_elem()
541 rcu_assign_pointer(*trim, rcu_access_pointer(node->child[0])); in trie_delete_elem()
543 rcu_assign_pointer(*trim, rcu_access_pointer(node->child[1])); in trie_delete_elem()
545 RCU_INIT_POINTER(*trim, NULL); in trie_delete_elem()
/linux/net/core/
H A Dskmsg.c265 int trim = msg->sg.size - len; in sk_msg_trim() local
268 if (trim <= 0) { in sk_msg_trim()
269 WARN_ON(trim < 0); in sk_msg_trim()
276 trim >= msg->sg.data[i].length) { in sk_msg_trim()
277 trim -= msg->sg.data[i].length; in sk_msg_trim()
280 if (!trim) in sk_msg_trim()
284 msg->sg.data[i].length -= trim; in sk_msg_trim()
285 sk_mem_uncharge(sk, trim); in sk_msg_trim()
293 /* If we trim data a full sg elem before curr pointer update in sk_msg_trim()
359 /* Revert iov_iter updates, msg will need to use 'trim' later if it in sk_msg_zerocopy_from_iter()
[all …]
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml157 azoteq,fosc-trim:
161 description: Specifies the device's core clock frequency trim.
176 azoteq,trim-x:
180 description: Specifies the horizontal trim width.
182 azoteq,trim-y:
186 description: Specifies the vertical trim height.
/linux/drivers/net/phy/
H A Dbcm7xxx.c78 /* CORE_BASE1E, force trim to overwrite and set I_ext trim to 0000 */ in bcm7xxx_28nm_d0_afe_config_init()
81 /* DSP_TAP10, adjust bias current trim (+0% swing, +0 tick) */ in bcm7xxx_28nm_d0_afe_config_init()
106 /* CORE_BASE1E, force trim to overwrite and set I_ext trim to 0000 */ in bcm7xxx_28nm_e0_plus_afe_config_init()
109 /* DSP_TAP10, adjust bias current trim (+0% swing, +0 tick) */ in bcm7xxx_28nm_e0_plus_afe_config_init()
264 /* Set current trim values INT_trim = -1, Ext_trim =0 */ in bcm7xxx_28nm_ephy_01_afe_config_init()
/linux/lib/
H A Dextable.c77 /*trim the beginning*/ in trim_init_extable()
83 /*trim the end*/ in trim_init_extable()
/linux/drivers/block/drbd/
H A Ddrbd_protocol.h61 * which is why I chose TRIM here, to disambiguate. */
193 /* supports TRIM/DISCARD on the "wire" protocol */
196 /* Detect all-zeros during resync, and rather TRIM/UNMAP/DISCARD those blocks
234 * unmap/trim/discard/de-allocate.
/linux/drivers/phy/socionext/
H A Dphy-uniphier-usb3hs.c145 struct uniphier_u3hsphy_trim_param trim; in uniphier_u3hsphy_update_config() local
149 ret = uniphier_u3hsphy_get_nvparams(priv, &trim); in uniphier_u3hsphy_update_config()
158 if (!ret && trim_param_is_valid(&trim)) { in uniphier_u3hsphy_update_config()
159 priv->data->trim_func(priv, pconfig, &trim); in uniphier_u3hsphy_update_config()
/linux/arch/arm/boot/dts/st/
H A Dstm32mp135f-dhcor-dhsbc.dts400 st,trim-hs-current = <11>;
401 st,trim-hs-impedance = <2>;
418 st,trim-hs-current = <11>;
419 st,trim-hs-impedance = <2>;
/linux/fs/ext4/
H A Dmballoc.h89 * The maximum order upto which CR_BEST_AVAIL_LEN can trim a particular
90 * allocation request. Example, if we have an order 7 request and max trim order
91 * of 3, we can trim this request upto order 4.
/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst50 to trim or secure trim operations where the minimum size is
/linux/drivers/infiniband/core/
H A Dumem_dmabuf.c55 unsigned long trim = cur + sg_dma_len(sg) - end; in ib_umem_dmabuf_map_pages() local
58 umem_dmabuf->last_sg_trim = trim; in ib_umem_dmabuf_map_pages()
59 sg_dma_len(sg) -= trim; in ib_umem_dmabuf_map_pages()
/linux/samples/rust/
H A Drust_debugfs_scoped.rs43 let s = core::str::from_utf8(&buf[..n]).map_err(|_| EINVAL)?.trim(); in remove_file_write()
67 let s = core::str::from_utf8(&buf[..n]).map_err(|_| EINVAL)?.trim(); in create_file_write()

12345678910>>...12