Searched refs:of (Results 1 - 25 of 6717) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-ixp4xx/
H A DMakefile2 obj-y += ixp4xx-of.o
/linux-master/arch/powerpc/platforms/pseries/
H A Dof_helpers.h5 #include <linux/of.h>
/linux-master/arch/sparc/crypto/
H A Dcrop_devid.c5 /* This is a dummy device table linked into all of the crypto
15 MODULE_DEVICE_TABLE(of, crypto_opcode_match);
/linux-master/fs/kernfs/
H A Dfile.c33 * pending queue is implemented as a singly linked list of kernfs_nodes.
62 * of_on - Get the kernfs_open_node of the specified kernfs_open_file
63 * @of: target kernfs_open_file
65 * Return: the kernfs_open_node of the kernfs_open_file
67 static struct kernfs_open_node *of_on(struct kernfs_open_file *of) argument
69 return rcu_dereference_protected(of->kn->attr.open,
70 !list_empty(&of->list));
78 * Fetch and return ->attr.open of @kn when caller holds the
81 * Update of ->attr.open happens under kernfs_open_file_mutex_ptr(kn). So when
137 struct kernfs_open_file *of local
147 struct kernfs_open_file *of = sf->private; local
171 struct kernfs_open_file *of = sf->private; local
192 struct kernfs_open_file *of = sf->private; local
201 struct kernfs_open_file *of = sf->private; local
223 struct kernfs_open_file *of = kernfs_of(iocb->ki_filp); local
295 struct kernfs_open_file *of = kernfs_of(iocb->ki_filp); local
355 struct kernfs_open_file *of = kernfs_of(file); local
372 struct kernfs_open_file *of = kernfs_of(file); local
392 struct kernfs_open_file *of = kernfs_of(file); local
415 struct kernfs_open_file *of = kernfs_of(file); local
441 struct kernfs_open_file *of = kernfs_of(file); local
514 kernfs_get_open_node(struct kernfs_node *kn, struct kernfs_open_file *of) argument
558 kernfs_unlink_open_file(struct kernfs_node *kn, struct kernfs_open_file *of, bool open_failed) argument
597 struct kernfs_open_file *of; local
728 kernfs_release_file(struct kernfs_node *kn, struct kernfs_open_file *of) argument
755 struct kernfs_open_file *of = kernfs_of(filp); local
795 struct kernfs_open_file *of; local
836 kernfs_generic_poll(struct kernfs_open_file *of, poll_table *wait) argument
850 struct kernfs_open_file *of = kernfs_of(filp); local
868 struct kernfs_open_file *of = kernfs_of(file); local
[all...]
/linux-master/sound/aoa/soundbus/
H A Dsysfs.c3 #include <linux/of.h>
12 struct platform_device *of = &sdev->ofdev; local
17 return sysfs_emit(buf, "of:N%pOFn%c%s\n",
18 of->dev.of_node, 'T',
19 of_node_get_device_type(of->dev.of_node));
27 struct platform_device *of = &sdev->ofdev; local
29 return sysfs_emit(buf, "%pOFn\n", of->dev.of_node);
37 struct platform_device *of = &sdev->ofdev; local
39 return sysfs_emit(buf, "%s\n", of_node_get_device_type(of->dev.of_node));
/linux-master/drivers/clk/mmp/
H A DMakefile10 obj-$(CONFIG_MACH_MMP_DT) += clk-of-pxa168.o clk-of-pxa910.o
11 obj-$(CONFIG_COMMON_CLK_MMP2) += clk-of-mmp2.o clk-pll.o pwr-island.o
14 obj-y += clk-of-pxa1928.o
/linux-master/include/linux/mtd/
H A Dspear_smi.h5 * This file is licensed under the terms of the GNU General Public
7 * warranty of any kind, whether express or implied.
17 #include <linux/of.h>
23 #define DEFINE_PARTS(n, of, s) \
26 .offset = of, \
34 * name: name of the serial nor flash for identification
36 * size: size of the flash in bytes
38 * nr_partitions: number of partitions
55 * num_flashes: number of flashes present on board
56 * board_flash_info: specific details of eac
[all...]
/linux-master/drivers/hid/i2c-hid/
H A DMakefile12 obj-$(CONFIG_I2C_HID_OF) += i2c-hid-of.o
13 obj-$(CONFIG_I2C_HID_OF_ELAN) += i2c-hid-of-elan.o
14 obj-$(CONFIG_I2C_HID_OF_GOODIX) += i2c-hid-of-goodix.o
/linux-master/arch/mips/ralink/
H A Dirq-gic.c10 #include <linux/of.h>
H A Dtimer-gic.c10 #include <linux/of.h>
/linux-master/drivers/clk/bcm/
H A Dclk-bcm63xx.c5 #include <linux/of.h>
/linux-master/drivers/usb/phy/
H A Dof.c3 * USB of helper code
8 #include <linux/of.h>
9 #include <linux/usb/of.h>
/linux-master/drivers/clk/socfpga/
H A Dclk.c8 #include <linux/of.h>
/linux-master/drivers/opp/
H A DMakefile4 obj-$(CONFIG_OF) += of.o
/linux-master/drivers/spi/
H A Dspi-brcmstb-qspi.c9 #include <linux/of.h>
17 MODULE_DEVICE_TABLE(of, brcmstb_qspi_of_match);
/linux-master/drivers/mtd/maps/
H A Dphysmap-versatile.h2 #include <linux/of.h>
H A Dphysmap-gemini.h2 #include <linux/of.h>
H A Dphysmap-bt1-rom.h3 #include <linux/of.h>
/linux-master/arch/arm/mach-at91/
H A Dat91rm9200.c10 #include <linux/of.h>
H A Dsam9x60.c10 #include <linux/of.h>
H A Dat91sam9.c9 #include <linux/of.h>
H A Dsama7.c9 #include <linux/of.h>
/linux-master/arch/mips/generic/
H A Dproc.c7 #include <linux/of.h>
/linux-master/arch/riscv/include/asm/
H A Dsoc.h10 #include <linux/of.h>
/linux-master/drivers/gpu/host1x/
H A Dcontext_bus.c7 #include <linux/of.h>

Completed in 190 milliseconds

1234567891011>>