Home
last modified time | relevance | path

Searched full:could (Results 1 – 25 of 6150) sorted by relevance

12345678910>>...246

/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-driver-ufs20 the descriptor could be found at UFS specifications 2.1.
28 the descriptor could be found at UFS specifications 2.1.
36 about the descriptor could be found at UFS specifications 2.1.
44 The full information about the descriptor could be found
53 about the descriptor could be found at UFS specifications 2.1.
61 The full information about the descriptor could be found
70 parameters. The full information about the descriptor could
78 descriptor could be read after partial initialization phase
80 parameters. The full information about the descriptor could
90 about the descriptor could be found at UFS specifications 2.1.
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-ufs20 the descriptor could be found at UFS specifications 2.1.
29 the descriptor could be found at UFS specifications 2.1.
38 about the descriptor could be found at UFS specifications 2.1.
47 The full information about the descriptor could be found
57 about the descriptor could be found at UFS specifications 2.1.
66 The full information about the descriptor could be found
76 parameters. The full information about the descriptor could
85 descriptor could be read after partial initialization phase
87 parameters. The full information about the descriptor could
98 about the descriptor could be found at UFS specifications 2.1.
[all …]
/kernel/linux/linux-5.10/fs/btrfs/tests/
Dfree-space-tree-tests.c36 test_err("could not find free space info"); in __check_free_space_extents()
119 test_err("could not find free space info"); in check_free_space_extents()
135 test_err("could not convert to extents"); in check_free_space_extents()
141 test_err("could not convert to bitmaps"); in check_free_space_extents()
176 test_err("could not remove free space"); in test_remove_all()
198 test_err("could not remove free space"); in test_remove_beginning()
222 test_err("could not remove free space"); in test_remove_end()
246 test_err("could not remove free space"); in test_remove_middle()
268 test_err("could not remove free space"); in test_merge_left()
275 test_err("could not add free space"); in test_merge_left()
[all …]
/kernel/linux/linux-4.19/fs/btrfs/tests/
Dfree-space-tree-tests.c35 test_err("could not find free space info"); in __check_free_space_extents()
120 test_err("could not find free space info"); in check_free_space_extents()
136 test_err("could not convert to extents"); in check_free_space_extents()
142 test_err("could not convert to bitmaps"); in check_free_space_extents()
177 test_err("could not remove free space"); in test_remove_all()
200 test_err("could not remove free space"); in test_remove_beginning()
225 test_err("could not remove free space"); in test_remove_end()
250 test_err("could not remove free space"); in test_remove_middle()
273 test_err("could not remove free space"); in test_merge_left()
280 test_err("could not add free space"); in test_merge_left()
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dvidioc-query-dv-timings.rst57 If the timings could not be detected because there was no signal, then
59 the receiver could not lock to the signal, then ``ENOLCK`` is returned. If
60 the receiver could lock to the signal, but the format is unsupported
62 capabilities), then the driver fills in whatever timings it could find
80 No timings could be detected because no signal was found.
83 The signal was unstable and the hardware could not lock on to it.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-query-dv-timings.rst57 If the timings could not be detected because there was no signal, then
59 the receiver could not lock to the signal, then ``ENOLCK`` is returned. If
60 the receiver could lock to the signal, but the format is unsupported
62 capabilities), then the driver fills in whatever timings it could find
79 No timings could be detected because no signal was found.
82 The signal was unstable and the hardware could not lock on to it.
/kernel/linux/linux-4.19/fs/cifs/
Dcifsencrypt.c71 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
88 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
99 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature()
126 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
133 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
511 cifs_dbg(VFS, "%s: Could not set NT Hash as a key\n", __func__); in calc_ntlmv2_hash()
517 cifs_dbg(VFS, "%s: could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
540 cifs_dbg(VFS, "%s: Could not update with user\n", __func__); in calc_ntlmv2_hash()
560 cifs_dbg(VFS, "%s: Could not update with domain\n", in calc_ntlmv2_hash()
580 cifs_dbg(VFS, "%s: Could not update with server\n", in calc_ntlmv2_hash()
[all …]
Dsmb2transport.c179 cifs_dbg(VFS, "%s: Could not find session\n", __func__); in smb2_calc_signature()
195 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in smb2_calc_signature()
202 cifs_dbg(VFS, "%s: Could not init sha256", __func__); in smb2_calc_signature()
218 cifs_dbg(VFS, "%s: Could not update with payload\n", in smb2_calc_signature()
255 cifs_dbg(VFS, "%s: Could not set with session key\n", __func__); in generate_key()
261 cifs_dbg(VFS, "%s: Could not init sign hmac\n", __func__); in generate_key()
268 cifs_dbg(VFS, "%s: Could not update with n\n", __func__); in generate_key()
275 cifs_dbg(VFS, "%s: Could not update with label\n", __func__); in generate_key()
282 cifs_dbg(VFS, "%s: Could not update with zero\n", __func__); in generate_key()
289 cifs_dbg(VFS, "%s: Could not update with context\n", __func__); in generate_key()
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifsencrypt.c72 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
89 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
100 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature()
127 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
134 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
517 cifs_dbg(VFS, "%s: Could not set NT Hash as a key\n", __func__); in calc_ntlmv2_hash()
523 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
546 cifs_dbg(VFS, "%s: Could not update with user\n", __func__); in calc_ntlmv2_hash()
566 cifs_dbg(VFS, "%s: Could not update with domain\n", in calc_ntlmv2_hash()
586 cifs_dbg(VFS, "%s: Could not update with server\n", in calc_ntlmv2_hash()
[all …]
/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Dhsmmc.c69 pr_err("Could not late init MMC\n"); in omap_hsmmc_late_init()
104 pr_err("Could not look up %s\n", oh_name); in omap_hsmmc_init_one()
115 pr_err("Could not allocate pdev for %s\n", name); in omap_hsmmc_init_one()
122 pr_err("Could not allocate od for %s\n", name); in omap_hsmmc_init_one()
129 pr_err("Could not add pdata for %s\n", name); in omap_hsmmc_init_one()
137 pr_err("Could not register od for %s\n", name); in omap_hsmmc_init_one()
/kernel/linux/linux-4.19/sound/isa/
Dadlib.c58 dev_err(dev, "could not create card\n"); in snd_adlib_probe()
64 dev_err(dev, "could not grab ports\n"); in snd_adlib_probe()
76 dev_err(dev, "could not create OPL\n"); in snd_adlib_probe()
82 dev_err(dev, "could not create FM\n"); in snd_adlib_probe()
88 dev_err(dev, "could not register card\n"); in snd_adlib_probe()
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
Dnokia.c159 pr_debug("could not get phonet function\n"); in nokia_bind_config()
165 pr_debug("could not get obex function 0\n"); in nokia_bind_config()
171 pr_debug("could not get obex function 1\n"); in nokia_bind_config()
195 pr_debug("could not add phonet function\n"); in nokia_bind_config()
201 pr_debug("could not add obex function 0\n"); in nokia_bind_config()
207 pr_debug("could not add obex function 1\n"); in nokia_bind_config()
216 pr_debug("could not bind ecm config %d\n", status); in nokia_bind_config()
290 pr_debug("could not find phonet function\n"); in nokia_bind()
294 pr_debug("could not find obex function 1\n"); in nokia_bind()
298 pr_debug("could not find obex function 2\n"); in nokia_bind()
/kernel/linux/linux-4.19/drivers/usb/gadget/legacy/
Dnokia.c160 pr_debug("could not get phonet function\n"); in nokia_bind_config()
166 pr_debug("could not get obex function 0\n"); in nokia_bind_config()
172 pr_debug("could not get obex function 1\n"); in nokia_bind_config()
196 pr_debug("could not add phonet function\n"); in nokia_bind_config()
202 pr_debug("could not add obex function 0\n"); in nokia_bind_config()
208 pr_debug("could not add obex function 1\n"); in nokia_bind_config()
217 pr_debug("could not bind ecm config %d\n", status); in nokia_bind_config()
291 pr_debug("could not find phonet function\n"); in nokia_bind()
295 pr_debug("could not find obex function 1\n"); in nokia_bind()
299 pr_debug("could not find obex function 2\n"); in nokia_bind()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/cascadelakex/
Duncore-other.json506 …O (the Read for Ownership issued before a write) transactions. The snoop could have either been t…
578 …ze (x16,x8,x4) that is plugged directly into one of the PCIe slots. Part0 could also refer to any …
590 … a x4 PCIe card plugged into the second slot of a PCIe riser card, but it could refer to any x4 de…
602 … or x8 PCIe card plugged into the third slot of a PCIe riser card, but it could refer to any x4 or…
614 … a x4 PCIe card plugged into the fourth slot of a PCIe riser card, but it could brefer to any dev…
626 …ze (x16,x8,x4) that is plugged directly into one of the PCIe slots. Part0 could also refer to any …
638 … a x4 PCIe card plugged into the second slot of a PCIe riser card, but it could refer to any x4 de…
650 … or x8 PCIe card plugged into the third slot of a PCIe riser card, but it could refer to any x4 or…
662 … a x4 PCIe card plugged into the fourth slot of a PCIe riser card, but it could brefer to any devi…
674 …ze (x16,x8,x4) that is plugged directly into one of the PCIe slots. Part0 could also refer to any …
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylakex/
Duncore-other.json506 …O (the Read for Ownership issued before a write) transactions. The snoop could have either been t…
557 …ze (x16,x8,x4) that is plugged directly into one of the PCIe slots. Part0 could also refer to any …
569 … a x4 PCIe card plugged into the second slot of a PCIe riser card, but it could refer to any x4 de…
581 … or x8 PCIe card plugged into the third slot of a PCIe riser card, but it could refer to any x4 or…
593 … a x4 PCIe card plugged into the fourth slot of a PCIe riser card, but it could brefer to any dev…
605 …ze (x16,x8,x4) that is plugged directly into one of the PCIe slots. Part0 could also refer to any …
617 … a x4 PCIe card plugged into the second slot of a PCIe riser card, but it could refer to any x4 de…
629 … or x8 PCIe card plugged into the third slot of a PCIe riser card, but it could refer to any x4 or…
641 … a x4 PCIe card plugged into the fourth slot of a PCIe riser card, but it could brefer to any devi…
653 …ze (x16,x8,x4) that is plugged directly into one of the PCIe slots. Part0 could also refer to any …
[all …]
/kernel/linux/linux-4.19/arch/ia64/kernel/
Dcyclone.c55 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
63 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
73 printk(KERN_ERR "Summit chipset: Could not find valid PMCC" in init_cyclone_clock()
85 printk(KERN_ERR "Summit chipset: Could not find valid MPCS" in init_cyclone_clock()
97 printk(KERN_ERR "Summit chipset: Could not find valid MPMC" in init_cyclone_clock()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dcyclone.c55 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
63 printk(KERN_ERR "Summit chipset: Could not find valid CBAR" in init_cyclone_clock()
73 printk(KERN_ERR "Summit chipset: Could not find valid PMCC" in init_cyclone_clock()
85 printk(KERN_ERR "Summit chipset: Could not find valid MPCS" in init_cyclone_clock()
97 printk(KERN_ERR "Summit chipset: Could not find valid MPMC" in init_cyclone_clock()
/kernel/linux/linux-5.10/sound/isa/
Dadlib.c59 dev_err(dev, "could not create card\n"); in snd_adlib_probe()
65 dev_err(dev, "could not grab ports\n"); in snd_adlib_probe()
77 dev_err(dev, "could not create OPL\n"); in snd_adlib_probe()
83 dev_err(dev, "could not create FM\n"); in snd_adlib_probe()
89 dev_err(dev, "could not register card\n"); in snd_adlib_probe()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Ddrop_monitor_tests.sh157 echo "SKIP: Could not run test without ip tool"
162 echo "SKIP: Could not run test without devlink tool"
167 echo "SKIP: Could not run test without tshark tool"
172 echo "SKIP: Could not run test without dwdump tool"
177 echo "SKIP: Could not run test without udevadm tool"
182 echo "SKIP: Could not run test without timeout tool"
187 echo "SKIP: Could not run test without mausezahn tool"
/kernel/linux/linux-4.19/Documentation/isdn/
DREADME.concap59 isdn network interfaces I could have introduced yet another branch to
64 protocol, complexity could be reduced and maintainability could be
73 from the hardware specific interface stuff such code could be shared
199 encapsulation services could look like this:
229 then the interface of the service function could be changed
238 we could have
243 driver could directly register the concap protocol's encap_and_xmit()
248 The device's data request function could also be defined as
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/
Dtrace-agent-rw.c51 pr_err("Could not open in_fd (CPU:%d)\n", cpu); in rw_thread_init()
60 pr_err("Could not open out_fd (CPU:%d)\n", cpu); in rw_thread_init()
68 pr_err("Could not create pipe in rw-thread(%d)\n", cpu); in rw_thread_init()
77 pr_err("Could not change pipe size in rw-thread(%d)\n", cpu); in rw_thread_init()
101 pr_err("Could not set CPU#%d affinity\n", (int)cpu_num); in bind_cpu()
185 pr_err("Could not create a rw thread(%d)\n", rw_ti->cpu_num); in rw_thread_run()
/kernel/linux/linux-4.19/drivers/infiniband/core/
Drdma_core.h80 * This function could create (access == NEW), destroy (access == DESTROY)
91 * Note that certain finalize stages could return a status:
92 * (a) alloc_commit could return a failure if the object is committed at the
94 * (b) remove_commit could fail if the object wasn't destroyed successfully.
95 * Since multiple objects could be finalized in one transaction, it is very NOT
102 * function. For example, this could happen when we couldn't destroy an
/kernel/linux/linux-4.19/tools/virtio/virtio-trace/
Dtrace-agent-rw.c53 pr_err("Could not open in_fd (CPU:%d)\n", cpu); in rw_thread_init()
62 pr_err("Could not open out_fd (CPU:%d)\n", cpu); in rw_thread_init()
70 pr_err("Could not create pipe in rw-thread(%d)\n", cpu); in rw_thread_init()
79 pr_err("Could not change pipe size in rw-thread(%d)\n", cpu); in rw_thread_init()
103 pr_err("Could not set CPU#%d affinity\n", (int)cpu_num); in bind_cpu()
187 pr_err("Could not create a rw thread(%d)\n", rw_ti->cpu_num); in rw_thread_run()
/kernel/linux/linux-4.19/arch/arm/mach-rockchip/
Dplatsmp.c80 pr_err("%s: could not get reset control for core %d\n", in pmu_set_power_domain()
96 pr_err("%s: could not update power domain\n", in pmu_set_power_domain()
105 pr_err("%s: could not read power domain state\n", in pmu_set_power_domain()
185 pr_err("%s: could not get address for node %pOF\n", in rockchip_smp_prepare_sram()
243 pr_err("%s: could not find pmu dt node\n", __func__); in rockchip_smp_prepare_pmu()
249 pr_err("%s: could not map pmu registers\n", __func__); in rockchip_smp_prepare_pmu()
273 pr_err("%s: could not find sram dt node\n", __func__); in rockchip_smp_prepare_cpus()
279 pr_err("%s: could not map sram registers\n", __func__); in rockchip_smp_prepare_cpus()
301 pr_err("%s: could not map scu registers\n", __func__); in rockchip_smp_prepare_cpus()
/kernel/linux/linux-5.10/arch/arm/mach-rockchip/
Dplatsmp.c71 pr_err("%s: could not get reset control for core %d\n", in pmu_set_power_domain()
87 pr_err("%s: could not update power domain\n", in pmu_set_power_domain()
96 pr_err("%s: could not read power domain state\n", in pmu_set_power_domain()
176 pr_err("%s: could not get address for node %pOF\n", in rockchip_smp_prepare_sram()
234 pr_err("%s: could not find pmu dt node\n", __func__); in rockchip_smp_prepare_pmu()
241 pr_err("%s: could not map pmu registers\n", __func__); in rockchip_smp_prepare_pmu()
265 pr_err("%s: could not find sram dt node\n", __func__); in rockchip_smp_prepare_cpus()
271 pr_err("%s: could not map sram registers\n", __func__); in rockchip_smp_prepare_cpus()
299 pr_err("%s: could not map scu registers\n", __func__); in rockchip_smp_prepare_cpus()

12345678910>>...246