| /linux-4.4.14/Documentation/driver-model/ |
| D | design-patterns.txt | 33 foo = devm_kzalloc(dev, sizeof(*foo), GFP_KERNEL); 50 struct foo *foo = arg; 80 struct foo *foo = container_of(work, struct foo, offload); 87 struct foo *foo = arg;
|
| /linux-4.4.14/samples/kobject/ |
| D | kset-example.c | 62 foo = to_foo_obj(kobj); in foo_attr_show() 82 foo = to_foo_obj(kobj); in foo_attr_store() 107 foo = to_foo_obj(kobj); in foo_release() 206 foo = kzalloc(sizeof(*foo), GFP_KERNEL); in create_foo_obj()
|
| /linux-4.4.14/arch/x86/kernel/fpu/ |
| D | regset.c | 218 env->foo = fxsave->rdp; in convert_from_fxsr() 233 env->foo = fxsave->foo; in convert_from_fxsr() 261 fxsave->foo = env->foo; in convert_to_fxsr()
|
| /linux-4.4.14/arch/x86/um/ |
| D | bugs_32.c | 35 unsigned long foo = 0; in arch_check_bugs() local
|
| D | signal.c | 132 fxsave->foo = env[5]; in convert_fxsr_from_user()
|
| /linux-4.4.14/tools/testing/selftests/net/ |
| D | socket.c | 15 * -foo = error foo
|
| /linux-4.4.14/sound/oss/ |
| D | pas2_pcm.c | 62 foo = ((PIT_TICK_RATE / 2) + (arg / 2)) / arg; in pcm_set_speed() 67 foo = (PIT_TICK_RATE + (arg / 2)) / arg; in pcm_set_speed()
|
| D | pas2_card.c | 309 foo = board_id ^ 0xe0; in detect_pas_hw() 312 foo = pas_read(0x0B8B); in detect_pas_hw()
|
| D | pas2_mixer.c | 204 for (foo = 0; foo < SOUND_MIXER_NRDEVICES; foo++) in pas_mixer_reset()
|
| /linux-4.4.14/drivers/scsi/ |
| D | t128.c | 333 void __iomem *foo = base + T_CONTROL_REG_OFFSET; local 379 void __iomem *foo = base + T_CONTROL_REG_OFFSET; local
|
| D | NCR5380.c | 1890 foo = NCR5380_pread(instance, d, c); in NCR5380_transfer_dma() 1896 if (!(foo = NCR5380_pread(instance, d, c - diff))) { in NCR5380_transfer_dma() 1929 foo = NCR5380_pwrite(instance, d, c); in NCR5380_transfer_dma() 1933 if (!(foo = NCR5380_pwrite(instance, d, c))) { in NCR5380_transfer_dma()
|
| /linux-4.4.14/tools/perf/tests/ |
| D | mmap-basic.c | 98 int foo = syscalls[i](); in test__basic_mmap() local
|
| /linux-4.4.14/drivers/of/unittest-data/ |
| D | tests-overlay.dtsi | 216 property-foo = "bar";
|
| /linux-4.4.14/include/net/sctp/ |
| D | command.h | 151 * __s32. So, after foo = SCTP_I32(arg), foo.i32 == arg.
|
| D | constants.h | 124 * sctp_subtype_t foo = SCTP_ST_CHUNK(SCTP_CID_INIT);
|
| /linux-4.4.14/net/dns_resolver/ |
| D | dns_key.c | 58 * "ip1,ip2,...#foo=bar"
|
| /linux-4.4.14/Documentation/ |
| D | clk.txt | 182 foo = to_clk_foo(hw);
|
| D | DMA-API.txt | 428 int foo = dma_get_attr(DMA_ATTR_FOO, attrs);
|
| D | pinctrl.txt | 1217 struct foo_state *foo = ...;
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
| D | list.h | 68 * struct foo *foo = malloc(...);
|
| /linux-4.4.14/drivers/mtd/nand/ |
| D | cs553x_nand.c | 157 unsigned char foo = readb(mmio_base + MM_NAND_STS); in cs553x_device_ready() local
|
| /linux-4.4.14/drivers/staging/wlan-ng/ |
| D | p80211conv.c | 212 foo = wep_encrypt(wlandev, skb->data, p80211_wep->data, in skb_ether_to_p80211() 330 foo = wep_decrypt(wlandev, skb->data + payload_offset + 4, in skb_p80211_to_ether()
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | seq_file.txt | 265 p->foo = bar; /* initialize my stuff */
|
| /linux-4.4.14/include/linux/ |
| D | moduleparam.h | 42 * NOARG - the parameter allows for no argument (foo instead of foo=1)
|
| /linux-4.4.14/samples/trace_events/ |
| D | trace-events-sample.h | 86 * __entry->foo = 5;
|
| /linux-4.4.14/Documentation/power/ |
| D | runtime_pm.txt | 875 struct foo_priv foo = container_of(dev, ...); 891 struct foo_priv foo = container_of(dev, ...);
|
| /linux-4.4.14/kernel/ |
| D | params.c | 215 /* Args looks like "foo=bar,bar2 baz=fuz wiz". */
|
| /linux-4.4.14/drivers/nubus/ |
| D | nubus.c | 826 foo = nubus_get_rom(&rp, 2, bytelanes); in nubus_add_board()
|
| /linux-4.4.14/arch/mips/cavium-octeon/ |
| D | setup.c | 1059 foo = &insn; in prom_free_prom_memory()
|
| /linux-4.4.14/drivers/hwmon/ |
| D | adt7470.c | 184 foo = i2c_smbus_read_byte_data(client, reg); in adt7470_read_word_data()
|
| D | adt7462.c | 241 foo = i2c_smbus_read_byte_data(client, reg); in adt7462_read_word_data()
|
| /linux-4.4.14/fs/reiserfs/ |
| D | super.c | 938 * foo=bar, in reiserfs_getopt()
|
| /linux-4.4.14/scripts/ |
| D | checkpatch.pl | 4222 # if statements using unnecessary parentheses - ie: if ((foo == bar)) 4560 $dstat !~ /^\.$Ident\s*=/ && # .foo =
|