Searched refs:online (Results 51 - 75 of 157) sorted by relevance

1234567

/linux-master/drivers/staging/fieldbus/anybuss/
H A Dhms-profinet.c153 static void profi_on_online_changed(struct anybuss_client *client, bool online) argument
157 fieldbus_dev_online_changed(&priv->fbdev, online);
/linux-master/arch/s390/include/uapi/asm/
H A Dzcrypt.h217 * @online online status
223 unsigned int online:1; member in struct:zcrypt_device_status_ext
343 unsigned int online:1; member in struct:zcrypt_device_status
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c458 unsigned char online; local
461 "/sys/devices/system/cpu/cpu%d/online", cpu);
467 ret = read(fd, &online, sizeof(online));
473 if (online == '1')
474 online = 1;
476 online = 0;
478 return online;
493 "/sys/devices/system/cpu/cpu%d/online", cpu);
498 fprintf(stderr, "This system is not configured for CPU 0 online/offlin
542 int online; local
606 int online; local
2632 int online; local
[all...]
/linux-master/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c592 zq->online = 0;
593 pr_err("Crypto dev=%02x.%04x rc/rs=%d/%d online=0 rc=EAGAIN\n",
597 ZCRYPT_DBF_ERR("%s dev=%02x.%04x rc/rs=%d/%d => online=0 rc=EAGAIN\n",
601 ap_send_online_uevent(&zq->queue->ap_dev, zq->online);
737 zq->online = 0;
738 pr_err("Crypto dev=%02x.%04x unknown response type 0x%02x => online=0 rc=EAGAIN\n",
743 "%s dev=%02x.%04x unknown response type 0x%02x => online=0 rc=EAGAIN\n",
746 ap_send_online_uevent(&zq->queue->ap_dev, zq->online);
772 zq->online = 0;
773 pr_err("Crypto dev=%02x.%04x unknown response type 0x%02x => online
[all...]
H A Dzcrypt_api.c675 if (!zc->online || !zc->card->config || zc->card->chkstop ||
695 if (!zq->online || !zq->ops->rsa_modexpo ||
779 if (!zc->online || !zc->card->config || zc->card->chkstop ||
799 if (!zq->online || !zq->ops->rsa_modexpo_crt ||
895 if (!zc->online || !zc->card->config || zc->card->chkstop ||
918 if (!zq->online || !zq->ops->send_cprb ||
1091 if (!zc->online || !zc->card->config || zc->card->chkstop ||
1114 if (!zq->online || !zq->ops->send_ep11_cprb ||
1227 if (!zc->online || !zc->card->config || zc->card->chkstop ||
1236 if (!zq->online || !z
[all...]
H A Dzcrypt_msgtype50.c356 zq->online = 0;
357 pr_err("Crypto dev=%02x.%04x code=0x%02x => online=0 rc=EAGAIN\n",
360 ZCRYPT_DBF_ERR("%s dev=%02x.%04x code=0x%02x => online=0 rc=EAGAIN\n",
363 ap_send_online_uevent(&zq->queue->ap_dev, zq->online);
389 zq->online = 0;
390 pr_err("Crypto dev=%02x.%04x unknown response type 0x%02x => online=0 rc=EAGAIN\n",
395 "%s dev=%02x.%04x unknown response type 0x%02x => online=0 rc=EAGAIN\n",
398 ap_send_online_uevent(&zq->queue->ap_dev, zq->online);
/linux-master/drivers/ata/
H A Dlibata-sata.c525 * @online: optional out parameter indicating link onlineness
535 * *@online is set to one iff reset succeeded and @link is online
546 bool *online, int (*check_ready)(struct ata_link *))
551 if (online)
552 *online = false;
593 /* Link is online. From this point, -ENODEV too is an error. */
594 if (online)
595 *online = true;
621 /* online i
544 sata_link_hardreset(struct ata_link *link, const unsigned int *timing, unsigned long deadline, bool *online, int (*check_ready)(struct ata_link *)) argument
[all...]
H A Dsata_via.c336 int online; local
358 online = (sstatus & 0xf) == 0x3;
362 online ? "up" : "down", sstatus, scontrol);
367 if (!online) {
H A Dsata_highbank.c394 bool online; local
408 rc = sata_link_hardreset(link, timing, deadline, &online, NULL);
418 } while (!online && retry--);
422 if (online)
H A Dahci.c829 bool online; local
835 deadline, &online, NULL);
842 return online ? -EAGAIN : rc;
853 bool online; local
864 deadline, &online, NULL);
881 if (online) {
915 bool online; local
932 rc = sata_link_hardreset(link, timing, deadline, &online,
952 if (online)
1321 * to the harddisk doesn't become online afte
[all...]
/linux-master/tools/perf/util/
H A Dexpr.c431 struct perf_cpu_map *online = cpu_map__online(); local
433 if (online)
434 result = perf_cpu_map__nr(online);
H A Dcpumap.c694 static struct perf_cpu_map *online; local
696 if (!online)
697 online = perf_cpu_map__new_online_cpus(); /* from /sys/devices/system/cpu/online */
699 return online;
/linux-master/drivers/phy/ti/
H A Dphy-tusb1210.c222 * To determine if an USB charger is connected to the board, the online prop of
240 bool online = false; local
251 online = val.intval;
255 return online;
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c492 if ((binary && (binary->online || stream->config.continuous)) ||
750 isys_stream_descr->online = stream_cfg->online;
936 * online and cont bypass the init_in_frameinfo_memory_defaults
964 if (stream->config.online) {
2381 bool online; local
2397 online = pipe->stream->config.online;
2514 need_isp_copy_binary = !online && sensor;
2523 need_isp_copy_binary = !online
3249 bool online = false; local
4524 bool online; local
5084 bool online = false; local
6532 bool online = false; local
6879 bool online = false; local
[all...]
/linux-master/lib/
H A Dcpumask_kunit.c124 EXPECT_FOR_EACH_CPU_BUILTIN_EQ(test, online);
/linux-master/include/linux/device/
H A Dbus.h52 * @online: Called to put the device back online (after offlining it).
91 int (*online)(struct device *dev); member in struct:bus_type
/linux-master/drivers/s390/cio/
H A Ddevice.c237 return sprintf(buf, cdev->online ? "1\n" : "0\n");
281 if (!cdev->online || !cdev->drv)
291 cdev->online = 0;
358 if (cdev->online || !cdev->drv)
360 /* Hold on to an extra reference while device is online. */
372 /* Give up online reference since onlining failed. */
382 /* Check if online processing was successful */
386 /* Inform the user that set online failed. */
388 pr_warn("%s: Setting the device online failed because it is boxed\n",
391 pr_warn("%s: Setting the device online faile
[all...]
H A Ddevice_fsm.c163 * been varied online on the SE so we have to find out by magic (i. e. driving
226 if (!cdev->online) {
291 if (!cdev->online)
325 * Finished with online/offline processing.
348 if (cdev->online &&
443 if (cdev->online && cdev->drv->path_event)
545 * Get device online.
699 if (cdev->online) {
747 * Got an interrupt for a normal io (state online).
792 * Got an timeout in online stat
[all...]
/linux-master/block/
H A Dblk-cgroup.c352 pd->online = false;
436 blkg->pd[i]->online = true;
440 blkg->online = true;
548 if (blkg->pd[i] && blkg->pd[i]->online) {
549 blkg->pd[i]->online = false;
555 blkg->online = false;
1151 if (!blkg->online)
1301 * blkcg_pin_online - pin online state
1304 * While pinned, a blkcg is kept online. This is primarily used to
1314 * blkcg_unpin_online - unpin online stat
[all...]
H A Dblk-cgroup.h69 /* is this blkg online? protected by both blkcg and q locks */
70 bool online; member in struct:blkcg_gq
140 bool online; member in struct:blkg_policy_data
356 * is guaranteed to include all and only online blkgs. The caller may
/linux-master/kernel/time/
H A Dtimer_migration.c88 * The groups are built up at init time or when CPUs come online. They are
430 return !(tmc->tmgroup && tmc->online);
923 if (!tmc->online || tmc->remote || tmc->cpuevt.ignore ||
970 if (!tmc->online || !tmc->idle) {
1540 * the new online CPU comes active.
1672 /* First online attempt? Initialize CPU data */
1696 tmc->online = true;
1712 WARN_ON_ONCE(!tmc->online || tmc->idle);
1724 tmc->online = false;
1764 * online CPU
[all...]
/linux-master/drivers/power/supply/
H A Dbd99954-charger.c96 u8 online; member in struct:bd9995x_state
336 val->intval = state.online;
373 if (!state.online) {
473 state->online = 1;
475 state->online = 0;
/linux-master/net/sunrpc/
H A Dsysfs.c292 int offline = 0, online = 0, remove = 0; local
302 else if (!strncmp(buf, "online", 6))
303 online = 1;
321 } else if (online) {
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c205 static int dlpar_change_lmb_state(struct drmem_lmb *lmb, bool online) argument
216 if (online && mem_block->dev.offline)
218 else if (!online && !mem_block->dev.offline)
602 pr_err("Failed to online LMB 0x%x on node %u\n", lmb->drc_index, nid);
/linux-master/drivers/s390/char/
H A Dsclp_cmd.c282 int online)
294 if (online)
299 incr->standby = online ? 0 : 1;
339 * standby memory. This is done to simplify the "memory online"
352 * online, which includes the altmap.
281 sclp_mem_change_state(unsigned long start, unsigned long size, int online) argument

Completed in 509 milliseconds

1234567