Home
last modified time | relevance | path

Searched refs:blobs (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_firmware.c169 if (pfirmware->blobs[i].size == 0) { in rtl92e_init_fw()
181 &pfirmware->blobs[i], in rtl92e_init_fw()
188 mapped_file = pfirmware->blobs[i].data; in rtl92e_init_fw()
189 file_length = pfirmware->blobs[i].size; in rtl92e_init_fw()
Dr8192E_firmware.h56 struct rt_fw_blob blobs[FW_BLOBS]; member
/drivers/gpu/drm/tilcdc/
DKconfig16 bool "Support device tree blobs using TI LCDC Slave binding"
23 with device tree blobs using the obsolete "ti,tilcdc,slave"
/drivers/gpu/drm/
Ddrm_property.c613 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) { in drm_property_destroy_user_blobs()
781 list_add_tail(&blob->head_file, &file_priv->blobs); in drm_mode_createblob_ioctl()
808 list_for_each_entry(bt, &file_priv->blobs, head_file) { in drm_mode_destroyblob_ioctl()
Ddrm_fops.c212 INIT_LIST_HEAD(&priv->blobs); in drm_open_helper()
/drivers/base/
DKconfig89 bool "Include in-kernel firmware blobs in kernel binary"
93 The kernel source tree includes a number of firmware 'blobs'
114 string "External firmware blobs to build into the kernel binary"
141 string "Firmware blobs root directory"
/drivers/input/touchscreen/
Dsur40.c91 struct sur40_blob blobs[]; member
332 struct sur40_blob *inblob = &sur40->bulk_in_buffer->blobs[0]; in sur40_poll()
/drivers/net/wireless/ath/wil6210/
Dwil6210.h648 struct wil_blob_wrapper blobs[ARRAY_SIZE(fw_mapping)]; member
Ddebugfs.c1614 struct wil_blob_wrapper *wil_blob = &wil->blobs[i]; in wil6210_debugfs_init_blobs()