/Linux-v6.6/drivers/net/wireless/intersil/orinoco/ |
D | fw.c | 101 /* Plug Data Area (PDA) */ in orinoco_dl_firmware() 102 __le16 *pda; in orinoco_dl_firmware() local 114 pda = kzalloc(fw->pda_size, GFP_KERNEL); in orinoco_dl_firmware() 115 if (!pda) in orinoco_dl_firmware() 126 err = hw->ops->read_pda(hw, pda, fw->pda_addr, fw->pda_size); in orinoco_dl_firmware() 127 dev_dbg(dev, "Read PDA returned %d\n", err); in orinoco_dl_firmware() 174 err = hermes_apply_pda_with_defaults(hw, first_block, end, pda, in orinoco_dl_firmware() 175 &pda[fw->pda_size / sizeof(*pda)]); in orinoco_dl_firmware() 176 dev_dbg(dev, "Apply PDA returned %d\n", err); in orinoco_dl_firmware() 195 kfree(pda); in orinoco_dl_firmware() [all …]
|
D | hermes.c | 686 /* Read PDA from the adapter */ 687 static int hermes_read_pda(struct hermes *hw, __le16 *pda, u32 pda_addr, in hermes_read_pda() argument 693 __le16 *data = pda; in hermes_read_pda() 696 /* PDA of spectrum symbol is in eeprom */ in hermes_read_pda() 703 /* wl_lkm does not include PDA size in the PDA area. in hermes_read_pda() 704 * We will pad the information into pda, so other routines in hermes_read_pda() 706 pda[0] = cpu_to_le16(pda_len - 2); in hermes_read_pda() 708 pda[1] = cpu_to_le16(0x0800); /* CFG_PROD_DATA */ in hermes_read_pda() 710 data = pda + 2; in hermes_read_pda() 719 /* Read PDA */ in hermes_read_pda() [all …]
|
D | hermes_dld.c | 50 #define PDI_END 0x00000000 /* End of PDA */ 218 /* Parse PDA and write the records into the adapter 220 * Attempt to write every records that is in the specified pda 226 const __le16 *pda, in hermes_apply_pda() argument 237 pdi = (const struct pdi *) (pda + 2); in hermes_apply_pda() 383 /* Write PDA according to certain rules. 386 * the pda, and use that. 388 * For certain records, use defaults if they are not found in pda. 393 const __le16 *pda, in hermes_apply_pda_with_defaults() argument 397 const struct pdi *first_pdi = (const struct pdi *) &pda[2]; in hermes_apply_pda_with_defaults()
|
D | hermes_dld.h | 35 __le16 *pda, 42 const __le16 *pda, 47 const __le16 *pda,
|
D | orinoco_usb.c | 1111 static int ezusb_read_pda(struct hermes *hw, __le16 *pda, in ezusb_read_pda() argument 1124 /* wl_lkm does not include PDA size in the PDA area. in ezusb_read_pda() 1125 * We will pad the information into pda, so other routines in ezusb_read_pda() 1127 pda[0] = cpu_to_le16(pda_len - 2); in ezusb_read_pda() 1129 pda[1] = cpu_to_le16(0x0800); /* CFG_PROD_DATA */ in ezusb_read_pda() 1132 EZUSB_FRAME_CONTROL, &pda[2], pda_len - 4, in ezusb_read_pda()
|
/Linux-v6.6/drivers/staging/wlan-ng/ |
D | prism2fw.c | 86 struct pda { struct 132 /* PDA, built from [card|newfile]+[addfile1+addfile2...] */ 134 static struct pda pda; variable 150 static int read_cardpda(struct pda *pda, struct wlandevice *wlandev); 152 static int mkpdrlist(struct pda *pda); 156 struct pda *pda); 256 /* clear the pda and add an initial END record */ in prism2_fwapply() 257 memset(&pda, 0, sizeof(pda)); in prism2_fwapply() 258 pda.rec[0] = (struct hfa384x_pdrec *)pda.buf; in prism2_fwapply() 259 pda.rec[0]->len = cpu_to_le16(2); /* len in words */ in prism2_fwapply() [all …]
|
D | prism2mgmt.c | 670 * Collect the PDA data and put it in the message. 692 /* We only support collecting the PDA when in the FWLOAD in prism2mgmt_readpda() 697 "PDA may only be read in the fwload state.\n"); in prism2mgmt_readpda() 703 * and validating the returned PDA. in prism2mgmt_readpda() 706 msg->pda.data, in prism2mgmt_readpda() 719 msg->pda.status = P80211ENUM_msgitem_status_data_ok; in prism2mgmt_readpda()
|
D | p80211metastruct.h | 195 struct p80211item_unk1024 pda; member
|
D | hfa384x_usb.c | 2133 * Performs the sequence to read the PDA space. Note there is no 2134 * drvr_writepda() function. Writing a PDA is 2141 * buf buffer to store PDA in 2151 * -ENODATA the buffer does NOT contain a valid PDA. 2152 * Either the card PDA is bad, or the auxdata 2165 __le16 *pda = buf; in hfa384x_drvr_readpda() local 2184 /* Read the pda from each known address. */ in hfa384x_drvr_readpda() 2205 pdrlen = le16_to_cpu(pda[currpdr]) * 2; in hfa384x_drvr_readpda() 2206 pdrcode = le16_to_cpu(pda[currpdr + 1]); in hfa384x_drvr_readpda() 2227 /* note the access to pda[], need words here */ in hfa384x_drvr_readpda() [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/display/panel/ |
D | pda,91-00156-a0.yaml | 4 $id: http://devicetree.org/schemas/display/panel/pda,91-00156-a0.yaml# 7 title: PDA 91-00156-A0 5.0" WVGA TFT LCD panel 18 const: pda,91-00156-a0
|
/Linux-v6.6/drivers/net/wireless/intersil/p54/ |
D | eeprom.c | 281 struct pda_channel_output_limit_longbow *pda = data; in p54_get_maxpower() local 284 pda = data; in p54_get_maxpower() 285 for (j = 0; j < ARRAY_SIZE(pda->point); j++) { in p54_get_maxpower() 287 &pda->point[j]; in p54_get_maxpower() 305 struct pda_channel_output_limit *pda = data; in p54_get_maxpower() local 307 rawpower = max(rawpower, pda->val_qpsk); in p54_get_maxpower() 308 rawpower = max(rawpower, pda->val_bpsk); in p54_get_maxpower() 309 rawpower = max(rawpower, pda->val_16qam); in p54_get_maxpower() 310 rawpower = max(rawpower, pda->val_64qam); in p54_get_maxpower() 829 struct pda_custom_wrapper *pda = (void *) entry->data; in p54_parse_eeprom() local [all …]
|
D | eeprom.h | 22 /* PDA defines are Copyright (C) 2005 Nokia Corporation (taken from islsm_pda.h) */
|
/Linux-v6.6/arch/mips/include/asm/sn/ |
D | gda.h | 50 void **g_hooked_norm;/* ptr to pda loc for norm hndlr */ 51 void **g_hooked_utlb;/* ptr to pda loc for utlb hndlr */ 52 void **g_hooked_xtlb;/* ptr to pda loc for xtlb hndlr */
|
/Linux-v6.6/Documentation/usb/ |
D | usb-serial.rst | 102 PocketPC PDA Driver 113 which one may run ppp and establish a TCP/IP link to the PDA. Once this 123 from the PDA and xcerdisp, synce utilities from the Linux side. 138 You can also try soft-resetting your PDA before attempting a connection. 140 Other functionality may be possible depending on your PDA. According to 154 Keyspan PDA Serial Adapter 157 Single port DB-9 serial adapter, pushed as a PDA adapter for iMacs (mostly
|
/Linux-v6.6/arch/arm/mach-omap1/ |
D | Kconfig | 127 Support for the Palm Tungsten E PDA. To boot the kernel, you'll 130 Say Y here if you have this PDA model, say N otherwise.
|
D | board-palmte.c | 7 * Support for the Palm Tungsten E PDA.
|
/Linux-v6.6/drivers/net/wireless/intersil/hostap/ |
D | hostap_download.c | 151 __le16 *pda = (__le16 *) buf; in prism2_pda_ok() local 161 len = le16_to_cpu(pda[pos]); in prism2_pda_ok() 162 pdr = le16_to_cpu(pda[pos + 1]); in prism2_pda_ok() 167 /* PDA end found */ in prism2_pda_ok() 265 PDEBUG(DEBUG_EXTRA2, "%s: trying to read PDA from 0x%08x", in prism2_read_pda() 282 printk(KERN_DEBUG "%s: valid PDA not found\n", dev->name); in prism2_read_pda()
|
D | hostap_proc.c | 204 if (local->pda == NULL || *_pos >= PRISM2_PDA_SIZE) in prism2_pda_proc_read() 210 if (copy_to_user(buf, local->pda + off, count) != 0) in prism2_pda_proc_read() 384 proc_create_data("pda", 0, local->proc, in hostap_init_proc()
|
/Linux-v6.6/drivers/staging/rtl8712/ |
D | rtl871x_recv.c | 465 u8 *psa, *pda, *pbssid; in validate_recv_data_frame() local 472 pda = ieee80211_get_DA((struct ieee80211_hdr *)ptr); in validate_recv_data_frame() 477 memcpy(pattrib->dst, pda, ETH_ALEN); in validate_recv_data_frame() 482 memcpy(pattrib->ra, pda, ETH_ALEN); in validate_recv_data_frame() 487 memcpy(pattrib->ra, pda, ETH_ALEN); in validate_recv_data_frame()
|
/Linux-v6.6/drivers/net/usb/ |
D | zaurus.c | 83 /* PDA style devices are always connected if present */ 331 /* C-750/C-760/C-860/SL-C3000 PDA in MDLM mode */ 405 MODULE_DESCRIPTION("Sharp Zaurus PDA, and compatible products");
|
/Linux-v6.6/drivers/usb/serial/ |
D | Kconfig | 195 tristate "USB PocketPC PDA Driver" 198 or any other PDA running Windows CE 3.0 or PocketPC 2002 302 tristate "USB Keyspan PDA / Xircom Single Port Serial Driver" 305 Say Y here if you want to use a Keyspan PDA, Xircom or Entrega single
|
D | keyspan_pda.c | 3 * USB Keyspan PDA / Xircom / Entrega Converter driver 29 #define DRIVER_DESC "USB Keyspan PDA Converter driver" 682 .description = "Keyspan PDA - (prerenumeration)", 693 .description = "Keyspan PDA",
|
/Linux-v6.6/tools/perf/Documentation/ |
D | jitdump-specification.txt | 167 …cribed in the document at https://refspecs.linuxbase.org/LSB_3.0.0/LSB-PDA/LSB-PDA/ehframechpt.html
|
/Linux-v6.6/sound/soc/ |
D | Kconfig | 19 SoC based systems like PDA's, Phones and Personal Media Players.
|
/Linux-v6.6/drivers/video/backlight/ |
D | locomolcd.c | 10 * old PDA.
|