/kernel/linux/linux-5.10/drivers/media/pci/pt3/ |
H A D | pt3_i2c.c | 54 if (buf_idx < ARRAY_SIZE(cbuf->data)) in cmdbuf_add() 55 cbuf->data[buf_idx] = cbuf->tmp; in cmdbuf_add() 212 cbuf->data, cbuf->num_cmds); in pt3_i2c_master_xfer()
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | ixp4xx.c | 53 * data and other flash commands which are always in D7-D0. 117 u16 data = flash_read16(src); in ixp4xx_copy_from() local 118 *dest++ = BYTE0(data); in ixp4xx_copy_from() 119 *dest++ = BYTE1(data); in ixp4xx_copy_from()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
H A D | ks8851_par.c | 35 * struct ks8851_net_par - KS8851 Parallel driver private data 36 * @ks8851: KS8851 driver common private data 38 * @hw_addr : start address of data register. 164 * ks8851_rdfifo_par - read data from the receive fifo 167 * @len: The length of the data to read 169 * Issue an RXQ FIFO read command and read the @len amount of data from 190 * needs, such as IRQ on completion. Send the header and the packet data to 201 __func__, txp, txp->len, txp->data, irq); in ks8851_wrfifo_par() 212 iowrite16_rep(ksp->hw_addr, txp->data, len / 2); in ks8851_wrfifo_par() 254 "%s: skb %p, %d@%p\n", __func__, skb, skb->len, skb->data); in ks8851_start_xmit_par() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.h | 198 u32 data); 202 u32 data, 207 u32 *data,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot_vcap.h | 107 struct ocelot_vcap_u16 data; /* MAC data */ member 151 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */ member 171 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */ member
|
/kernel/linux/linux-5.10/drivers/i2c/ |
H A D | i2c-core-of.c | 116 static int of_dev_or_parent_node_match(struct device *dev, const void *data) in of_dev_or_parent_node_match() argument 118 if (dev->of_node == data) in of_dev_or_parent_node_match() 122 return dev->parent->of_node == data; in of_dev_or_parent_node_match()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | tmp102.c | 127 static umode_t tmp102_is_visible(const void *data, enum hwmon_sensor_types type, in tmp102_is_visible() argument 163 static void tmp102_restore_config(void *data) in tmp102_restore_config() argument 165 struct tmp102 *tmp102 = data; in tmp102_restore_config() 245 * Mark that we are not ready with data until the first in tmp102_probe()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | max1118.c | 45 u8 data ____cacheline_aligned; 99 .rx_buf = &adc->data, in max1118_read() 113 return adc->data; in max1118_read() 187 "failed to get conversion data\n"); in max1118_trigger_handler() 240 * conversion to be complete and all of the data to be read out. Once in max1118_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fweh.h | 209 * @length: TODO: length of appended data. 258 * @datalen: length of event data buffer. 288 void *data); 306 void *data); 316 void *data));
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | p54.h | 33 u32 data[10]; member 92 void *data[P54_TX_INFO_DATA_SIZE / sizeof(void *)]; member 129 u8 data[]; member 194 /* Radio data */ 217 /* calibration, output power limit and rssi<->dBm conversation data */
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | rx.c | 75 p_rx_pd = (struct rxpd *) skb->data; in lbs_process_rxed_packet() 81 lbs_deb_hex(LBS_DEB_RX, "RX Data: Before chop rxpd", skb->data, in lbs_process_rxed_packet() 92 lbs_deb_rx("rx data: skb->len - pkt_ptr = %d-%zd = %zd\n", in lbs_process_rxed_packet() 145 lbs_deb_rx("rx data: size of actual packet %d\n", skb->len); in lbs_process_rxed_packet() 216 p_rx_pkt = (struct rx80211packethdr *) skb->data; in process_rxed_802_11_packet() 219 /* lbs_deb_hex(LBS_DEB_RX, "RX Data: Before chop rxpd", skb->data, min(skb->len, 100)); */ in process_rxed_802_11_packet() 229 lbs_deb_rx("rx data: skb->len-sizeof(RxPd) = %d-%zd = %zd\n", in process_rxed_802_11_packet() 260 lbs_deb_rx("rx data: size of actual packet %d\n", skb->len); in process_rxed_802_11_packet()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800soc.c | 114 const u8 *data, const size_t len) in rt2800soc_load_firmware() 121 const u8 *data, const size_t len) in rt2800soc_check_firmware() 128 const u8 *data, const size_t len) in rt2800soc_write_firmware() 113 rt2800soc_load_firmware(struct rt2x00_dev *rt2x00dev, const u8 *data, const size_t len) rt2800soc_load_firmware() argument 120 rt2800soc_check_firmware(struct rt2x00_dev *rt2x00dev, const u8 *data, const size_t len) rt2800soc_check_firmware() argument 127 rt2800soc_write_firmware(struct rt2x00_dev *rt2x00dev, const u8 *data, const size_t len) rt2800soc_write_firmware() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | paging.c | 180 * CPU2 paging image (including instruction and data) in iwl_fill_paging_mem() 191 * (one for CSS and one for Paging data) in iwl_fill_paging_mem() 210 image->sec[sec_idx].data, in iwl_fill_paging_mem() 242 "Paging: last block contains more data than expected %d\n", in iwl_fill_paging_mem() 249 "Paging: not enough data in other in block %d (%d)\n", in iwl_fill_paging_mem() 256 image->sec[sec_idx].data + offset, len); in iwl_fill_paging_mem() 303 .data = { &paging_cmd, }, in iwl_send_paging_cmd()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | fcx.c | 32 * tcw_get_data - return pointer to input/output data associated with tcw 35 * Return the input or output data address specified in the tcw depending 74 * tcw_init - initialize tcw data structure 79 * Initialize all fields of the specified tcw data structure with zero and 127 /* TODO: find out if padding applies to total of data in calc_cbc_size() 128 * transferred or data transferred by this tidaw. Assumption: in calc_cbc_size() 143 * @num_tidaws: the number of tidaws used to address input/output data or zero 147 * tcat the tccb and terminate the data tidaw list if used. 197 * tcw_set_data - set data address and tida flag of a tcw 199 * @data 207 tcw_set_data(struct tcw *tcw, void *data, int use_tidal) tcw_set_data() argument [all...] |
/kernel/linux/linux-5.10/drivers/phy/marvell/ |
H A D | phy-berlin-usb.c | 153 .data = &phy_berlin_pll_dividers[0], 157 .data = &phy_berlin_pll_dividers[1], 185 priv->pll_divider = *((u32 *)match->data); in phy_berlin_usb_probe()
|
/kernel/linux/linux-5.10/drivers/pinctrl/berlin/ |
H A D | berlin-bg2cd.c | 164 .data = &berlin2cd_soc_pinctrl_data 168 .data = &berlin2cd_sysmgr_pinctrl_data 178 return berlin_pinctrl_probe(pdev, match->data); in berlin2cd_pinctrl_probe()
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | cmd-db.c | 26 * @len: length of the data 27 * @offset: offset from :@data_offset, start of the data 42 * @data_offset: entry's data at offset from the end of the cmd_db_header 64 * @data: driver specific data 72 u8 data[]; member 84 * rsc_hdr.header_offset. In addition each slave could have auxiliary data 85 * that may be needed by the driver. The data for the slave starts at the 89 * information and get the slave id and the auxiliary data and the length of the 90 * data [all...] |
H A D | smd-rpm.c | 93 * @buf: the data to be written 150 void *data, in qcom_smd_rpm_callback() 155 const struct qcom_rpm_header *hdr = data; in qcom_smd_rpm_callback() 159 const u8 *buf = data + sizeof(struct qcom_rpm_header); in qcom_smd_rpm_callback() 149 qcom_smd_rpm_callback(struct rpmsg_device *rpdev, void *data, int count, void *priv, u32 addr) qcom_smd_rpm_callback() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | NCR5380.h | 145 * Used in DMA transfer mode, data is latched from the SCSI bus on 201 NCR5380_implementation_fields; /* Board-specific data */ 279 static int NCR5380_transfer_dma(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data); 280 static int NCR5380_transfer_pio(struct Scsi_Host *instance, unsigned char *phase, int *count, unsigned char **data); 311 unsigned char *data, int count) in NCR5380_dma_setup_none() 310 NCR5380_dma_setup_none(struct NCR5380_hostdata *hostdata, unsigned char *data, int count) NCR5380_dma_setup_none() argument
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r819xU_firmware.c | 3 * Procedure: Init boot code/firmware code/data session 75 seg_ptr = skb->data; in fw_download_code() 213 "RTL8192U/data.img"}; in init_firmware() 233 * Download boot, main, and data image for System reset. in init_firmware() 234 * Download data image for firmware reset in init_firmware() 254 memcpy(pfirmware->firmware_buf, fw_entry->data, fw_entry->size); in init_firmware() 259 memcpy(&pfirmware->firmware_buf[128], fw_entry->data, fw_entry->size); in init_firmware() 265 /* we only need to download data.img here */ in init_firmware() 274 * 3. each skb_buff packet data content will already include the firmware info in init_firmware() 313 /* download initial data cod in init_firmware() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_wep.c | 64 * WEP frame payload: IV + TX key idx, RC4(data), ICV = RC4(CRC32(data)) 146 pos = skb->data + hdr_len; in prism2_wep_decrypt() 159 /* Apply RC4 to data and compute CRC32 over decrypted data */ in prism2_wep_decrypt() 177 memmove(skb->data + 4, skb->data, hdr_len); in prism2_wep_decrypt()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_wep.c | 59 * WEP frame payload: IV + TX key idx, RC4(data), ICV = RC4(CRC32(data)) 145 pos = skb->data + hdr_len; in prism2_wep_decrypt() 158 /* Apply RC4 to data and compute CRC32 over decrypted data */ in prism2_wep_decrypt() 176 memmove(skb->data + 4, skb->data, hdr_len); in prism2_wep_decrypt()
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | hif_api_general.h | 226 } data; member 252 u8 data[]; member 257 u8 data[]; member
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | dwc3-exynos.c | 171 .data = &exynos5250_drvdata, 174 .data = &exynos5433_drvdata, 177 .data = &exynos7_drvdata,
|
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
H A D | sisusb.h | 68 * calls emulate inX/outX. Hence, the data is 71 * 2) Video memory. The data is copied 1:1. There is 73 * the data has to be prepared properly. (Hint: 74 * think graphics data format, command queue, 86 p->data = cpu_to_le32(p->data); \ 180 u32 data; member 286 #define SUCMD_SETMASK 0x06 /* data1 = data, data2 = mask */
|