Home
last modified time | relevance | path

Searched full:static (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/Documentation/translations/zh_CN/core-api/
Dkref.rst172 static DEFINE_MUTEX(mutex);
173 static LIST_HEAD(q);
180 static struct my_data *get_entry()
192 static void release_entry(struct kref *ref)
200 static void put_entry(struct my_data *entry)
211 static void release_entry(struct kref *ref)
216 static void put_entry(struct my_data *entry)
233 static struct my_data *get_entry()
246 static void release_entry(struct kref *ref)
256 static void put_entry(struct my_data *entry)
[all …]
Dlocal_ops.rst93 static DEFINE_PER_CPU(local_t, counters) = LOCAL_INIT(0);
143 static DEFINE_PER_CPU(local_t, counters) = LOCAL_INIT(0);
145 static struct timer_list test_timer;
148 static void test_each(void *info)
162 static void do_test_timer(unsigned long data)
177 static int __init test_init(void)
186 static void __exit test_exit(void)
/Documentation/userspace-api/media/v4l/
Dcapture.c.rst48 static char *dev_name;
49 static enum io_method io = IO_METHOD_MMAP;
50 static int fd = -1;
52 static unsigned int n_buffers;
53 static int out_buf;
54 static int force_format;
55 static int frame_count = 70;
57 static void errno_exit(const char *s)
63 static int xioctl(int fh, int request, void *arg)
74 static void process_image(const void *p, int size)
[all …]
/Documentation/driver-api/driver-model/
Ddevice.rst66 static DEVICE_ATTR(type, 0444, type_show, NULL);
67 static DEVICE_ATTR(power, 0644, power_show, power_store);
72 static DEVICE_ATTR_RO(type);
73 static DEVICE_ATTR_RW(power);
79 static struct attribute *dev_attrs[] = {
85 static struct attribute_group dev_group = {
89 static const struct attribute_group *dev_groups[] = {
Ddesign-patterns.rst29 static int foo_probe(...)
48 static irqreturn_t foo_handler(int irq, void *arg)
54 static int foo_probe(...)
78 static void foo_work(struct work_struct *work)
85 static irqreturn_t foo_handler(int irq, void *arg)
93 static int foo_probe(...)
/Documentation/translations/zh_CN/PCI/
Dpci-iov-howto.rst110 static int dev_probe(struct pci_dev *dev, const struct pci_device_id *id)
119 static void dev_remove(struct pci_dev *dev)
126 static int dev_suspend(struct device *dev)
133 static int dev_resume(struct device *dev)
140 static void dev_shutdown(struct pci_dev *dev)
145 static int dev_sriov_configure(struct pci_dev *dev, int numvfs)
161 static struct pci_driver dev_driver = {
/Documentation/devicetree/bindings/arm/
Darm,coresight-static-funnel.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-static-funnel.yaml#
7 title: Arm CoreSight Static Trace Bus Funnel
23 The Coresight static funnel merges 2-8 trace sources into a single trace
28 const: arm,coresight-static-funnel
64 compatible = "arm,coresight-static-funnel";
Darm,coresight-static-replicator.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-static-replicator.yaml#
7 title: Arm CoreSight Static Trace Bus Replicator
28 const: arm,coresight-static-replicator
64 compatible = "arm,coresight-static-replicator";
/Documentation/driver-api/iio/
Dhw-consumer.rst24 static struct iio_hw_consumer *hwc;
26 static const struct iio_info adc_info = {
30 static int adc_read_raw(struct iio_dev *indio_dev,
41 static int adc_probe(struct platform_device *pdev)
/Documentation/devicetree/bindings/iio/adc/
Dbrcm,iproc-static-adc.yaml4 $id: http://devicetree.org/schemas/iio/adc/brcm,iproc-static-adc.yaml#
7 title: Broadcom's IPROC Static ADC controller
17 const: brcm,iproc-static-adc
57 compatible = "brcm,iproc-static-adc";
/Documentation/core-api/
Dkref.rst176 static DEFINE_MUTEX(mutex);
177 static LIST_HEAD(q);
184 static struct my_data *get_entry()
196 static void release_entry(struct kref *ref)
204 static void put_entry(struct my_data *entry)
216 static void release_entry(struct kref *ref)
221 static void put_entry(struct my_data *entry)
240 static struct my_data *get_entry()
253 static void release_entry(struct kref *ref)
263 static void put_entry(struct my_data *entry)
[all …]
/Documentation/leds/
Dleds-lp5521.rst64 static struct lp55xx_led_config lp5521_led_config[] = {
83 static int lp5521_setup(void)
88 static void lp5521_release(void)
93 static void lp5521_enable(bool state)
98 static struct lp55xx_platform_data lp5521_platform_data = {
Dleds-lp5523.rst107 static struct lp55xx_led_config lp5523_led_config[] = {
122 static int lp5523_setup(void)
127 static void lp5523_release(void)
132 static void lp5523_enable(bool state)
137 static struct lp55xx_platform_data lp5523_platform_data = {
Dleds-mlxcpld.rst57 - [0,1,0,1] = Red static ON
58 - [1,1,0,1] = Green static ON
102 - [0,1,0,1] = Red static ON
103 - [1,1,0,1] = Green static ON
113 - [1,1,0,1] = Blue static ON
/Documentation/power/regulator/
Dmachine.rst26 static struct regulator_consumer_supply regulator1_consumers[] = {
30 static struct regulator_consumer_supply regulator2_consumers[] = {
41 static struct regulator_init_data regulator1_data = {
63 static struct regulator_init_data regulator2_data = {
77 static struct platform_device regulator_devices[] = {
/Documentation/translations/zh_CN/iio/
Diio_configfs.rst54 static struct iio_sw_trigger *iio_trig_sample_probe(const char *name)
61 static int iio_trig_sample_remove(struct iio_sw_trigger *swt)
68 static const struct iio_sw_trigger_ops iio_trig_sample_ops = {
73 static struct iio_sw_trigger_type iio_trig_sample = {
/Documentation/bpf/libbpf/
Dlibbpf_build.rst14 To build both static libbpf.a and shared libbpf.so:
21 To build only static libbpf.a library in directory build/ and install them
30 To build both static libbpf.a and shared libbpf.so against a custom libelf
/Documentation/driver-api/media/drivers/ccs/
Dccs.rst16 CCS static data
19 The MIPI CCS driver supports CCS static data for all compliant devices,
31 For SMIA (non-++) compliant devices the static data file name is
42 tools for working with CCS static data files. CCS tools includes a
43 definition of the human-readable CCS static data YAML format and includes a
/Documentation/driver-api/
Dtee.rst37 static const struct tee_client_device_id client_id_table[] = {
45 static struct tee_client_driver client_driver = {
55 static int __init client_init(void)
60 static void __exit client_exit(void)
Dpin-control.rst74 static struct pinctrl_desc foo_desc = {
140 static const unsigned int spi0_pins[] = { 0, 8, 16, 24 };
141 static const unsigned int i2c0_pins[] = { 24, 25 };
143 static const struct pingroup foo_groups[] = {
148 static int foo_get_groups_count(struct pinctrl_dev *pctldev)
153 static const char *foo_get_group_name(struct pinctrl_dev *pctldev,
159 static int foo_get_group_pins(struct pinctrl_dev *pctldev,
169 static struct pinctrl_ops foo_pctrl_ops = {
175 static struct pinctrl_desc foo_desc = {
215 static int foo_pin_config_get(struct pinctrl_dev *pctldev,
[all …]
/Documentation/w1/masters/
Dw1-gpio.rst25 static struct gpiod_lookup_table foo_w1_gpiod_table = {
33 static struct w1_gpio_platform_data foo_w1_gpio_pdata = {
37 static struct platform_device foo_w1_device = {
/Documentation/devicetree/bindings/i3c/
Di3c.yaml35 this I3C device has a static I2C address and we want to assign it a
117 I3C child, should be named: <device-type>@<static-i2c-address>,<i3c-pid>
124 Encodes the static I2C address. Should be 0 if the device does
145 Dynamic address to be assigned to this device. In case static address is
147 through SETDASA. If static address is not present, this address is assigned
176 /* I3C device with a static I2C address and assigned address. */
189 * I3C device without a static I2C address but requiring
/Documentation/PCI/
Dpci-iov-howto.rst112 static int dev_probe(struct pci_dev *dev, const struct pci_device_id *id)
121 static void dev_remove(struct pci_dev *dev)
128 static int dev_suspend(struct device *dev)
135 static int dev_resume(struct device *dev)
142 static void dev_shutdown(struct pci_dev *dev)
147 static int dev_sriov_configure(struct pci_dev *dev, int numvfs)
163 static struct pci_driver dev_driver = {
/Documentation/arch/arm/
Dfirmware.rst37 static int platformX_do_idle(void)
43 static int platformX_cpu_boot(int i)
49 static const struct firmware_ops platformX_firmware_ops = {
56 static void __init board_init_early(void)
/Documentation/networking/dsa/
Dconfiguration.rst315 bridge fdb add dev swp0 00:01:02:03:04:05 self static
317 bridge fdb add dev swp0 00:01:02:03:04:05 static
320 distinguish between ``static`` and ``local`` FDB entries (``static`` are meant
323 explicit) are treated by DSA as ``static`` even if they are ``local``.
328 bridge fdb add dev swp0 00:01:02:03:04:05 static
331 # or shorthand, because the 'local' flag is implicit if 'static' is not
335 The last command is an incorrect way of adding a static bridge FDB entry to a
347 bridge fdb add dev swp0 00:01:02:03:04:05 master static
357 bridge fdb add dev swp0 00:01:02:03:04:05 master static
361 # This command no longer installs a static FDB entry to hardware:
[all …]

12345678910>>...19