Home
last modified time | relevance | path

Searched refs:service (Results 1 – 25 of 1350) sorted by relevance

12345678910>>...54

/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c136 vchiq_set_service_state(struct vchiq_service *service, int newstate) in vchiq_set_service_state() argument
139 service->state->id, service->localport, in vchiq_set_service_state()
140 srvstate_names[service->srvstate], in vchiq_set_service_state()
142 service->srvstate = newstate; in vchiq_set_service_state()
148 struct vchiq_service *service; in find_service_by_handle() local
151 service = handle_to_service(handle); in find_service_by_handle()
152 if (service && service->srvstate != VCHIQ_SRVSTATE_FREE && in find_service_by_handle()
153 service->handle == handle && in find_service_by_handle()
154 kref_get_unless_zero(&service->ref_count)) { in find_service_by_handle()
155 service = rcu_pointer_handoff(service); in find_service_by_handle()
[all …]
H A Dvchiq_arm.c55 struct vchiq_service *service; member
281 struct vchiq_service *service = NULL; in vchiq_add_service() local
293 service = vchiq_add_service_internal( in vchiq_add_service()
300 if (service) { in vchiq_add_service()
301 *phandle = service->handle; in vchiq_add_service()
319 struct vchiq_service *service = NULL; in vchiq_open_service() local
329 service = vchiq_add_service_internal(state, in vchiq_open_service()
335 if (service) { in vchiq_open_service()
336 *phandle = service->handle; in vchiq_open_service()
337 status = vchiq_open_service_internal(service, current->pid); in vchiq_open_service()
[all …]
H A Dvchiq_core.h145 #define VCHIQ_SERVICE_STATS_INC(service, stat) (service->stats. stat++) argument
146 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) \ argument
147 (service->stats. stat += addend)
150 #define VCHIQ_SERVICE_STATS_INC(service, stat) ((void)0) argument
151 #define VCHIQ_SERVICE_STATS_ADD(service, stat, addend) ((void)0) argument
544 vchiq_open_service_internal(struct vchiq_service *service, int client_id);
547 vchiq_close_service_internal(struct vchiq_service *service, int close_recvd);
550 vchiq_terminate_service_internal(struct vchiq_service *service);
553 vchiq_free_service_internal(struct vchiq_service *service);
570 vchiq_dump_service_state(void *dump_context, struct vchiq_service *service);
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_init.c14 static void adf_service_add(struct service_hndl *service) in adf_service_add() argument
17 list_add(&service->list, &service_table); in adf_service_add()
21 int adf_service_register(struct service_hndl *service) in adf_service_register() argument
23 memset(service->init_status, 0, sizeof(service->init_status)); in adf_service_register()
24 memset(service->start_status, 0, sizeof(service->start_status)); in adf_service_register()
25 adf_service_add(service); in adf_service_register()
29 static void adf_service_remove(struct service_hndl *service) in adf_service_remove() argument
32 list_del(&service->list); in adf_service_remove()
36 int adf_service_unregister(struct service_hndl *service) in adf_service_unregister() argument
40 for (i = 0; i < ARRAY_SIZE(service->init_status); i++) { in adf_service_unregister()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/
H A Dgpio_service.c60 struct gpio_service *service; in dal_gpio_service_create() local
63 service = kzalloc(sizeof(struct gpio_service), GFP_KERNEL); in dal_gpio_service_create()
65 if (!service) { in dal_gpio_service_create()
70 if (!dal_hw_translate_init(&service->translate, dce_version, in dal_gpio_service_create()
76 if (!dal_hw_factory_init(&service->factory, dce_version, in dal_gpio_service_create()
85 service->ctx = ctx; in dal_gpio_service_create()
89 service->factory.number_of_pins[index_of_id]; in dal_gpio_service_create()
93 service->busyness[index_of_id] = in dal_gpio_service_create()
97 if (!service->busyness[index_of_id]) { in dal_gpio_service_create()
103 service->busyness[index_of_id][i] = 0; in dal_gpio_service_create()
[all …]
H A Dgpio_base.c113 return dal_gpio_service_lock(gpio->service, gpio->id, gpio->en); in dal_gpio_lock_pin()
119 return dal_gpio_service_unlock(gpio->service, gpio->id, gpio->en); in dal_gpio_unlock_pin()
162 return gpio->service->translate.funcs->id_to_offset( in dal_gpio_get_pin_info()
259 dal_gpio_service_close(gpio->service, &gpio->pin); in dal_gpio_close()
270 struct gpio_service *service, in dal_gpio_create() argument
282 gpio->service = service; in dal_gpio_create()
292 gpio->service->factory.funcs->init_ddc_data(&gpio->hw_container.ddc, service->ctx, id, en); in dal_gpio_create()
295 gpio->service->factory.funcs->init_ddc_data(&gpio->hw_container.ddc, service->ctx, id, en); in dal_gpio_create()
298 gpio->service->factory.funcs->init_generic(&gpio->hw_container.generic, service->ctx, id, en); in dal_gpio_create()
301 gpio->service->factory.funcs->init_hpd(&gpio->hw_container.hpd, service->ctx, id, en); in dal_gpio_create()
/OK3568_Linux_fs/kernel/net/caif/
H A Dcfsrvl.c30 struct cfsrvl *service = container_obj(layr); in cfservl_ctrlcmd() local
37 service->open = true; in cfservl_ctrlcmd()
42 service->open = false; in cfservl_ctrlcmd()
46 if (phyid != service->dev_info.id) in cfservl_ctrlcmd()
48 if (service->modem_flow_on) in cfservl_ctrlcmd()
51 service->phy_flow_on = false; in cfservl_ctrlcmd()
54 if (phyid != service->dev_info.id) in cfservl_ctrlcmd()
56 if (service->modem_flow_on) { in cfservl_ctrlcmd()
61 service->phy_flow_on = true; in cfservl_ctrlcmd()
64 if (service->phy_flow_on) { in cfservl_ctrlcmd()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D0002-Don-t-execute-processes-as-a-specific-user.patch9 systemd/dlt-adaptor-udp.service.cmake | 1 -
10 systemd/dlt-dbus.service.cmake | 1 -
11 systemd/dlt-example-user.service.cmake | 1 -
12 systemd/dlt-receive.service.cmake | 1 -
13 systemd/dlt-system.service.cmake | 1 -
14 systemd/dlt.service.cmake | 1 -
17 diff --git a/systemd/dlt-adaptor-udp.service.cmake b/systemd/dlt-adaptor-udp.service.cmake
19 --- a/systemd/dlt-adaptor-udp.service.cmake
20 +++ b/systemd/dlt-adaptor-udp.service.cmake
21 @@ -21,9 +21,8 @@ Wants=dlt.service
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dqrtr.h13 TP_PROTO(__le32 service, __le32 instance, __le32 node, __le32 port),
15 TP_ARGS(service, instance, node, port),
18 __field(__le32, service)
25 __entry->service = service;
32 __entry->service, __entry->instance, __entry->node,
39 TP_PROTO(__le32 service, __le32 instance, __le32 node, __le32 port),
41 TP_ARGS(service, instance, node, port),
44 __field(__le32, service)
51 __entry->service = service;
58 __entry->service, __entry->instance, __entry->node,
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0001-systemd-lxdm.service-remove-plymouth-quit-conflicts.patch4 Subject: [PATCH] systemd/lxdm.service: remove plymouth-quit conflicts
7 will hang there as lxdm.service conflicts with plymouth-quit.service
8 and plymouth-quit will fail to start if plymouth-quit.service and
9 lxdm.service start at the same time and it will result in the boot
13 remove the conflicts setting to make the service start as expected.
21 systemd/lxdm.service | 2 +-
24 diff --git a/systemd/lxdm.service b/systemd/lxdm.service
26 --- a/systemd/lxdm.service
27 +++ b/systemd/lxdm.service
31 -Conflicts=getty@tty1.service plymouth-quit.service
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/
H A D0001-drbd-utils-support-usrmerge.patch13 scripts/drbd-demote-or-escalate@.service | 2 +-
14 scripts/drbd-promote@.service | 4 ++--
15 scripts/drbd-wait-promotable@.service | 2 +-
16 scripts/drbd.service | 6 +++---
17 scripts/drbd@.service | 6 +++---
18 scripts/ocf.ra@.service | 4 ++--
42 install -m 644 drbd.service $(DESTDIR)$(systemdunitdir)/
46 - install -m 755 drbd-service-shim.sh $(DESTDIR)/lib/drbd/scripts
51 + install -m 755 drbd-service-shim.sh $(DESTDIR)/${nonarch_libdir}/drbd/scripts
57 diff --git a/scripts/drbd-demote-or-escalate@.service b/scripts/drbd-demote-or-escalate@.service
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/bluez5/
H A D0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch21 .../src/{org.bluez.obex.service => org.bluez.obex.service.in} | 2 +-
23 rename obexd/src/{org.bluez.obex.service => org.bluez.obex.service.in} (76%)
32 systemduserunit_DATA = obexd/src/obex.service
36 dbussessionbus_DATA = obexd/src/org.bluez.obex.service
39 -EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
40 +EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
44 diff --git a/obexd/src/org.bluez.obex.service b/obexd/src/org.bluez.obex.service.in
46 rename from obexd/src/org.bluez.obex.service
47 rename to obexd/src/org.bluez.obex.service.in
49 --- a/obexd/src/org.bluez.obex.service
[all …]
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpciebus-howto.rst15 and provides information on how to enable the service drivers to
38 and handled by corresponding service drivers.
46 services. To maintain a clean and simple solution each service
47 may have its own software service driver. In this case several
48 service drivers will compete for a single PCI-PCI Bridge device.
49 For example, if the PCI Express Root Port native hotplug service
51 kernel therefore does not load other service drivers for that Root
52 Port. In other words, it is impossible to have multiple service
56 To enable multiple service drivers running simultaneously requires
58 PCI Express Ports and distributes all provided service requests
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd-serialgetty.bb11 SRC_URI = "file://serial-getty@.service"
24 install -m 0644 ${WORKDIR}/serial-getty@.service ${D}${systemd_system_unitdir}/
25 sed -i -e "s/\@BAUDRATE\@/$default_baudrate/g" ${D}${systemd_system_unitdir}/serial-getty@.service
26 sed -i -e "s/\@TERM\@/${SERIAL_TERM}/g" ${D}${systemd_system_unitdir}/serial-getty@.service
33 # enable the service
34 ln -sf ${systemd_system_unitdir}/serial-getty@.service \
35 ${D}${sysconfdir}/systemd/system/getty.target.wants/serial-getty@$ttydev.service
37 # install custom service file for the non-default baudrate
38 …install -m 0644 ${WORKDIR}/serial-getty@.service ${D}${systemd_system_unitdir}/serial-getty$baudra…
39 …sed -i -e "s/\@BAUDRATE\@/$baudrate/g" ${D}${systemd_system_unitdir}/serial-getty$baudrate@.service
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsystemd.bbclass2 # each entry, optionally have a SYSTEMD_SERVICE:[package] that lists the service
3 # files in this package. If this variable isn't set, [package].service is used.
34 for service in ${SYSTEMD_SERVICE_ESCAPED}; do
35 systemctl ${OPTS} enable "$service"
121 def systemd_add_files_and_parse(pkg_systemd, path, service, keys):
123 if systemd_append_file(pkg_systemd, oe.path.join(path, service)):
124 fullpath = oe.path.join(d.getVar("D"), path, service)
125 if service.find('.service') != -1:
126 # for *.service add *@.service
127 service_base = service.replace('.service', '')
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/watchdog/watchdog/
H A D0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch15 debian/watchdog.service | 9 +++------
16 debian/wd_keepalive.service | 10 +++++-----
19 diff --git a/debian/watchdog.service b/debian/watchdog.service
21 --- a/debian/watchdog.service
22 +++ b/debian/watchdog.service
26 -Conflicts=wd_keepalive.service
28 -OnFailure=wd_keepalive.service
43 diff --git a/debian/wd_keepalive.service b/debian/wd_keepalive.service
45 --- a/debian/wd_keepalive.service
46 +++ b/debian/wd_keepalive.service
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0006-start-lvm2-monitor.service-after-tmp.mount.patch4 Subject: [PATCH] start lvm2-monitor.service after tmp.mount
6 The lvm2-monitor.service reqires the existence of locking_dir
8 So start lvm2-monitor.service after tmp.mount
15 scripts/lvm2_monitoring_systemd_red_hat.service.in | 2 +-
18 …git a/scripts/lvm2_monitoring_systemd_red_hat.service.in b/scripts/lvm2_monitoring_systemd_red_hat…
20 --- a/scripts/lvm2_monitoring_systemd_red_hat.service.in
21 +++ b/scripts/lvm2_monitoring_systemd_red_hat.service.in
26 -After=dm-event.socket dm-event.service lvm2-activation.service
27 +After=dm-event.socket dm-event.service lvm2-activation.service tmp.mount
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/
H A D0001-Change-PIDFile-path-from-var-run-to-run.patch12 prog/init/fancontrol.service | 2 +-
13 prog/init/sensord.service | 2 +-
16 diff --git a/prog/init/fancontrol.service b/prog/init/fancontrol.service
18 --- a/prog/init/fancontrol.service
19 +++ b/prog/init/fancontrol.service
20 @@ -5,7 +5,7 @@ After=lm_sensors.service
29 diff --git a/prog/init/sensord.service b/prog/init/sensord.service
31 --- a/prog/init/sensord.service
32 +++ b/prog/init/sensord.service
33 @@ -5,7 +5,7 @@ After=lm_sensors.service
/OK3568_Linux_fs/kernel/net/qrtr/
H A Dns.c43 unsigned int service; member
49 unsigned int service; member
57 unsigned int service; member
96 if (f->service != 0 && srv->service != f->service) in server_match()
111 trace_qrtr_ns_service_announce_new(srv->service, srv->instance, in service_announce_new()
119 pkt.server.service = cpu_to_le32(srv->service); in service_announce_new()
138 trace_qrtr_ns_service_announce_del(srv->service, srv->instance, in service_announce_del()
146 pkt.server.service = cpu_to_le32(srv->service); in service_announce_del()
176 pkt.server.service = cpu_to_le32(srv->service); in lookup_notify()
229 static struct qrtr_server *server_add(unsigned int service, in server_add() argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman/
H A D0001-connman.service-stop-systemd-resolved-when-we-use-co.patch4 Subject: [PATCH] connman.service: stop systemd-resolved when we use connman
6 Stop systemd-resolved service when we use connman as network manager.
12 src/connman.service.in | 1 +
15 diff --git a/src/connman.service.in b/src/connman.service.in
17 --- a/src/connman.service.in
18 +++ b/src/connman.service.in
20 After=dbus.service network-pre.target systemd-sysusers.service
23 +Conflicts=systemd-resolved.service
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/
H A Dsystemctl187 def _process_deps(self, config, service, location, prop, dirstem): argument
193 wants = systemdir / "{}.{}".format(dependent, dirstem) / service
227 service = self.unit.replace("@.",
230 service = self.unit
232 self._process_deps(config, service, path, 'WantedBy', 'wants')
233 self._process_deps(config, service, path, 'RequiredBy', 'requires')
241 sys.exit("Error: Systemctl also enable issue with %s (%s)" % (service, e.unit))
278 for service in services:
279 state = presets.state(service)
283 SystemdUnit(root, service).enable()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch7 use [Install] blocks so that they get created when the service is enabled
8 like a traditional service.
25 units/systemd-binfmt.service.in | 4 ++++
43 ['rescue.service', ''],
44 ['serial-getty@.service', ''],
45 ['systemd-backlight@.service', 'ENABLE_BACKLIGHT'],
46 - ['systemd-binfmt.service', 'ENABLE_BINFMT',
48 + ['systemd-binfmt.service', 'ENABLE_BINFMT'],
49 ['systemd-bless-boot.service', 'HAVE_GNU_EFI HAVE_BLKID'],
50 ['systemd-boot-check-no-failures.service', ''],
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xrdp/
H A Dxrdp_0.9.18.bb32 FILES:${PN} += "${datadir}/dbus-1/services/*.service \
33 ${datadir}/dbus-1/accessibility-services/*.service "
59 install -m 0644 ${S}/instfiles/xrdp.service.in ${D}${systemd_unitdir}/system/xrdp.service
60 …install -m 0644 ${S}/instfiles/xrdp-sesman.service.in ${D}${systemd_unitdir}/system/xrdp-sesman.se…
61 …statedir},g' ${D}${systemd_unitdir}/system/xrdp.service ${D}${systemd_unitdir}/system/xrdp-sesman.
62 …sconfdir},g' ${D}${systemd_unitdir}/system/xrdp.service ${D}${systemd_unitdir}/system/xrdp-sesman.
63 …{sbindir},g' ${D}${systemd_unitdir}/system/xrdp.service ${D}${systemd_unitdir}/system/xrdp-sesman.
72 SYSTEMD_SERVICE:${PN} = "xrdp.service xrdp-sesman.service"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/volatile-binds/
H A Dvolatile-binds.bb9 file://volatile-binds.service.in \
33 services.append("%s.service" % what[1:].replace("/", "-"))
38 FILES:${PN} += "${systemd_system_unitdir}/*.service ${servicedir}"
50 servicefile="$(echo "$servicefile" | tr / -).service"
54 volatile-binds.service.in >$servicefile
59 if [ -e var-volatile-lib.service ]; then
60 # As the seed is stored under /var/lib, ensure that this service runs
62 sed -i -e "/^Before=/s/\$/ systemd-random-seed.service/" \
63 -e "/^WantedBy=/s/\$/ systemd-random-seed.service/" \
64 var-volatile-lib.service
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst2 dm-service-time
5 dm-service-time is a path selector module for device-mapper targets,
6 which selects a path with the shortest estimated service time for
9 The service time for each path is estimated by dividing the total size
14 The path selector name is 'service-time'.
49 dm-service-time adds the I/O size to 'in-flight-size' when the I/O is
51 Basically, dm-service-time selects a path having minimum service time
69 If such optimizations can't be applied, calculate service time, and
70 compare service time.
71 If calculated service time is equal, the path having maximum
[all …]

12345678910>>...54