Searched refs:registered (Results 1 - 200 of 1594) sorted by relevance

12345678

/linux-4.1.27/drivers/clk/
H A Dclk-bcm2835.c38 pr_err("sys_pclk not registered\n"); bcm2835_init_clocks()
43 pr_err("apb_pclk not registered\n"); bcm2835_init_clocks()
48 pr_err("uart0_pclk not registered\n"); bcm2835_init_clocks()
51 pr_err("uart0_pclk alias not registered\n"); bcm2835_init_clocks()
56 pr_err("uart1_pclk not registered\n"); bcm2835_init_clocks()
59 pr_err("uart1_pclk alias not registered\n"); bcm2835_init_clocks()
/linux-4.1.27/include/uapi/linux/
H A Disdn_divertif.h25 #define DIVERT_REG_ERR 0x03 /* module already registered */
26 #define DIVERT_REL_ERR 0x04 /* module not registered */
H A Dconnector.h61 * must be registered in connector.h for in-kernel usage.
/linux-4.1.27/include/uapi/scsi/fc/
H A Dfc_gs.h88 FC_FS_EXP_PID = 0x01, /* port ID not registered */
89 FC_FS_EXP_PNAM = 0x02, /* port name not registered */
90 FC_FS_EXP_NNAM = 0x03, /* node name not registered */
91 FC_FS_EXP_COS = 0x04, /* class of service not registered */
92 FC_FS_EXP_FTNR = 0x07, /* FC-4 types not registered */
/linux-4.1.27/kernel/
H A Duser-return-notifier.c22 * Removes a registered user return notifier. Must be called from atomic
33 /* Calls registered user return notifiers */ fire_user_return_notifiers()
H A Dreboot.c93 * unregister_reboot_notifier - Unregister previously registered reboot notifier
96 * Unregisters a previously registered reboot
136 * If more than one function is registered, the restart handler priority
139 * Restart handlers are expected to be registered from non-architecture
158 * unregister_restart_handler - Unregister previously registered
162 * Unregisters a previously registered restart handler function.
175 * Calls functions registered with register_restart_handler.
181 * registered. Otherwise does nothing.
H A Dasync.c67 static LIST_HEAD(async_global_pending); /* pending from all registered doms */
184 if (domain->registered) __async_schedule()
255 WARN_ON(!domain->registered || !list_empty(&domain->pending)); async_unregister_domain()
256 domain->registered = 0; async_unregister_domain()
277 * @domain: the domain to synchronize (%NULL for all registered domains)
/linux-4.1.27/drivers/hsi/
H A Dhsi_boardinfo.c39 * HSI clients are statically declared and registered on board files.
41 * HSI clients will be automatically registered to the HSI bus once the
42 * controller and the port where the clients wishes to attach are registered
/linux-4.1.27/net/sunrpc/xprtrdma/
H A Dphysical_ops.c6 /* No-op chunk preparation. All client memory is pre-registered.
10 * pre-registered and never deregistered. This mode is good for
61 /* Unmap a memory region, but leave it registered.
H A Dxprt_rdma.h113 /* Registered buffer -- registered kmalloc'd memory for RDMA SEND/RECV
186 * An external memory region is any buffer or page that is registered
187 * on the fly (ie, not pre-registered).
224 * It includes pre-registered buffer memory for send AND recv.
243 struct rpcrdma_mw *rl_mw; /* registered MR */
278 * struct rpcrdma_buffer -- holds list/queue of pre-registered memory for
/linux-4.1.27/include/linux/
H A Dasync.h22 unsigned registered:1; member in struct:async_domain
30 .registered = 1 }
38 .registered = 0 }
H A Dkmsg_dump.h39 * @registered: Flag that specifies if this is already registered
46 bool registered; member in struct:kmsg_dumper
H A Dsys_soc.h33 * @soc: Previously registered SoC device container
H A Ddcookies.h42 * Returns -EINVAL if no living task has registered as a
H A Dmdio-bitbang.h39 /* The returned bus is not yet registered with the phy layer. */
H A Dbacklight.h101 registered this device has been unloaded, and if class_get_devdata()
109 /* list entry of all registered backlight devices */
H A Ddevfreq-event.h20 * @node : Contain the devfreq-event device that have been registered.
21 * @dev : the device registered by devfreq-event class. dev.parent is
H A Dlcd.h48 * would be registered.
69 registered this device has been unloaded, and if class_get_devdata()
H A Dacpi_dma.h36 * struct acpi_dma - representation of the registered DMAC
H A Ddevfreq.h74 * has registered devfreq->nb at a notifier-head,
95 * @node: list node - contains registered devfreq governors
122 * registered.
124 * @dev: device registered by devfreq class. dev.parent is the device
H A Dftrace.h72 * registering the ftrace_ops, and can not be modified while registered. trace_init()
76 * ENABLED - set/unset when ftrace_ops is registered/unregistered trace_init()
77 * DYNAMIC - set when ftrace_ops is registered to denote dynamically trace_init()
104 * DELETED - The ops are being deleted, do not let them be registered again. trace_init()
116 * SAVE_REGS. If another ops with this flag set is already registered trace_init()
117 * for any of the functions that this ops will be registered for, then trace_init()
191 * next pointer after it has been registered. Even after unregistering
204 * registered with FTRACE_OPS_FL_CONTROL. If called without preemption
221 * registered with FTRACE_OPS_FL_CONTROL. If called without preemption
238 * registered with FTRACE_OPS_FL_CONTROL. If called without preemption
325 * the number of callbacks that have registered the function that
334 * When a new ftrace_ops is registered and wants a function to save
H A Dipmi.h92 variable supplied when the receive handler was registered. */
192 * registered. If a command is received that does not have a user
193 * registered, the driver will automatically return the proper
244 * Called when a new SMI is registered. This will also be called on
245 * every existing interface when a new watcher is registered with
/linux-4.1.27/drivers/net/wireless/p54/
H A Dled.c78 if ((brightness) && (led->registered)) { p54_led_brightness_set()
91 if (led->registered) p54_register_led()
107 led->registered = 1; p54_register_led()
153 if (priv->leds[i].registered) { p54_unregister_leds()
154 priv->leds[i].registered = false; p54_unregister_leds()
/linux-4.1.27/drivers/base/
H A Dsyscore.c44 * syscore_suspend - Execute all the registered system core suspend callbacks.
89 * syscore_resume - Execute all the registered system core resume callbacks.
115 * syscore_shutdown - Execute all the registered system core shutdown callbacks.
H A Dplatform.c594 * is not hotpluggable and has already been registered, and you want to
604 * Returns zero if the driver registered and bound to a device, else returns
605 * a negative error code and with the driver not registered.
1133 * with matching kernel command line class parameters will be registered.
1142 * we need to make sure that they also get registered in the case early_platform_driver_register_all()
1281 * early_platform_driver_probe - probe a class of registered drivers
1286 * Used by architecture code to probe registered early platform drivers
1287 * within a certain class. For probe to happen a registered early platform
1288 * device matching a registered early platform driver is needed.
/linux-4.1.27/drivers/gpu/drm/msm/mdp/
H A Dmdp_kms.c119 if (!irq->registered) { mdp_irq_register()
120 irq->registered = true; mdp_irq_register()
138 if (irq->registered) { mdp_irq_unregister()
139 irq->registered = false; mdp_irq_unregister()
H A Dmdp_kms.h69 bool registered; member in struct:mdp_irq
/linux-4.1.27/arch/sh/include/asm/
H A Dhw_irq.h12 unsigned char ipr_idx; /* Index for the IPR registered */
H A Dirq.h10 * so will expand automatically based on the number of registered IRQs.
/linux-4.1.27/sound/usb/6fire/
H A Dchip.h21 int intf_count; /* number of registered interfaces */
H A Dchip.c109 dev_err(&intf->dev, "too many cards registered.\n"); usb6fire_chip_probe()
122 /* if we are here, card can be registered in alsa. */ usb6fire_chip_probe()
/linux-4.1.27/drivers/cpuidle/
H A Ddriver.c31 * registered for @cpu.
42 * For each CPU in the driver's CPU mask, unset the registered driver per CPU
43 * variable. If @drv is different from the registered driver, the corresponding
63 * For each CPU in the driver's cpumask, unset the registered driver per CPU
94 * previously registered.
105 * Returns 0 on success, -EBUSY if the driver is already registered.
122 * registered driver, do nothing.
299 * match the currently registered driver.
312 * Returns a struct cpuidle_driver pointer, or NULL if no driver is registered.
328 * cpuidle_get_cpu_driver - return the driver registered for a CPU.
331 * Returns a struct cpuidle_driver pointer, or NULL if no driver is registered
H A Dcpuidle.c346 if (!dev->registered) cpuidle_enable_device()
408 dev->registered = 0; __cpuidle_unregister_device()
439 dev->registered = 1; __cpuidle_register_device()
457 if (dev->registered) cpuidle_register_device()
496 if (!dev || dev->registered == 0) cpuidle_unregister_device()
516 * can be used only if the driver has been previously registered through
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dled.c78 if (ar->leds[i].registered) { carl9170_led_update()
112 if (!arl->registered) carl9170_led_set_brightness()
144 ar->leds[i].registered = true; carl9170_led_register_led()
155 if (ar->leds[i].registered) { carl9170_led_unregister()
157 ar->leds[i].registered = false; carl9170_led_unregister()
/linux-4.1.27/arch/tile/include/hv/
H A Dnetio_errors.h51 /** The tile is not registered with the IPP. */
61 * number of tiles registered for it, and no more may be added. On a
84 /** Too many tiles have registered to transmit packets. */
87 /** Packet transmission was attempted on a queue which was registered
91 /** This tile is already registered with the IPP. */
/linux-4.1.27/drivers/staging/i2o/
H A Ddriver.c27 /* max_drivers - Maximum I2O drivers (OSMs) which could be registered */
70 * @drv: I2O driver which should be registered
105 osm_err("too many drivers registered, increase max_drivers\n"); i2o_driver_register()
258 * Send notifications to all registered drivers that a new controller was
278 * Send notifications to all registered drivers that a controller was
298 * Send notifications to all registered drivers that a device was added.
317 * Send notifications to all registered drivers that a device was removed.
/linux-4.1.27/drivers/net/irda/
H A Dsir_dongle.c29 static LIST_HEAD(dongle_list); /* list of registered dongle drivers */
74 /* serialize access to the list of registered dongles */ sirdev_get_dongle()
94 * registered - then the try_module_get() below will fail sirdev_get_dongle()
/linux-4.1.27/drivers/tc/
H A Dtc-driver.c23 * Adds the driver structure to the list of registered drivers
25 * If no error occurred, the driver remains registered even if
38 * Deletes the driver structure from the list of registered TC drivers,
/linux-4.1.27/drivers/cpufreq/
H A Ds3c24xx-cpufreq-debugfs.c44 seq_printf(seq, "no configuration registered\n"); board_show()
83 seq_printf(seq, "no configuration registered\n"); info_show()
129 seq_printf(seq, "no configuration registered\n"); io_show()
141 seq_printf(seq, "no io timings registered\n"); io_show()
/linux-4.1.27/drivers/eisa/
H A Dvirtual_root.c63 /* A real bridge may have been registered before virtual_eisa_root_init()
/linux-4.1.27/arch/mips/sni/
H A Deisa.c44 /* A real bridge may have been registered before sni_eisa_root_init()
/linux-4.1.27/arch/arm64/kernel/
H A Dcpuidle.c45 * If cpu_ops have not been registered or suspend arm_cpuidle_suspend()
/linux-4.1.27/arch/hexagon/kernel/
H A Dvm_vectors.S25 /* This is registered early on to allow angel */
/linux-4.1.27/arch/arm/include/asm/
H A Darm-cci.h28 * mcpm is registered.
H A Dfirmware.h21 * A filled up structure can be registered with register_firmware_ops().
/linux-4.1.27/arch/arm/kernel/
H A Dcpuidle.c48 * registered at the init time.
65 * arm_cpuidle_get_ops() - find a registered cpuidle_ops by name
95 * no cpuidle_ops is registered for the 'enable-method'.
132 * -EOPNOTSUPP if it does not find a registered cpuidle_ops for this cpu,
H A Dtime.c101 /* Only allow the clockaccess functions to be registered once */ register_persistent_clock()
/linux-4.1.27/drivers/isdn/mISDN/
H A Dl1oip.h50 int registered; /* if registered with mISDN */ member in struct:l1oip
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
H A Dvpfe.h67 /* registered ? */
68 unsigned registered:1; member in struct:vpfe_ext_subdev_info
H A Dvpfe_mc_capture.h53 /* external registered sub devices */
55 /* number of registered external subdevs */
/linux-4.1.27/drivers/input/serio/
H A Dps2mult.c31 bool registered; member in struct:ps2mult_port
111 port->registered = true; ps2mult_serio_start()
124 port->registered = false; ps2mult_serio_stop()
249 if (in_port->registered) ps2mult_interrupt()
285 if (in_port->registered) ps2mult_interrupt()
/linux-4.1.27/sound/core/
H A Djack.c44 /* If the input device is registered with the input subsystem snd_jack_dev_disconnect()
46 if (jack->registered) snd_jack_dev_disconnect()
98 jack->registered = 1; snd_jack_dev_register()
177 WARN_ON(jack->registered); snd_jack_set_parent()
213 WARN_ON(jack->registered); snd_jack_set_key()
H A Dsound.c95 * snd_lookup_minor_data - get user data of a registered device
99 * Checks that a minor device with the specified type is registered, and returns
306 * Unregisters the device file already registered via
/linux-4.1.27/drivers/media/platform/exynos4-is/
H A Dmedia-dev.h105 * @sensor: array of registered sensor subdevs
106 * @num_sensors: actual number of registered sensors
108 * @fimc: array of registered fimc devices
/linux-4.1.27/net/netfilter/
H A Dnf_queue.c26 * Once the queue is registered it must reinject all packets it
31 /* return EBUSY when somebody else is registered, return EEXIST if the
32 * same handler is registered, return 0 in case of success. */ nf_register_queue_handler()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dcm_common.c91 * no per-SoC wait_module_ready() function pointer has been registered
118 * registered or if the idlest register is unknown on the SoC.
142 * per-SoC module_enable() function pointer has been registered.
164 * no per-SoC module_disable() function pointer has been registered.
207 * that were previously registered with cm_register(). The
211 * cm_ll_data * previously registered by cm_register().
H A Dvoltage.c85 pr_err("%s: No voltage scale API registered for vdd_%s\n", voltdm_scale()
207 * to be registered
295 pr_debug("voltagedomain: registered %s\n", voltdm->name); _voltdm_register()
304 * Find a registered voltagedomain by its name @name. Returns a pointer
326 * registered. No return value.
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddebuglib.c83 * deregister (if already registered) and zero out myDriverDebugHandle DBG_FUNC()
109 * Check if we registered with an old maint driver (see debuglib.h) DBG_FUNC()
H A Ddebuglib.h238 { char Registered; /* driver successfully registered */
244 short id; /* internal id of registered driver */
245 struct _DbgHandle_ *next; /* ptr to next registered driver */
252 char drvName[128]; /* ASCII name of registered driver */
H A Ddadapter.c116 DBG_TRC(("DIMAINT registered, dprintf=%08x", d->request)) diva_didd_add_descriptor()
141 Called in order to remove one registered adapter from array
350 instead of this IDI_DIMAINT is registered.
/linux-4.1.27/drivers/leds/trigger/
H A Dledtrig-cpu.c4 * This LED trigger will be registered for each possible CPU and named as
139 pr_info("ledtrig-cpu: registered to indicate activity on CPUs\n");
/linux-4.1.27/drivers/i2c/
H A Di2c-boardinfo.c47 * registered. For example, mainboard init code could define several devices,
51 * bus has been registered. After that moment, standard driver model tools
/linux-4.1.27/drivers/clk/ti/
H A Dautoidle.c68 * Enables hardware autoidle for all registered DT clocks, which have
82 * Disables hardware autoidle for all registered DT clocks, which have
H A Dclockdomain.c67 * clock nodes have been registered.
/linux-4.1.27/drivers/dio/
H A Ddio-driver.c72 * Adds the driver structure to the list of registered drivers
91 * Deletes the driver structure from the list of registered DIO drivers,
/linux-4.1.27/include/media/
H A Dmedia-device.h44 * @entity_id: ID of the next entity to be registered
45 * @entities: List of registered entities
H A Dv4l2-device.h47 /* used to keep track of the registered subdevs */
106 /* Register a subdev with a v4l2 device. While registered the subdev module
112 wasn't registered. In that case it will do nothing. */
/linux-4.1.27/include/video/
H A Dexynos_mipi_dsim.h208 * (it would be registered by mipi-dsi driver.)
210 * (it would be registered by mipi-dsi driver.)
247 * @lcd_panel_name: specifies lcd panel name registered to mipi-dsi driver.
301 * @id: id of device to be registered.
325 * this structure should be registered by lcd panel driver.
326 * mipi-dsi driver seeks lcd panel registered through name field
331 * @id: id of driver to be registered.
332 * this id would be used for finding device object registered.
/linux-4.1.27/kernel/power/
H A Dconsole.c52 /* already registered, update requirement */ pm_vt_switch_required()
99 * 3) any registered driver indicates it needs a VT switch
/linux-4.1.27/mm/
H A Dfrontswap.c80 * has registered. inc_frontswap_invalidates()
82 * Specifically when no backend is registered (nobody called inc_frontswap_invalidates()
84 * swapon -> enable_swap_info -> frontswap_init) are registered and remembered inc_frontswap_invalidates()
98 * While no backend is registered all calls to frontswap_[store|load| inc_frontswap_invalidates()
101 * The time between the backend being registered and the swap file system inc_frontswap_invalidates()
105 * registered backend. inc_frontswap_invalidates()
275 * __frontswap_test() will check whether there is backend registered __frontswap_load()
300 * __frontswap_test() will check whether there is backend registered __frontswap_invalidate_page()
H A Dcleancache.c64 * respectively in case there is no backend registered at the time cleancache_register_ops()
174 * a backend is registered and whether the sb->cleancache_poolid
213 * a backend is registered and whether the sb->cleancache_poolid
241 * a backend is registered and whether the sb->cleancache_poolid
271 * a backend is registered and whether the sb->cleancache_poolid
/linux-4.1.27/net/wireless/
H A Dsysfs.c106 if (rdev->wiphy.registered) { wiphy_suspend()
132 if (rdev->wiphy.registered) wiphy_resume()
/linux-4.1.27/drivers/leds/
H A Dleds-gpio-register.c23 * Returns the registered device or an error pointer.
/linux-4.1.27/drivers/iio/imu/
H A Dadis_trigger.c81 * Removes the trigger previously registered with adis_probe_trigger().
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxp_nofault.S12 * will be registered as a nofault code block. In the event that the
H A Dxp.h129 xpUnregistered, /* 15: channel is not registered */
130 xpAlreadyRegistered, /* 16: channel is already registered */
200 * connection activity and state changes via the user function registered
230 * messages received and delivered via the user function registered by
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-device.c162 * a module of sub-device which is registered to a media v4l2_device_register_subdev()
174 if (sd->internal_ops && sd->internal_ops->registered) { v4l2_device_register_subdev()
175 err = sd->internal_ops->registered(sd); v4l2_device_register_subdev()
272 /* return if it isn't registered */ v4l2_device_unregister_subdev()
/linux-4.1.27/drivers/misc/
H A Ddummy-irq.c47 printk(KERN_INFO "dummy-irq: registered for IRQ %d\n", irq); dummy_irq_init()
/linux-4.1.27/drivers/sh/intc/
H A Duserimask.c80 pr_info("userimask support registered for levels 0 -> %d\n", register_intc_userimask()
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_of.c9 * drm_crtc_port_mask - find the mask of a registered CRTC by port OF node
/linux-4.1.27/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_msic.c62 * can be registered. msic_init()
/linux-4.1.27/arch/sh/kernel/
H A Dtopology.c71 * registered under each node. Without this, sysfs fails topology_init()
H A Dunwinder.c58 * select_unwinder - Select the best registered stack unwinder.
103 * @u: unwinder to be registered
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_irq.c55 if (!WARN_ON(irq->registered)) { __omap_irq_register()
56 irq->registered = true; __omap_irq_register()
79 if (!WARN_ON(!irq->registered)) { __omap_irq_unregister()
80 irq->registered = false; __omap_irq_unregister()
/linux-4.1.27/arch/metag/kernel/
H A Dtopology.c67 * registered under each node. Without this, sysfs fails topology_init()
H A Dclock.c57 * registered by the init callback above). init_metag_core_clock()
H A Dkick.c10 * handlers. All the registered interrupt handlers are "chained". When
/linux-4.1.27/drivers/power/reset/
H A Drestart-poweroff.c31 "pm_power_off function already registered"); restart_poweroff_probe()
H A Darm-versatile-reboot.c145 pr_info("versatile reboot driver registered\n"); versatile_reboot_probe()
H A Dgpio-poweroff.c55 "%s: pm_power_off function already registered", gpio_poweroff_probe()
/linux-4.1.27/arch/sh/boards/
H A Dboard-secureedge5410.c48 printk("SnapGear: registered EraseConfig switch on IRQ%d\n", eraseconfig_init()
/linux-4.1.27/arch/mips/ralink/
H A Dill_acc.c82 dev_info(&pdev->dev, "irq registered\n"); ill_acc_of_setup()
/linux-4.1.27/arch/cris/kernel/
H A Dirq.c42 * to dispatch the interrupts to registered handlers
/linux-4.1.27/arch/arm/plat-samsung/
H A Dplatformdata.c26 /* too early to use dev_name(), may not be registered */ s3c_set_platdata()
/linux-4.1.27/net/core/
H A Dnetevent.c45 * Unregister a notifier previously registered by
H A Dnet_namespace.c832 * When registered all network namespace init functions are
837 * methods are called in the order in which they were registered.
841 * registered.
878 * When registered all network namespace init functions are
883 * methods are called in the order in which they were registered.
887 * registered.
/linux-4.1.27/net/802/
H A Dp8022.c9 * SSAP/DSAP pair and then deliver to the registered datalink that
/linux-4.1.27/net/netlink/
H A Daf_netlink.h83 int registered; member in struct:netlink_table
/linux-4.1.27/sound/pci/hda/
H A Dhda_beep.h37 unsigned int registered:1; member in struct:hda_beep
H A Dhda_beep.c145 if (beep->registered) snd_hda_do_detach()
210 * The attached beep device has to be registered via
289 beep->registered = true; snd_hda_register_beep_device()
/linux-4.1.27/tools/perf/ui/
H A Dutil.c75 * Unregister already registered error logging functions.
/linux-4.1.27/drivers/scsi/device_handler/
H A Dscsi_dh.c51 * Tests @sdev against the match function of all registered device_handler.
76 * all registered device_handler if @scsi_dh == NULL.
348 * @scsi_dh - device handler to be registered.
350 * Returns 0 on success, -EBUSY if handler already registered.
366 printk(KERN_INFO "%s: device handler registered\n", scsi_dh->name); scsi_register_device_handler()
377 * Returns 0 on success, -ENODEV if handler not registered.
/linux-4.1.27/drivers/regulator/
H A Ddevres.c240 * Unregister a regulator registered with devm_regulator_register().
323 * Unregister an alias registered with
359 * aliases cannot be registered any aliases that were registered
401 * Unregister aliases registered with
482 * Unregister a notifier registered with devm_regulator_register_notifier().
/linux-4.1.27/drivers/input/joystick/
H A Dgrip_mp.c41 int registered; member in struct:grip_port
394 if (port->registered) { get_and_decode_packet()
398 port->registered = 0; get_and_decode_packet()
421 if (!port->registered) { get_and_decode_packet()
621 port->registered = 1; register_slot()
673 if (grip->port[i]->registered) grip_disconnect()
/linux-4.1.27/drivers/gpu/host1x/
H A Dbus.c100 * Move the subdevice to the list of active (registered) subdevices host1x_subdev_register()
118 device->registered = true; host1x_subdev_register()
132 if (device->registered) { __host1x_subdev_unregister()
133 device->registered = false; __host1x_subdev_unregister()
434 if (device->registered) { host1x_device_del()
435 device->registered = false; host1x_device_del()
/linux-4.1.27/drivers/irqchip/
H A Dirq-versatile-fpga.c49 /* we cannot allocate memory when the controllers are initially registered */
107 * Keep iterating over all registered FPGA IRQ controllers until there are
/linux-4.1.27/drivers/infiniband/core/
H A Ddevice.c269 * devices with the IB core. All registered clients will receive a
373 * device is added, each registered client's add method will be called
374 * (in the order the clients were registered), and when a device is
376 * order that clients were registered). In addition, when
378 * callback for all devices already registered.
403 * will receive a remove callback for each IB device still registered.
513 * Unregister an event handler registered with
533 * event to all registered event handlers when an asynchronous event
H A Diwpm_util.h162 * iwpm_registered_client - Check if the port mapper client is registered
170 * iwpm_set_registered - Set the port mapper client to registered or not
172 * @reg: 1 if registered or 0 if not
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Dcam.h97 AC_PATH_DEREGISTERED = 0x040,/* A path has de-registered */
98 AC_PATH_REGISTERED = 0x020,/* A new path has been registered */
/linux-4.1.27/drivers/pci/hotplug/
H A Drpaphp_slot.c129 err("rpaphp_register_slot: slot[%s] is already registered\n", slot->name); rpaphp_register_slot()
145 info("Slot [%s] registered\n", slot->name); rpaphp_register_slot()
H A Dacpiphp_core.c167 * was registered with us. This allows hardware specific
213 * was registered with us. This allows hardware specific
326 pr_info("Slot [%s] registered\n", slot_name(slot)); acpiphp_register_hotplug_slot()
H A Dacpiphp_ibm.c168 * Description: This method is registered with the acpiphp module as a
208 * Description: This method is registered with the acpiphp module as a
240 * Description: This method is registered as a callback with the ACPI
349 * Description: Gets registered with sysfs as the reader callback
/linux-4.1.27/block/
H A Dblk-softirq.c19 * while passing them to the queue registered handler.
163 * through a softirq handler. The user must have registered a completion
H A Delevator.c808 e->registered = 1; elv_register_queue()
821 e->registered = 0; elv_unregister_queue()
861 printk(KERN_INFO "io scheduler %s registered%s\n", e->elevator_name, elv_register()
895 bool registered = old->registered; elevator_switch() local
908 if (registered) elevator_switch()
920 if (registered) { elevator_switch()
/linux-4.1.27/arch/x86/include/asm/
H A Dhw_irq.h28 /* Interrupt handlers registered during init_IRQ */
81 /* Interrupt handlers registered during init_IRQ */
/linux-4.1.27/drivers/auxdisplay/
H A Dks0108.c154 goto registered; ks0108_init()
160 registered: ks0108_init()
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_sync.c128 * radeon_sync_rings - sync ring to all registered fences
134 * Ensure that all registered fences are signaled before letting
H A Drv770_dma.c40 * registered as the asic copy callback.
/linux-4.1.27/include/net/
H A Dcfg802154.h72 /* If multiple wpan_phys are registered and you're handed e.g.
74 * know whether it points to a wpan_phy your driver has registered
/linux-4.1.27/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c125 printk(KERN_INFO "gpio-halt: registered GPIO %d (%d trigger, %d" gpio_halt_probe()
153 * has been registered too. */
/linux-4.1.27/arch/m68k/atari/
H A Dstdma.c188 * It sets up the interrupt and its service routine. The int is registered
211 * registered by stdma_lock().
H A Ddebug.c290 bool registered; atari_debug_setup() local
299 registered = !!atari_console_driver.write; atari_debug_setup()
323 if (atari_console_driver.write && !registered) atari_debug_setup()
/linux-4.1.27/sound/aoa/
H A Daoa.h91 * registered, -EALREADY if the same fabric is registered.
/linux-4.1.27/include/linux/mfd/
H A Ddln2.h14 * @pdev - the sub-device that registered this callback
42 * @pdev - the sub-device that registered the callback
/linux-4.1.27/drivers/zorro/
H A Dzorro-driver.c82 * Adds the driver structure to the list of registered drivers
102 * Deletes the driver structure from the list of registered Zorro drivers,
/linux-4.1.27/drivers/md/
H A Ddm-path-selector.h91 /* Returns a registered path selector type */
/linux-4.1.27/drivers/iio/
H A Dindustrialio-triggered-buffer.c38 * completely initialized, but not yet registered. In practice this means that
/linux-4.1.27/drivers/media/rc/keymaps/
H A Drc-technisat-usb2.c7 * registered office is Witan Gate House 500 - 600 Witan Gate West,
/linux-4.1.27/drivers/misc/ibmasm/
H A Duart.c45 dev_info(sp->dev, "IBM SP UART not registered, owned by service processor\n"); ibmasm_register_uart()
/linux-4.1.27/drivers/scsi/mpt3sas/
H A Dmpt3sas_trigger_diag.c155 /* check to see if trace buffers are currently registered */ mpt3sas_trigger_master()
228 /* check to see if trace buffers are currently registered */ mpt3sas_trigger_event()
308 /* check to see if trace buffers are currently registered */ mpt3sas_trigger_scsi()
382 /* check to see if trace buffers are currently registered */ mpt3sas_trigger_mpi()
/linux-4.1.27/drivers/s390/char/
H A Dtape_proc.c136 * Cleanup all stuff registered to the procfs
/linux-4.1.27/drivers/s390/net/
H A Dqeth_core_mpc.c170 {IPA_RC_DUP_IPV6_REMOTE, "ipv6 address already registered remote"},
171 {IPA_RC_DUP_IPV6_HOME, "ipv6 address already registered"},
172 {IPA_RC_UNREGISTERED_ADDR, "Address not registered"},
192 {IPA_RC_DUPLICATE_IP_ADDRESS, "Address already registered"},
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfweh.c365 brcmf_err("event code %d already registered\n", code); brcmf_fweh_register()
369 brcmf_dbg(TRACE, "event handler registered for %s\n", brcmf_fweh_register()
389 * brcmf_fweh_activate_events() - enables firmware events registered.
425 * dispatch the event to a registered handler (using worker).
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dled.c119 wiphy_info(wl->wiphy, "registered radio enabled led device: %s gpio: %d\n", brcms_led_register()
/linux-4.1.27/drivers/input/touchscreen/
H A Ds3c2410_ts.c63 * @client: The ADC client we registered with the core driver.
65 * @input: The input device we registered with the input subsystem.
187 * @client: The client that was registered with the ADC core.
217 * @client: The client that was registered with the ADC core.
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsignal.h67 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/arch/unicore32/include/asm/
H A Delf.h79 registered with atexit, as per the SVR4 ABI. A value of 0 means we
/linux-4.1.27/drivers/char/hw_random/
H A Dbcm2835-rng.c74 dev_info(dev, "hwrng registered\n"); bcm2835_rng_probe()
H A Dbcm63xx-rng.c130 dev_info(&pdev->dev, "registered RNG driver\n"); bcm63xx_rng_probe()
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
H A Dgpio.h35 * A gpiochip for the 75 GPIOs is registered.
/linux-4.1.27/drivers/thermal/
H A Ddb8500_cpufreq_cooling.c45 dev_info(&pdev->dev, "Cooling device registered: %s\n", cdev->type); db8500_cpufreq_cooling_probe()
/linux-4.1.27/drivers/uwb/
H A Dumc-dev.c50 * registered with the system.
H A Dpal.c90 * Given a radio controller descriptor see if it is registered.
/linux-4.1.27/drivers/pps/clients/
H A Dpps-ktimer.c91 dev_info(pps->dev, "ktimer PPS source registered\n"); pps_ktimer_init()
/linux-4.1.27/include/sound/
H A Dseq_device.h25 * registered device information
/linux-4.1.27/include/uapi/asm-generic/
H A Dsignal.h57 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/include/linux/platform_data/
H A Dmtd-nand-s3c2410.h29 * define a set of one or more nand chips registered with an unique mtd. Also
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dsignal.h70 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dsignal.h46 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/arch/avr32/include/uapi/asm/
H A Dsignal.h72 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/arch/blackfin/mach-bf561/boards/
H A Dtepla.c8 * Only SMSC91C1111 was registered, may do more later.
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Delf.h25 registered using `atexit'. This provides a mean for the
/linux-4.1.27/arch/cris/include/uapi/asm/
H A Dsignal.h62 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/arch/m32r/include/uapi/asm/
H A Dsignal.h64 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/arch/m68k/include/uapi/asm/
H A Dsignal.h62 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/arch/arc/include/asm/
H A Delf.h57 * registered with atexit, as per the SVR4 ABI. A value of 0 means we
/linux-4.1.27/fs/fscache/
H A Dnetfs.c68 pr_notice("Netfs '%s' registered for caching\n", netfs->name); __fscache_register_netfs()
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_pe.c89 pr_info("[%s] pe registered.\n", pe->name); register_ip_vs_pe()
/linux-4.1.27/sound/usb/line6/
H A Dtoneport.c41 bool registered; member in struct:toneport_led
331 led->registered = true; toneport_init_leds()
344 if (!led->registered) toneport_remove_leds()
347 led->registered = false; toneport_remove_leds()
/linux-4.1.27/tools/lib/traceevent/
H A Devent-plugin.c102 * Returns an array of char strings that list the currently registered
106 * Returns NULL if there's no options registered. On error it returns
244 * traceevent_plugin_remove_options - remove plugin options that were registered
245 * @options: Options to removed that were registered with traceevent_plugin_add_options
/linux-4.1.27/sound/soc/fsl/
H A Dpcm030-audio-fabric.c77 dev_err(&op->dev, "ac97 not registered\n"); pcm030_fabric_probe()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_api.c115 * ENOSYS: Function is not registered
149 * ENOSYS: Function is not registered
231 * ENOSYS: Function is not registered
/linux-4.1.27/drivers/rapidio/
H A Drio-driver.c138 * Adds a &struct rio_driver to the list of registered drivers.
140 * occurred, the driver remains registered even if no device
157 * Deletes the &struct rio_driver from the list of registered RIO
/linux-4.1.27/drivers/of/
H A Dof_mdio.c85 dev_dbg(&mdio->dev, "registered phy %s at address %i\n", of_mdiobus_register_phy()
129 * the device tree are populated after the bus has been registered */ of_mdiobus_register()
168 /* skip already registered PHYs */ for_each_available_child_of_node()
H A Dplatform.c166 * registered. Unavailable devices will not get registered.
208 * registered. Unavailable devices will not get registered.
/linux-4.1.27/drivers/base/power/
H A Dwakeup.c23 * if wakeup events are registered during or immediately before the transition.
31 * Combined counters of registered wakeup events and wakeup events in progress.
491 * and incrementing the counter of registered wakeup events.
530 * Increment the counter of registered wakeup events and decrement the wakeup_source_deactivate()
700 * Compare the current number of registered wakeup events with its preserved
701 * value from the past and return true if new wakeup events have been registered
741 * pm_get_wakeup_count - Read the number of registered wakeup events.
745 * Store the number of registered wakeup events at the address in @count. If
777 * pm_save_wakeup_count - Save the current number of registered wakeup events.
778 * @count: Value to compare with the current number of registered wakeup events.
780 * If @count is equal to the current number of registered wakeup events and the
782 * old number of registered wakeup events for pm_check_wakeup_events(), enable
/linux-4.1.27/drivers/block/paride/
H A Dparide.c215 printk("paride: %s protocol already registered\n", paride_register()
228 printk("paride: %s registered as protocol %d\n", pr->name, k); paride_register()
239 printk("paride: %s not registered\n", pr->name); paride_unregister()
/linux-4.1.27/drivers/char/
H A Dnwbutton.c36 static int callback_count; /* The number of callbacks registered */
77 * last one to be registered first (FILO- First In Last Out).
127 * any matching registered function callbacks, initiate reboot, etc.).
/linux-4.1.27/drivers/video/fbdev/mmp/
H A Dcore.c65 * panel list is used to pair panel/path when path/panel registered
69 * buffer driver get registered path
77 * @p: panel to be registered
/linux-4.1.27/drivers/power/avs/
H A Dsmartreflex.c173 "%s: smartreflex class driver not registered\n", sr_start_vddautocomp()
186 "%s: smartreflex class driver not registered\n", sr_stop_vddautocomp()
205 * if smartreflex class driver is already registered and has
667 pr_warning("%s: Smartreflex class driver already registered\n", sr_register_class()
686 * registered smartreflex class enable API.
692 * into the registered smartreflex class enable API.
708 "registered\n", __func__); omap_sr_enable()
722 * into the registered smartreflex class disable API. This API will tell
740 "registered\n", __func__); omap_sr_disable()
754 * into the registered smartreflex class disable API. This API will tell
772 "registered\n", __func__); omap_sr_disable_reset_volt()
1049 * registered either there is no need for anything to be done on sr_init()
/linux-4.1.27/include/xen/interface/
H A Dvcpu.h111 * 1. The registered address may be virtual or physical, depending on the
112 * platform. The virtual address should be registered on x86 systems.
113 * 2. Only one shared area may be registered per VCPU. The shared area is
/linux-4.1.27/arch/parisc/kernel/
H A Dpdc_cons.c163 /* Check if the console driver is still registered. pdc_console_tty_driver_init()
176 printk(KERN_INFO "PDC console driver not registered anymore, not creating %s\n", pdc_cons.name); pdc_console_tty_driver_init()
180 printk(KERN_INFO "The PDC console driver is still registered, removing CON_BOOT flag\n"); pdc_console_tty_driver_init()
/linux-4.1.27/net/ieee802154/
H A Dcore.c154 /* TODO phy registered lock */ wpan_phy_register()
176 /* TODO phy registered lock */ wpan_phy_unregister()
253 * of registered interfaces, and only then cfg802154_netdev_notifier_call()
/linux-4.1.27/fs/ext4/
H A Dext4_jbd2.h168 * The registered function will be called in the context of the journal thread
177 * There is no guaranteed calling order of multiple registered callbacks on
197 * ext4_journal_callback_del: delete a registered callback
198 * @handle: active journal transaction handle on which callback was registered
199 * @jce: registered journal callback entry to unregister
/linux-4.1.27/net/rfkill/
H A Dcore.c59 bool registered; member in struct:rfkill
110 static LIST_HEAD(rfkill_list); /* list of registered rf switches */
131 if (!rfkill->registered) rfkill_led_trigger_event()
227 if (!rfkill->registered) rfkill_event()
479 if (!rfkill->registered) rfkill_set_hw_state()
517 if (!rfkill->registered) rfkill_set_sw_state()
534 BUG_ON(rfkill->registered); rfkill_init_sw_state()
566 if (!rfkill->registered) { rfkill_set_states()
937 if (rfkill->registered) { rfkill_register()
956 rfkill->registered = true; rfkill_register()
1003 rfkill->registered = false; rfkill_unregister()
/linux-4.1.27/kernel/livepatch/
H A Dcore.c33 * struct klp_ops - structure for tracking registered ftrace ops structs
43 * @fops: registered ftrace ops struct
485 * klp_disable_patch() - disables a registered patch
486 * @patch: The registered, enabled patch to be disabled
553 * klp_enable_patch() - enables a registered patch
554 * @patch: The registered, disabled patch to be enabled
859 * @patch: Patch to be registered
/linux-4.1.27/drivers/misc/ti-st/
H A Dst_core.c111 pr_err("chnl_id %d not registered, no data to send?", st_send_frame()
155 if (err) { /* cleanup registered protocol */ st_reg_complete()
351 * (b) registered protocol - Checked by st_int_recv()
541 pr_err("chnl_id %d already registered", new_proto->chnl_id); st_register()
602 /* check for already registered once more, st_register()
606 pr_err(" proto %d already registered ", st_register()
652 pr_err(" chnl_id %d not registered", proto->chnl_id); st_unregister()
753 * if a protocol has been registered & line discipline st_tty_close()
759 pr_err("%d not un-registered", i); st_tty_close()
854 pr_debug("registered n_shared line discipline"); st_core_init()
/linux-4.1.27/drivers/tty/serial/
H A Dsn_console.c443 * Note: If we're not registered with the serial core infrastructure yet,
521 * Note: If we're early, before we're registered with serial core, the
662 * registered with serial core). It's also used by sn_sal_module_init
663 * right after we've registered with serial core. The later only happens
712 * In sn_sal_module_init, after we're registered with serial core and
901 * We don't use this special case code if we're not registered with serial
902 * core yet. After we're registered with serial core, the only time this
915 /* We can't look at the xmit buffer if we're not registered with serial core sn_sal_console_write()
919 /* Not yet registered with serial core - simple case */ sn_sal_console_write()
1035 * and a new one registered.
/linux-4.1.27/drivers/tty/
H A Dsysrq.c435 /* g: May be registered for the kernel debugger */
452 /* o: This will often be registered as 'Off' at init time */
460 /* v: May be registered for frame buffer console restore */
463 /* x: May be registered on ppc/powerpc for xmon */
464 /* x: May be registered on sparc64 for global PMU dump */
466 /* y: May be registered on sparc64 for global register dump */
/linux-4.1.27/arch/m68k/amiga/
H A Dconfig.c623 bool registered; amiga_savekmsg_setup() local
641 registered = !!amiga_console_driver.write; amiga_savekmsg_setup()
643 if (!registered) amiga_savekmsg_setup()
726 bool registered; amiga_debug_setup() local
732 registered = !!amiga_console_driver.write; amiga_debug_setup()
734 if (!registered) amiga_debug_setup()
/linux-4.1.27/drivers/hwmon/
H A Ds3c-hwmon.c48 * @client: The client we registered with the S3C ADC core.
94 * This show deals with the raw attribute, registered for each possible
160 * passed via the platform data when the device was registered. s3c_hwmon_remove_raw()
/linux-4.1.27/drivers/media/
H A Dmedia-devnode.c169 already or if it is not registered anymore. */ media_open()
296 * registered or has already been unregistered.
300 /* Check if mdev was ever registered at all */ media_devnode_unregister()
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c139 /* check if this is the cooling device we registered */ ti_thermal_bind()
161 /* check if this is the cooling device we registered */ ti_thermal_unbind()
191 dev_notice(&thermal->device, "thermal zone not registered\n"); ti_thermal_set_mode()
/linux-4.1.27/security/yama/
H A Dyama_lsm.c69 * Each tracee can have, at most, one tracer registered. Each time this
70 * is called, the prior registered tracer will be replaced for the tracee.
241 * ptracer_exception_found - tracer registered as exception for this tracee
/linux-4.1.27/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx_phy.c155 /* let fec driver call it, since this has to be registered before it */
/linux-4.1.27/drivers/net/ethernet/xilinx/
H A Dll_temac_mdio.c105 dev_dbg(lp->dev, "MDIO bus registered; MC:%x\n", temac_mdio_setup()
/linux-4.1.27/drivers/s390/cio/
H A Dcrw.c26 * @handler: handler to be registered
/linux-4.1.27/drivers/target/
H A Dtarget_core_hba.c60 pr_err("%p is already registered with" transport_subsystem_register()
/linux-4.1.27/drivers/nfc/nfcmrvl/
H A Dmain.c128 nfc_info(dev, "registered with nci successfully\n"); nfcmrvl_nci_register_dev()
/linux-4.1.27/drivers/fmc/
H A Dfmc-match.c53 /* This function creates ID info for a newly registered device */ fmc_fill_id_info()
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dsignal.h77 * SA_ONSTACK indicates that a registered stack_t will be used.
/linux-4.1.27/arch/sparc/kernel/
H A Dhvapi.c86 * be returned if it is compatible with the one being registered.
/linux-4.1.27/arch/tile/include/gxio/
H A Dtrio.h57 * can be registered with TRIO by allocating an ASID (address space
60 * resources that require registered memory (MapMem, scatter queues,
62 * configure which set of registered pages is used by each resource.
238 * @param target_mem VA of backing memory, should be registered via
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_debugfs.c110 /* Already registered */ qxl_debugfs_add_files()
/linux-4.1.27/drivers/clk/qcom/
H A Dclk-regmap.c102 * and so that the clock is registered with the common clock framework.
/linux-4.1.27/arch/mips/dec/
H A Dioasic-irq.c87 * DMA interrupt action handlers are registered with the IRQF_ONESHOT flag
/linux-4.1.27/drivers/uio/
H A Duio_netx.c105 dev_info(&dev->dev, "Found %s card, registered UIO device.\n", netx_pci_probe()
/linux-4.1.27/drivers/video/backlight/
H A Dbacklight.c405 * Unregisters a previously registered via backlight_device_register object.
456 * Register a notifier to get notified when backlight devices get registered
471 * Register a notifier to get notified when backlight devices get registered
594 * class is registered before users of the class try to register lcd's
/linux-4.1.27/drivers/video/fbdev/aty/
H A Dradeon_i2c.c93 dev_dbg(&chan->rinfo->pdev->dev, "I2C bus %s registered.\n", name); radeon_setup_i2c_bus()
/linux-4.1.27/drivers/video/fbdev/nvidia/
H A Dnv_i2c.c112 "I2C bus %s registered.\n", name); nvidia_setup_i2c_bus()

Completed in 4067 milliseconds

12345678