| /Linux-v6.1/drivers/hwtracing/coresight/ |
| D | coresight-syscfg.h | 30 * registered with the system as supporting configuration management. 36 * @csdev_desc_list: List of coresight devices registered with the configuration manager. 37 * @feat_desc_list: List of feature descriptors to load into registered devices. 38 * @config_desc_list: List of system configuration descriptors to load into registered devices. 63 * List entry for Coresight devices that are registered as supporting complex 66 * @csdev: The registered device. 68 * @ops: Operations supported by the registered device.
|
| /Linux-v6.1/drivers/firmware/arm_scmi/ |
| D | notify.c | 30 * effectively registered for an event, so that no support structures or chains 31 * are allocated until at least one user has registered a notifier_block for 33 * level only after at least one user has registered, and it is shutdown after 38 * for still to be registered events are instead kept in the dedicated common 66 * param to the user callback provided by the registered notifier_block, so that 212 * all the registered protocol-level specific information 278 * @registered_events: A dynamically allocated array holding all the registered 284 * descriptors registered for this protocol 291 * Once these descriptors are successfully registered, they are NEVER again 324 * All registered events are represented by one of these structures that are [all …]
|
| /Linux-v6.1/Documentation/block/ |
| D | pr.rst | 34 Only initiators with a registered key can write to the device, 38 Only initiators with a registered key can access the device. 42 Only initiators with a registered key can write to the device, 44 All initiators with a registered key are considered reservation 50 Only initiators with a registered key can access the device. 51 All initiators with a registered key are considered reservation 106 registered with the device and drops any existing reservation.
|
| /Linux-v6.1/include/media/ |
| D | media-device.h | 33 * registered with the media device. This handler is intended for creating 89 * @id: Unique ID used on the last registered graph object 93 * @entities: List of registered entities 94 * @interfaces: List of registered interfaces 95 * @pads: List of registered pads 96 * @links: List of registered links 97 * @entity_notify: List of registered entity_notify callbacks 138 * handler when &media_device is registered or when 167 /* notify callback list invoked when a new entity is registered */ 266 * #) Unregistering a media device that hasn't been registered is **NOT** safe. [all …]
|
| /Linux-v6.1/drivers/cpuidle/ |
| D | driver.c | 33 * registered for @cpu. 44 * For each CPU in the driver's CPU mask, unset the registered driver per CPU 45 * variable. If @drv is different from the registered driver, the corresponding 95 * previously registered. 106 * Returns 0 on success, -EBUSY if the driver is already registered. 123 * registered driver, do nothing. 295 * match the currently registered driver. 320 * Returns a struct cpuidle_driver pointer, or NULL if no driver is registered. 336 * cpuidle_get_cpu_driver - return the driver registered for a CPU. 339 * Returns a struct cpuidle_driver pointer, or NULL if no driver is registered
|
| /Linux-v6.1/Documentation/driver-api/driver-model/ |
| D | porting.rst | 24 The generic objects must be registered with the driver model core. By 127 When devices are discovered or registered with the bus type, the 141 The order of this list is determined by the parent of registered 167 Once the generic device has been initialized, it can be registered 185 When the device is registered, a directory in sysfs is created. 309 is registered:: 331 registered with the bus at any time. When registration happens, 336 bus driver compares these IDs to the IDs of devices registered with it. 350 When a device is registered, the bus's list of drivers is iterated 353 When a driver is registered, the bus's list of devices is iterated [all …]
|
| D | platform.rst | 76 If one of the drivers fails to register, all drivers registered up to that 93 but in some cases extra devices might be registered. For example, a kernel 175 - Whenever a device is registered, the drivers for that bus are 176 checked for matches. Platform devices should be registered very 179 - When a driver is registered using platform_driver_register(), all 201 should be hardware configuration for the serial port. Devices registered 208 User specified early platform devices will be registered at this point. 227 automatically registered during step 2 or 3. The serial driver example 233 registered early platform devices associated with a certain class with 234 registered early platform drivers. Matched devices will get probed().
|
| /Linux-v6.1/include/uapi/scsi/fc/ |
| D | fc_gs.h | 76 FC_FS_EXP_PID = 0x01, /* port ID not registered */ 77 FC_FS_EXP_PNAM = 0x02, /* port name not registered */ 78 FC_FS_EXP_NNAM = 0x03, /* node name not registered */ 79 FC_FS_EXP_COS = 0x04, /* class of service not registered */ 80 FC_FS_EXP_FTNR = 0x07, /* FC-4 types not registered */
|
| /Linux-v6.1/include/uapi/linux/ |
| D | if_ether.h | 55 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */ 58 #define ETH_P_BATMAN 0x4305 /* B.A.T.M.A.N.-Advanced packet [ NOT AN OFFICIALLY REGISTERED ID ] */ 114 #define ETH_P_QINQ1 0x9100 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */ 115 #define ETH_P_QINQ2 0x9200 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */ 116 #define ETH_P_QINQ3 0x9300 /* deprecated QinQ VLAN [ NOT AN OFFICIALLY REGISTERED ID ] */ 117 #define ETH_P_EDSA 0xDADA /* Ethertype DSA [ NOT AN OFFICIALLY REGISTERED ID ] */ 118 #define ETH_P_DSA_8021Q 0xDADB /* Fake VLAN Header for DSA [ NOT AN OFFICIALLY REGISTERED ID ] */ 119 #define ETH_P_DSA_A5PSW 0xE001 /* A5PSW Tag Value [ NOT AN OFFICIALLY REGISTERED ID ] */ 121 #define ETH_P_AF_IUCV 0xFBFB /* IBM af_iucv [ NOT AN OFFICIALLY REGISTERED ID ] */
|
| /Linux-v6.1/Documentation/mm/ |
| D | free_page_reporting.rst | 19 page reporting devices are already registered. 21 Once registered the page reporting API will begin reporting batches of 23 the interface is registered and will continue to do so 2 seconds after any 37 registered it is possible for it to resume where the previous driver had
|
| /Linux-v6.1/drivers/extcon/ |
| D | devres.c | 107 * @edev: the extcon device to be registered 113 * If extcon device is registered with this function and the device needs to be 145 * Unregister extcon device that is registered with devm_extcon_dev_register() 160 * @nb: a notifier block to be registered 204 * @nb: a notifier block to be registered 220 * @nb: a notifier block to be registered 258 * @nb: a notifier block to be registered
|
| /Linux-v6.1/tools/testing/kunit/test_data/ |
| D | test_is_test_passed-no_tests_run_no_header.log | 33 io scheduler noop registered 34 io scheduler deadline registered 35 io scheduler cfq registered (default) 36 io scheduler mq-deadline registered 37 io scheduler kyber registered
|
| /Linux-v6.1/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-reg_event_handler.txt | 37 for the same event is already registered, it will be overridden with the new 43 previously registered with _tep_register_event_handler()_. The _tep_ argument 46 registered. 52 _context_ is custom context, set when the custom event handler is registered. 57 if the new handler is registered successfully or 106 printf ("Registered handler for hrtimer_expire_entry\n");
|
| /Linux-v6.1/include/linux/ |
| D | arm_sdei.h | 58 * This struct represents an event that has been registered. The driver 59 * maintains a list of all events, and which ones are registered. (Private 60 * events have one entry in the list, but are registered on each CPU). 62 * handler. The event handler can then use this to invoke the registered
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_trap.h | 12 size_t policers_count; /* Number of registered policers */ 15 size_t groups_count; /* Number of registered groups */ 18 size_t traps_count; /* Number of registered traps */
|
| /Linux-v6.1/mm/ |
| D | frontswap.c | 27 * may be registered, but implementations can never deregister. This 28 * is a simple singly-linked list of all registered implementations. 70 * has registered. 79 * While no backend is registered all calls to frontswap_[store|load| 82 * The time between the backend being registered and the swap file system 86 * registered backend. 91 * to unload a backend once it is registered.
|
| /Linux-v6.1/drivers/net/wireless/intersil/p54/ |
| D | led.c | 75 if ((brightness) && (led->registered)) { in p54_led_brightness_set() 88 if (led->registered) in p54_register_led() 104 led->registered = 1; in p54_register_led() 150 if (priv->leds[i].registered) { in p54_unregister_leds() 151 priv->leds[i].registered = false; in p54_unregister_leds()
|
| /Linux-v6.1/drivers/comedi/ |
| D | comedi_usb.c | 50 * @driver: Registered COMEDI driver. 92 * @comedi_driver: COMEDI driver to be registered. 93 * @usb_driver: USB driver to be registered. 122 * @comedi_driver: COMEDI driver to be registered. 123 * @usb_driver: USB driver to be registered.
|
| /Linux-v6.1/drivers/soc/xilinx/ |
| D | xlnx_event_manager.c | 47 * struct agent_cb - Registered callback function and private data. 59 * struct registered_event_data - Registered Event Data. 67 * about registered handler and private data. 159 pr_err("Found as already registered\n"); in xlnx_add_cb_for_suspend() 214 pr_warn("Didn't find any registered callback for suspend event\n"); in xlnx_remove_cb_for_suspend() 255 pr_warn("Didn't find any registered callback for 0x%x 0x%x\n", in xlnx_remove_cb_for_notify_event() 318 /* Remove registered(during this call) event from hash table */ in xlnx_register_event() 339 /* Remove already registered event from hash table */ in xlnx_register_event() 439 pr_warn("Didn't find any registered callback for suspend event\n"); in xlnx_call_suspend_cb_handler() 467 /* Remove already registered event from hash table */ in xlnx_call_notify_cb_handler() [all …]
|
| /Linux-v6.1/Documentation/driver-api/surface_aggregator/ |
| D | client.rst | 111 unbinds. Client devices registered with the controller as parent are 142 A driver instance can be registered via |ssam_device_driver_register| and 314 To receive events from the SAM EC, an event notifier must be registered for 321 Event notifiers are registered by providing (at minimum) a callback to call 329 other notifier registered for the same target category. 388 Multiple event notifiers can be registered for the same event. The event 390 registered and unregistered, by keeping track of how many notifiers for a 392 instance ID) are currently registered. This means that a specific event will 393 be enabled when the first notifier for it is being registered and disabled 395 flags are therefore only used on the first registered notifier, however, one [all …]
|
| /Linux-v6.1/lib/ |
| D | logic_pio.c | 28 * @new_range: pointer to the IO range to be registered. 75 /* range not registered yet, check for available space */ in logic_pio_register_range() 108 * @range: pointer to the IO range which has been already registered. 110 * Unregister a previously-registered IO range node. 126 * Traverse the io_range_list to find the registered node for @fwnode. 144 /* Return a registered range given an input PIO token */ 229 pr_err("addr %pa not registered in io_range_list\n", &addr); in logic_pio_trans_cpuaddr()
|
| /Linux-v6.1/drivers/gpu/drm/msm/disp/ |
| D | mdp_kms.c | 109 if (!irq->registered) { in mdp_irq_register() 110 irq->registered = true; in mdp_irq_register() 128 if (irq->registered) { in mdp_irq_unregister() 129 irq->registered = false; in mdp_irq_unregister()
|
| /Linux-v6.1/drivers/hsi/ |
| D | hsi_boardinfo.c | 26 * HSI clients are statically declared and registered on board files. 28 * HSI clients will be automatically registered to the HSI bus once the 29 * controller and the port where the clients wishes to attach are registered
|
| /Linux-v6.1/Documentation/firmware-guide/acpi/dsd/ |
| D | phy.rst | 7 The PHYs on an MDIO bus [phy] are probed and registered using 10 Later, for connecting these PHYs to their respective MACs, the PHYs registered 24 the PHY that is registered on an MDIO bus. This is mandatory for 28 using the _ADR object as shown below and are registered on the MDIO bus. 43 Later, during the MAC driver initialization, the registered PHY devices 45 references to the previously registered PHYs which are provided
|
| /Linux-v6.1/drivers/media/cec/core/ |
| D | cec-core.c | 60 * the devnode->registered check and get_device() calls, leading to in cec_get_device() 66 * already or if it is not registered anymore. in cec_get_device() 68 if (!devnode->registered) { in cec_get_device() 143 devnode->registered = true; in cec_devnode_register() 146 devnode->registered = false; in cec_devnode_register() 167 * registered or has already been unregistered. 176 /* Check if devnode was never registered or already unregistered */ in cec_devnode_unregister() 177 if (!devnode->registered || devnode->unregistered) { in cec_devnode_unregister() 181 devnode->registered = false; in cec_devnode_unregister()
|