Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 2764) sorted by relevance

12345678910>>...111

/OK3568_Linux_fs/external/xserver/xkb/
H A DddxLoad.c60 LoadXKM(unsigned want, unsigned need, const char *keymap, XkbDescPtr *xkbRtrn);
206 unsigned int need; member
216 XkbWriteXKBKeymapForNames(stderr, ctx->names, ctx->xkb, ctx->want, ctx->need); in xkb_write_keymap_for_names_cb()
219 XkbWriteXKBKeymapForNames(out, ctx->names, ctx->xkb, ctx->want, ctx->need); in xkb_write_keymap_for_names_cb()
226 unsigned need, char *nameRtrn, int nameRtrnLen) in XkbDDXCompileKeymapByNames() argument
234 .need = need in XkbDDXCompileKeymapByNames()
267 unsigned int need, in XkbDDXLoadKeymapFromString() argument
285 have = LoadXKM(want, need, map_name, xkbRtrn); in XkbDDXLoadKeymapFromString()
328 LoadXKM(unsigned want, unsigned need, const char *keymap, XkbDescPtr *xkbRtrn) in LoadXKM() argument
340 missing = XkmReadFile(file, need, want, xkbRtrn); in LoadXKM()
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dsphinx-pre-install21 my $need = 0;
128 $need++;
389 return if (!$need && !$optional);
458 return if (!$need && !$optional);
512 return if (!$need && !$optional);
556 return if (!$need && !$optional);
586 return if (!$need && !$optional);
612 return if (!$need && !$optional);
778 if ($need == 1) {
779 die "Can't build as $need mandatory dependency is missing";
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dmisc.c96 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; in ubi_update_reserved() local
98 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved()
101 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved()
102 ubi->avail_pebs -= need; in ubi_update_reserved()
103 ubi->rsvd_pebs += need; in ubi_update_reserved()
104 ubi->beb_rsvd_pebs += need; in ubi_update_reserved()
105 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dmisc.c94 int need = ubi->beb_rsvd_level - ubi->beb_rsvd_pebs; in ubi_update_reserved() local
96 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved()
99 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved()
100 ubi->avail_pebs -= need; in ubi_update_reserved()
101 ubi->rsvd_pebs += need; in ubi_update_reserved()
102 ubi->beb_rsvd_pebs += need; in ubi_update_reserved()
103 ubi_msg(ubi, "reserved more %d PEBs for bad PEB handling", need); in ubi_update_reserved()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmdsmap.c67 size_t need; \
69 need = sizeof(type) * n; \
70 ceph_decode_need(p, end, need, bad); \
71 *p += need; \
77 size_t need; \
79 need = (sizeof(ktype) + sizeof(vtype)) * n; \
80 ceph_decode_need(p, end, need, bad); \
81 *p += need; \
361 size_t need; in ceph_mdsmap_decode() local
363 need = sizeof(u32) * n; in ceph_mdsmap_decode()
[all …]
/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dplatform_no_drv_owner.cocci127 msg = "No need to set .owner here. The core will do it."
134 msg = "No need to set .owner here. The core will do it."
141 msg = "No need to set .owner here. The core will do it."
148 msg = "No need to set .owner here. The core will do it."
157 msg = "No need to set .owner here. The core will do it."
164 msg = "No need to set .owner here. The core will do it."
171 msg = "No need to set .owner here. The core will do it."
178 msg = "No need to set .owner here. The core will do it."
/OK3568_Linux_fs/kernel/fs/nls/
H A DKconfig45 in so-called DOS codepages. You need to include the appropriate
57 in so-called DOS codepages. You need to include the appropriate
69 in so-called DOS codepages. You need to include the appropriate
82 so-called DOS codepages. You need to include the appropriate
98 so-called DOS codepages. You need to include the appropriate
113 so-called DOS codepages. You need to include the appropriate
124 so-called DOS codepages. You need to include the appropriate
135 so-called DOS codepages. You need to include the appropriate
146 so-called DOS codepages. You need to include the appropriate
157 so-called DOS codepages. You need to include the appropriate
[all …]
/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dring.c189 bool need; in kick_available() local
194 need = need_event(event->kick_index, in kick_available()
199 if (need) in kick_available()
256 bool need; in call_used() local
262 need = need_event(event->call_index, in call_used()
268 if (need) in call_used()
H A Dvirtio_ring_0_9.c228 bool need; in kick_available() local
233 need = vring_need_event(vring_avail_event(&ring), in kick_available()
238 if (need) in kick_available()
321 bool need; in call_used() local
326 need = vring_need_event(vring_used_event(&ring), in call_used()
331 if (need) in call_used()
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_erp.c125 enum zfcp_erp_act_type need = want; in zfcp_erp_handle_failed() local
132 need = 0; in zfcp_erp_handle_failed()
136 need = 0; in zfcp_erp_handle_failed()
141 need = 0; in zfcp_erp_handle_failed()
150 need = 0; in zfcp_erp_handle_failed()
158 return need; in zfcp_erp_handle_failed()
166 enum zfcp_erp_act_type need = want; in zfcp_erp_required_act() local
181 need = ZFCP_ERP_ACTION_REOPEN_PORT; in zfcp_erp_required_act()
186 need = ZFCP_ERP_ACTION_REOPEN_PORT; in zfcp_erp_required_act()
197 return need; in zfcp_erp_required_act()
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3399-dmc.txt4 - rockchip,cru: this driver should access cru regs, so need get cru here
5 - rockchip,pmucru: this driver should access pmucru regs, so need get pmucru here
6 - rockchip,pmugrf: this driver should access pmugrf regs, so need get pmugrf here
7 - rockchip,pmusgrf: this driver should access pmusgrf regs, so need get pmusgrf here
8 - rockchip,cic: this driver should access cic regs, so need get cic here
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dandroid.txt9 1. You need to download and install the Android Native Development Kit (NDK).
50 You need to run make with the NDK toolchain and sysroot defined above:
58 You need to connect to your Android device/emulator using adb.
62 If you also want to use perf-archive you need busybox tools for Android.
63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh:
70 Some perf features need environment variables to run properly.
71 You need to set these before running perf on the target:
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Didr.rst31 If you need to change the pointer associated with an ID, you can call
37 Some users need to allocate IDs larger than ``INT_MAX``. So far all of
39 idr_alloc_u32(). If you need IDs that will not fit in a u32,
42 If you need to allocate IDs sequentially, you can use
48 iterator-style idr_for_each_entry(). You may need to use
60 If you need to take a lock while allocating a new ID from the IDR,
61 you may need to pass a restrictive set of GFP flags, which can lead
/OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/
H A Dstart.rst9 This chapter describes how you need to prepare your system in order to
15 Before you can use Toaster, you need to first set up your build system
19 also need to do an additional install of pip3. ::
37 You need to install the packages that Toaster requires. Use this
49 If you need to remove something, the following works::
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A DKconfig12 modem to your computer's USB port. You will then need to choose your
25 modem. In order to use your modem you will need to install the
37 AccessRunner chipset. In order to use your modem you will need to
49 or eagle chipset. In order to use your modem you will need to
60 another USB DSL drivers. In order to use your modem you will need to
62 and reception as module parameters. You may need to initialize
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass154 # Return - False - We need this dependency
169 # We only need to trigger populate_lic through direct dependencies
173 # We only need to trigger packagedata through direct dependencies
174 # but need to preserve packagedata on packagedata links
187 # do_package_write_* and do_package doesn't need do_package
190 # do_package_write_* need do_populate_sysroot as they're mainly postinstall dependencies
193 # do_package/packagedata/package_qa don't need do_populate_sysroot
207 # Native/Cross populate_sysroot need their dependencies
210 # Target populate_sysroot depended on by cross tools need to be installed
217 # Target populate_sysroot need their dependencies
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A DKconfig43 # Used by drivers that need tuner.ko
47 # Used by drivers that need v4l2-jpeg.ko
51 # Used by drivers that need v4l2-h264.ko
55 # Used by drivers that need v4l2-mem2mem.ko
74 # Used by drivers that need Videobuf modules
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_cf_diag.c372 size_t ctrset_size, need = 0; in cf_diag_getctrset() local
381 need = ctrset_size * sizeof(u64) + sizeof(*ctrdata); in cf_diag_getctrset()
382 if (need <= room) in cf_diag_getctrset()
388 need = 0; in cf_diag_getctrset()
395 cpuhw->info.csvn, need, rc); in cf_diag_getctrset()
396 return need; in cf_diag_getctrset()
673 size_t need; in cf_diag_init() local
681 need = cf_diag_ctrset_maxsize(&info); in cf_diag_init()
682 if (need > sizeof(((struct cf_diag_csd *)0)->start)) { in cf_diag_init()
684 need); in cf_diag_init()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.nios213 To add a new board/configuration (eg, mysystem) to u-boot, you will need
32 You will need to add additional properties to the dts. Please find an
41 2. If you use SPI/EPCS or I2C, you will need to add aliases to number
47 Next, you will need a default config file. You may start with
55 You will need to change the names of board header file and device tree,
86 You will need to change the environment variables location and setting,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/
H A Dpsqlodbc.inc9 You need to install this package if you want to use an application that \
11 access a PostgreSQL database. This package would need to be installed \
13 server can be on a different machine and does not need any additional \
49 # The tests need a local PostgreSQL server running
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A DKconfig4 The new android bootloader need to startup
11 The new android bootloader need to startup
18 The new android bootloader need to startup
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Djournalling.rst10 The journalling layer is easy to use. You need to first of all create a
20 Once you have got your journal_t object you need to 'mount' or load the
25 does not need to be processed (or even need not have valid contents), it
38 You still need to actually journal your filesystem changes, this is done
39 by wrapping them into transactions. Additionally you also need to wrap
52 Inside each transaction you need to wrap the modifications to the
54 need to call jbd2_journal_get_create_access() /
60 buffer, and once you are have done so you need to call
100 strategy. Why? Because, if you do a delete, you need to ensure you
116 that need processing when the transaction commits.
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dpage_ext.c71 .need = need_page_idle,
95 bool need = false; in invoke_need_callbacks() local
98 if (page_ext_ops[i]->need && page_ext_ops[i]->need()) { in invoke_need_callbacks()
101 need = true; in invoke_need_callbacks()
105 return need; in invoke_need_callbacks()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipddp.rst32 will need to turn on AppleTalk-IP driver support. Then you will need to
45 need to consult the supporting documentation for each set of tools.
47 Decapsulation - You will need to download a software package called
57 Encapsulation - You will need to download a software daemon called ipddpd.
59 You will also need to add the proper routes to route your Linux box's IP
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-arch.rst11 locked. This is usually not a problem unless switch_to may need to
24 Your cpu_idle routines need to obey the following rules:
31 threads need only ever query need_resched, and may never set or
37 4. The only time interrupts need to be disabled when checking
52 need an interrupt to wake them up when need_resched goes high.

12345678910>>...111