Home
last modified time | relevance | path

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

12345678910>>...246

/linux-6.8/Documentation/ABI/testing/
Dsysfs-driver-ufs21 the descriptor could be found at UFS specifications 2.1.
31 the descriptor could be found at UFS specifications 2.1.
41 about the descriptor could be found at UFS specifications 2.1.
51 The full information about the descriptor could be found
62 about the descriptor could be found at UFS specifications 2.1.
72 The full information about the descriptor could be found
83 parameters. The full information about the descriptor could
93 descriptor could be read after partial initialization phase
95 parameters. The full information about the descriptor could
107 about the descriptor could be found at UFS specifications 2.1.
[all …]
/linux-6.8/fs/btrfs/tests/
Dfree-space-tree-tests.c37 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()
199 test_err("could not remove free space"); in test_remove_beginning()
223 test_err("could not remove free space"); in test_remove_end()
247 test_err("could not remove free space"); in test_remove_middle()
269 test_err("could not remove free space"); in test_merge_left()
276 test_err("could not add free space"); in test_merge_left()
[all …]
/linux-6.8/tools/testing/selftests/net/forwarding/
Dbridge_vlan_mcast.sh56 check_err $? "Could not enable global vlan multicast snooping"
105 check_err $? "Could not join $TEST_GROUP"
133 check_err $? "Could not find vlan 10's global options"
145 check_err $? "Could not disable multicast snooping in vlan 10"
226 check_err $? "Could not find vlan 10's global options"
235 check_err $? "Could not enable querier in vlan 10"
256 check_err $? "Could not find vlan 10's global options"
271 check_err $? "Could not set mcast_igmp_version in vlan 10"
281 check_err $? "Could not set mcast_mld_version in vlan 10"
299 check_err $? "Could not find vlan 10's global options"
[all …]
/linux-6.8/tools/testing/selftests/drivers/net/dsa/
Dbridge_vlan_mcast.sh56 check_err $? "Could not enable global vlan multicast snooping"
105 check_err $? "Could not join $TEST_GROUP"
133 check_err $? "Could not find vlan 10's global options"
145 check_err $? "Could not disable multicast snooping in vlan 10"
226 check_err $? "Could not find vlan 10's global options"
235 check_err $? "Could not enable querier in vlan 10"
256 check_err $? "Could not find vlan 10's global options"
271 check_err $? "Could not set mcast_igmp_version in vlan 10"
281 check_err $? "Could not set mcast_mld_version in vlan 10"
299 check_err $? "Could not find vlan 10's global options"
[all …]
/linux-6.8/drivers/iio/proximity/
Dirsd200.c134 dev_err(data->dev, "Could not set interrupt sources (%d)\n", in irsd200_setup()
142 dev_err(data->dev, "Could not set operation mode (%d)\n", ret); in irsd200_setup()
149 dev_err(data->dev, "Could not clear threshold count (%d)\n", in irsd200_setup()
157 dev_err(data->dev, "Could not clear status (%d)\n", ret); in irsd200_setup()
185 dev_err(data->dev, "Could not read threshold (%d)\n", ret); in irsd200_read_threshold()
226 dev_err(data->dev, "Could not write threshold (%d)\n", ret); in irsd200_write_threshold()
241 dev_err(data->dev, "Could not bulk read data (%d)\n", ret); in irsd200_read_data()
257 dev_err(data->dev, "Could not read data rate (%d)\n", ret); in irsd200_read_data_rate()
284 dev_err(data->dev, "Could not write data rate (%d)\n", ret); in irsd200_write_data_rate()
306 dev_err(data->dev, "Could not bulk read timer (%d)\n", ret); in irsd200_read_timer()
[all …]
/linux-6.8/fs/smb/server/
Dauth.c37 * So sec blob data in neg phase could be generated statically.
87 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_gen_sess_key()
101 ksmbd_debug(AUTH, "could not init hmacmd5 error %d\n", rc); in ksmbd_gen_sess_key()
109 ksmbd_debug(AUTH, "Could not update with response error %d\n", rc); in ksmbd_gen_sess_key()
115 ksmbd_debug(AUTH, "Could not generate hmacmd5 hash error %d\n", rc); in ksmbd_gen_sess_key()
142 ksmbd_debug(AUTH, "Could not set NT Hash as a key\n"); in calc_ntlmv2_hash()
148 ksmbd_debug(AUTH, "could not init hmacmd5\n"); in calc_ntlmv2_hash()
172 ksmbd_debug(AUTH, "Could not update with user\n"); in calc_ntlmv2_hash()
195 ksmbd_debug(AUTH, "Could not update with domain\n"); in calc_ntlmv2_hash()
201 ksmbd_debug(AUTH, "Could not generate md5 hash\n"); in calc_ntlmv2_hash()
[all …]
/linux-6.8/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.
/linux-6.8/Documentation/mm/damon/
Ddesign.rst16 called ``kdamond``. Multiple kdamonds could run in parallel, for different
89 mapping is not strictly required but could even incur a high overhead in some
121 bit(s) set again after one sampling period. This could disturb other kernel
214 access pattern of a region has maintained. That could be used for good
216 utilizing both the frequency and the recency could be implemented using that.
227 The monitoring target address range could dynamically changed. For example,
228 virtual memory could be dynamically mapped and unmapped. Physical memory could
231 As the changes could be quite frequent in some cases, DAMON allows the
257 operation changes for the regions. The changes could be made by modifying or
259 reconfiguring the hardware. Both offline and online approaches could be
[all …]
/linux-6.8/fs/smb/client/
Dcifsencrypt.c202 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
214 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature()
240 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
247 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
553 cifs_dbg(VFS, "%s: Could not set NT Hash as a key\n", __func__); in calc_ntlmv2_hash()
559 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
582 cifs_dbg(VFS, "%s: Could not update with user\n", __func__); in calc_ntlmv2_hash()
602 cifs_dbg(VFS, "%s: Could not update with domain\n", in calc_ntlmv2_hash()
622 cifs_dbg(VFS, "%s: Could not update with server\n", in calc_ntlmv2_hash()
631 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in calc_ntlmv2_hash()
[all …]
Dsmb2transport.c96 cifs_server_dbg(FYI, "%s: Could not find session 0x%llx\n", in smb2_get_sign_key()
136 "%s: Could not find channel signing key for session 0x%llx\n", in smb2_get_sign_key()
243 cifs_server_dbg(VFS, "%s: Could not find session\n", __func__); in smb2_calc_signature()
265 "%s: Could not update with response\n", in smb2_calc_signature()
272 cifs_server_dbg(VFS, "%s: Could not init sha256", __func__); in smb2_calc_signature()
289 "%s: Could not update with payload\n", in smb2_calc_signature()
333 cifs_server_dbg(VFS, "%s: Could not set with session key\n", __func__); in generate_key()
339 cifs_server_dbg(VFS, "%s: Could not init sign hmac\n", __func__); in generate_key()
345 cifs_server_dbg(VFS, "%s: Could not update with n\n", __func__); in generate_key()
351 cifs_server_dbg(VFS, "%s: Could not update with label\n", __func__); in generate_key()
[all …]
/linux-6.8/sound/isa/
Dadlib.c54 dev_err(dev, "could not create card\n"); in snd_adlib_probe()
60 dev_err(dev, "could not grab ports\n"); in snd_adlib_probe()
70 dev_err(dev, "could not create OPL\n"); in snd_adlib_probe()
76 dev_err(dev, "could not create FM\n"); in snd_adlib_probe()
82 dev_err(dev, "could not register card\n"); in snd_adlib_probe()
/linux-6.8/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()
/linux-6.8/tools/testing/selftests/net/
Ddrop_monitor_tests.sh151 echo "SKIP: Could not run test without ip tool"
156 echo "SKIP: Could not run test without devlink tool"
161 echo "SKIP: Could not run test without tshark tool"
166 echo "SKIP: Could not run test without dwdump tool"
171 echo "SKIP: Could not run test without udevadm tool"
176 echo "SKIP: Could not run test without timeout tool"
181 echo "SKIP: Could not run test without mausezahn tool"
/linux-6.8/drivers/infiniband/hw/hfi1/
Ddevice.c55 pr_err("Could not add cdev for minor %d, %s (err %d)\n", in hfi1_cdev_init()
68 pr_err("Could not create device for minor %d, %s (err %d)\n", in hfi1_cdev_init()
102 pr_err("Could not allocate chrdev region (err %d)\n", -ret); in dev_init()
108 pr_err("Could not create device class (err %d)\n", -ret); in dev_init()
115 pr_err("Could not create device class for user accessible files (err %d)\n", in dev_init()
/linux-6.8/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()
/linux-6.8/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()
/linux-6.8/tools/testing/selftests/drivers/net/bonding/
Dbond-eth-type-change.sh39 check_err $? "could not create a non-ARPHRD_ETHER device (nlmon)"
44 check_err $? "could not change bond mode to active-backup"
49 check_err $? "could not enslave $devbond0 to $devbond1"
55 check_err $? "could not enslave $devbond2 to $devbond0"
/linux-6.8/tools/testing/selftests/netfilter/
Dnft_nat.sh23 echo "SKIP: Could not run test without nft tool"
29 echo "SKIP: Could not run test without ip tool"
35 echo "SKIP: Could not create net namespace $ns0"
43 echo "SKIP: Could not create net namespace $ns1"
49 echo "SKIP: Could not create net namespace $ns2"
193 echo "SKIP: Could not add add $family dnat hook"
273 echo "SKIP: Could not add add $family dnat hook"
400 echo "SKIP: Could not add $family dnat hook"
461 echo "SKIP: Could not add add $family masquerade hook"
511 echo "ERROR: Could not flush $family nat postrouting" 1>&2
[all …]
Dnf_nat_edemux.sh25 echo "SKIP: Could not run test without socat"
31 echo "SKIP: Could not run test without iptables"
37 echo "SKIP: Could not run test without ip tool"
43 echo "SKIP: Could not create net namespace $ns1"
121 echo "PASS: could connect to service via redirected ports"
/linux-6.8/Documentation/networking/devlink/
Dindex.rst23 first, only after that RTNL lock could be taken.
28 Some objects, like linecards or port functions, could have another
35 instance lock of the nested instance could be taken.
40 devlink relationship (could be user for multiple nested instances.
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dprog_array_init.c13 if (!ASSERT_OK_PTR(skel, "could not open BPF object")) in test_prog_array_init()
19 if (!ASSERT_OK(err, "could not load BPF object")) in test_prog_array_init()
23 if (!ASSERT_OK_PTR(skel->links.entry, "could not attach BPF program")) in test_prog_array_init()
/linux-6.8/drivers/gpu/drm/xe/
Dxe_assert.h21 * could break the existing code.
23 * Adding &drm_WARN or &drm_err to catch unwanted programming usage could lead
50 * Below code shows how asserts could help in debug to catch unplanned use::
100 * that could be read from the &xe pointer if provided &condition is false.
134 * information that could be read from the &tile pointer if provided &condition
158 * information that could be safetely read from the &gt pointer if provided
/linux-6.8/drivers/hsi/clients/
Dnokia-modem.c101 dev_err(dev, "Could not get gpio %d\n", i); in nokia_modem_gpio_probe()
108 dev_err(dev, "Could not get gpio name %d\n", i); in nokia_modem_gpio_probe()
170 dev_err(dev, "Could not probe GPIOs\n"); in nokia_modem_probe()
183 dev_err(dev, "Could not register ssi-protocol device\n"); in nokia_modem_probe()
194 dev_err(dev, "Could not load ssi-protocol driver (%d)\n", err); in nokia_modem_probe()
206 dev_err(dev, "Could not register cmt-speech device\n"); in nokia_modem_probe()
217 dev_err(dev, "Could not load cmt-speech driver (%d)\n", err); in nokia_modem_probe()
/linux-6.8/include/linux/
Dwait.h336 * wake_up() has to be called after changing any variable that could
375 * wake_up() has to be called after changing any variable that could
402 * wake_up() has to be called after changing any variable that could
466 * wake_up() has to be called after changing any variable that could
489 * wake_up() has to be called after changing any variable that could
519 * wake_up() has to be called after changing any variable that could
574 * wake_up() has to be called after changing any variable that could
600 * wake_up() has to be called after changing any variable that could
665 * wake_up() has to be called after changing any variable that could
689 * wake_up() has to be called after changing any variable that could
[all …]
/linux-6.8/drivers/platform/x86/
Dtoshiba_bluetooth.c97 pr_err("Could not get Bluetooth device status\n"); in toshiba_bluetooth_status()
110 pr_err("Could not attach USB Bluetooth device\n"); in toshiba_bluetooth_enable()
116 pr_err("Could not power ON Bluetooth device\n"); in toshiba_bluetooth_enable()
129 pr_err("Could not power OFF Bluetooth device\n"); in toshiba_bluetooth_disable()
135 pr_err("Could not detach USB Bluetooth device\n"); in toshiba_bluetooth_disable()
149 pr_err("Could not sync bluetooth device status\n"); in toshiba_bluetooth_sync_status()

12345678910>>...246