/kernel/linux/linux-5.10/drivers/soc/bcm/bcm63xx/ |
H A D | bcm63xx-power.c | 356 .data = &bcm6318_power_domains, 359 .data = &bcm6328_power_domains, 362 .data = &bcm6362_power_domains, 365 .data = &bcm63268_power_domains,
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-cavium.h | 14 int data; member 29 #define OCTEON_SPI_DAT0(x) (x->regs.data) 229 uint64_t data:8; member 231 uint64_t data:8;
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.h | 231 /* synchronous transfer negotiation data */ 304 static int nsp_bus_reset (nsp_hw_data *data); 307 static int nsphw_init (nsp_hw_data *data); 334 static void show_message (nsp_hw_data *data); 339 # define show_message(data) /* */
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | queue.c | 135 hif = (struct hif_msg *)skb->data; in wfx_pending_drop() 157 hif = (struct hif_msg *)skb->data; in wfx_pending_get() 265 hif = (struct hif_msg *)skb->data; in wfx_tx_queues_get_skb() 303 return (struct hif_msg *)skb->data; in wfx_tx_queues_get()
|
H A D | debug.c | 214 dev_dbg(wdev->dev, "PDS data must be written in one transaction"); in wfx_send_pds_write() 322 static int wfx_ps_timeout_set(void *data, u64 val) in wfx_ps_timeout_set() argument 324 struct wfx_dev *wdev = (struct wfx_dev *)data; in wfx_ps_timeout_set() 334 static int wfx_ps_timeout_get(void *data, u64 *val) in wfx_ps_timeout_get() argument 336 struct wfx_dev *wdev = (struct wfx_dev *)data; in wfx_ps_timeout_get()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | drd.c | 306 static irqreturn_t cdns3_drd_thread_irq(int irq, void *data) in cdns3_drd_thread_irq() argument 308 struct cdns3 *cdns = data; in cdns3_drd_thread_irq() 319 * @data: structure of cdns3 323 static irqreturn_t cdns3_drd_irq(int irq, void *data) in cdns3_drd_irq() argument 326 struct cdns3 *cdns = data; in cdns3_drd_irq()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ir-usb.c | 359 unsigned char *data = urb->transfer_buffer; in ir_process_read_urb() local 368 if (*data & 0x0f) in ir_process_read_urb() 369 ir_baud = *data & 0x0f; in ir_process_read_urb() 374 tty_insert_flip_string(&port->port, data + 1, urb->actual_length - 1); in ir_process_read_urb() 439 * send the baud change out on an "empty" data packet in ir_set_termios()
|
H A D | safe_serial.c | 17 * While the USB protocol has a CRC over the data while in transit, i.e. while 19 * hardware has any problems getting the data into or out of the USB transmit 20 * and receive FIFO's then data can be lost. 23 * number of bytes of valid data and a 10 bit CRC that will allow the receiver 35 * 0..N-2 data and optional padding 37 * N-2 bits 7-2 - number of bytes of valid data 45 * The 10 bit CRC is computed across the sent data, followed by the trailer 188 unsigned char *data = urb->transfer_buffer; in safe_process_read_urb() local 204 fcs = fcs_compute10(data, length, CRC10_INITFCS); in safe_process_read_urb() 210 actual_length = data[lengt in safe_process_read_urb() [all...] |
H A D | upd78f0730.c | 13 * - data bits: 7 or 8 129 const void *data, int size) in upd78f0730_send_ctl() 135 if (size <= 0 || !data) in upd78f0730_send_ctl() 138 buf = kmemdup(data, size, GFP_KERNEL); in upd78f0730_send_ctl() 152 *(u8 *)data, res); in upd78f0730_send_ctl() 329 dev_dbg(dev, "%s - 7 data bits\n", __func__); in upd78f0730_set_termios() 334 dev_warn(dev, "data size is not supported, using 8 bits\n"); in upd78f0730_set_termios() 338 dev_dbg(dev, "%s - 8 data bits\n", __func__); in upd78f0730_set_termios() 128 upd78f0730_send_ctl(struct usb_serial_port *port, const void *data, int size) upd78f0730_send_ctl() argument
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-fsl-usb.h | 339 unsigned long data; /* Data passed to function */ member 344 (void (*function)(unsigned long), unsigned long expires, unsigned long data) in otg_timer_initializer() 353 timer->data = data; in otg_timer_initializer() 343 otg_timer_initializer(void (*function)(unsigned long), unsigned long expires, unsigned long data) otg_timer_initializer() argument
|
H A D | phy-jz4770.c | 280 { .compatible = "ingenic,jz4770-phy", .data = &jz4770_soc_info }, 281 { .compatible = "ingenic,jz4780-phy", .data = &jz4780_soc_info }, 282 { .compatible = "ingenic,x1000-phy", .data = &x1000_soc_info }, 283 { .compatible = "ingenic,x1830-phy", .data = &x1830_soc_info },
|
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | ili9320.c | 32 unsigned char *data = spi->buffer_data; in ili9320_write_spi() local 42 /* second message is the data to transfer */ in ili9320_write_spi() 44 data[0] = spi->id | ILI9320_SPI_DATA | ILI9320_SPI_WRITE; in ili9320_write_spi() 45 data[1] = value >> 8; in ili9320_write_spi() 46 data[2] = value; in ili9320_write_spi() 177 /* fill the two messages we are going to use to send the data in ili9320_setup_spi() 178 * with, the first the address followed by the data. The datasheet in ili9320_setup_spi() 207 dev_err(dev, "no platform data supplied\n"); in ili9320_probe_spi() 212 dev_err(dev, "invalid platform data supplied\n"); in ili9320_probe_spi()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_dynset.c | 43 ®s->data[priv->sreg_key], NULL, in nft_dynset_new() 44 ®s->data[priv->sreg_data], in nft_dynset_new() 73 set->ops->delete(set, ®s->data[priv->sreg_key]); in nft_dynset_eval() 77 if (set->ops->update(set, ®s->data[priv->sreg_key], nft_dynset_new, in nft_dynset_eval()
|
/kernel/linux/linux-5.10/net/x25/ |
H A D | x25_link.c | 94 skb->data[3], skb->data[4], in x25_link_control() 95 skb->data[5], skb->data[6]); in x25_link_control()
|
/kernel/linux/linux-5.10/net/wimax/ |
H A D | stack.c | 62 * close to where the data is generated. 93 void *data; in wimax_gnl_re_state_change_alloc() local 105 data = genlmsg_put(report_skb, 0, wimax_gnl_family.mcgrp_offset, in wimax_gnl_re_state_change_alloc() 107 if (data == NULL) { in wimax_gnl_re_state_change_alloc() 108 dev_err(dev, "RE_STCH: can't put data into message\n"); in wimax_gnl_re_state_change_alloc() 111 *header = data; in wimax_gnl_re_state_change_alloc() 450 * priv data). You must have called wimax_dev_init() on it before.
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | tcp_recv.c | 157 struct rds_tcp_desc_arg *arg = desc->arg.data; in rds_tcp_data_recv() 164 rdsdebug("tcp data tc %p skb %p offset %u len %zu\n", tc, skb, offset, in rds_tcp_data_recv() 226 rdsdebug("skb %p data %p len %d off %u to_copy %zu -> " in rds_tcp_data_recv() 227 "clone %p data %p len %d\n", in rds_tcp_data_recv() 228 skb, skb->data, skb->len, offset, to_copy, in rds_tcp_data_recv() 229 clone, clone->data, clone->len); in rds_tcp_data_recv() 272 desc.arg.data = &arg; in rds_tcp_read_sock() 312 rdsdebug("data ready sk %p\n", sk); in rds_tcp_data_ready()
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_conntrack.h | 31 /* per conntrack: protocol private data */ 33 /* insert conntrack proto private data here */ 43 /* insert expect proto private data here */ 222 int (*iter)(struct nf_conn *i, void *data), 223 void *data, u32 portid, int report); 226 void nf_ct_iterate_destroy(int (*iter)(struct nf_conn *i, void *data), 227 void *data);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netlink.h | 16 return (struct nlmsghdr *)skb->data; in nlmsg_hdr() 72 * @cookie: cookie data to return to userspace (for success) 73 * @cookie_len: actual cookie data length 159 int (*filter)(struct sock *dsk, struct sk_buff *skb, void *data), 209 void *data; member 241 void *data; member
|
/kernel/linux/linux-5.10/sound/pci/ca0106/ |
H A D | ca_midi.c | 20 #define ca_midi_write_data(midi, data) midi->write(midi, data, 0) 21 #define ca_midi_write_cmd(midi, data) midi->write(midi, data, 1) 101 pr_err("ca_midi_cmd: 0x%x failed at 0x%x (status = 0x%x, data = 0x%x)!!!\n", in ca_midi_cmd() 224 /* no more data */ in ca_midi_output_trigger()
|
/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
H A D | amdtp-dot.c | 25 * Several devices look only at the first eight data blocks. 26 * In any case, this is more than enough for the MIDI data rate. 55 * @param idx index byte (audio-sample data) 0x00..0xff 57 * @return salt to XOR with given data 66 * of the last non-zero data in dot_scrt() 103 u8 * const data = (u8 *) buffer; in dot_encode_step() local 105 if (data[MAGIC_DOT_BYTE] != 0x00) { in dot_encode_step() 107 state->idx = data[MAGIC_DOT_BYTE] ^ state->carry; in dot_encode_step() 109 data[MAGIC_DOT_BYTE] ^= state->carry; in dot_encode_step() 123 * A first data channe in amdtp_dot_set_parameters() [all...] |
/kernel/linux/linux-5.10/security/keys/ |
H A D | dh.c | 17 static ssize_t dh_data_from_key(key_serial_t keyid, void **data) in dh_data_from_key() argument 42 duplicate = kmemdup(payload->data, payload->datalen, in dh_data_from_key() 45 *data = duplicate; in dh_data_from_key() 73 struct dh_completion *compl = req->data; in dh_crypto_done()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt5682-i2c.c | 76 static irqreturn_t rt5682_irq(int irq, void *data) in rt5682_irq() argument 78 struct rt5682_priv *rt5682 = data; in rt5682_irq() 120 static void rt5682_i2c_disable_regulators(void *data) in rt5682_i2c_disable_regulators() argument 122 struct rt5682_priv *rt5682 = data; in rt5682_i2c_disable_regulators()
|
H A D | sti-sas.c | 65 /* device data structure */ 75 /* driver data structure */ 110 struct sti_sas_data *data) in sti_sas_init_sas_registers() 410 .data = &stih407_data, 428 /* Populate data structure depending on compatibility */ in sti_sas_driver_probe() 430 if (!of_id->data) { in sti_sas_driver_probe() 431 dev_err(&pdev->dev, "data associated to device is missing\n"); in sti_sas_driver_probe() 435 drvdata->dev_data = (struct sti_sas_dev_data *)of_id->data; in sti_sas_driver_probe() 109 sti_sas_init_sas_registers(struct snd_soc_component *component, struct sti_sas_data *data) sti_sas_init_sas_registers() argument
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf.c | 89 { "data", cmd_data, 0 }, 98 static int pager_command_config(const char *var, const char *value, void *data) in pager_command_config() argument 100 struct pager_config *c = data; in pager_command_config() 117 static int browser_command_config(const char *var, const char *value, void *data) in browser_command_config() argument 119 struct pager_config *c = data; in browser_command_config()
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | aiu.c | 368 { .compatible = "amlogic,aiu-gxbb", .data = &aiu_gxbb_pdata }, 369 { .compatible = "amlogic,aiu-gxl", .data = &aiu_gxl_pdata }, 370 { .compatible = "amlogic,aiu-meson8", .data = &aiu_meson8_pdata }, 371 { .compatible = "amlogic,aiu-meson8b", .data = &aiu_meson8_pdata },
|