/drivers/pnp/ |
D | core.c | 50 int pnp_register_protocol(struct pnp_protocol *protocol) in pnp_register_protocol() argument 55 INIT_LIST_HEAD(&protocol->devices); in pnp_register_protocol() 56 INIT_LIST_HEAD(&protocol->cards); in pnp_register_protocol() 69 list_add_tail(&protocol->protocol_list, &pnp_protocols); in pnp_register_protocol() 72 protocol->number = nodenum; in pnp_register_protocol() 73 dev_set_name(&protocol->dev, "pnp%d", nodenum); in pnp_register_protocol() 74 return device_register(&protocol->dev); in pnp_register_protocol() 81 void pnp_unregister_protocol(struct pnp_protocol *protocol) in pnp_unregister_protocol() argument 84 list_del(&protocol->protocol_list); in pnp_unregister_protocol() 86 device_unregister(&protocol->dev); in pnp_unregister_protocol() [all …]
|
/drivers/block/paride/ |
D | Kconfig | 20 must also have at least one parallel port protocol driver in your 34 must also have at least one parallel port protocol driver in your 50 You must also have at least one parallel port protocol driver in 64 You must also have at least one parallel port protocol driver in 82 You must also have at least one parallel port protocol driver in 92 comment "Parallel IDE protocol modules" 96 tristate "ATEN EH-100 protocol" 100 protocol. This protocol is used in some inexpensive low performance 103 protocol driver, otherwise you should answer M to build it as a 109 tristate "MicroSolutions backpack (Series 5) protocol" [all …]
|
/drivers/net/ppp/ |
D | pppox.c | 106 static int pppox_create(struct net *net, struct socket *sock, int protocol, in pppox_create() argument 111 if (protocol < 0 || protocol > PX_MAX_PROTO) in pppox_create() 115 if (!pppox_protos[protocol]) in pppox_create() 116 request_module("pppox-proto-%d", protocol); in pppox_create() 117 if (!pppox_protos[protocol] || in pppox_create() 118 !try_module_get(pppox_protos[protocol]->owner)) in pppox_create() 121 rc = pppox_protos[protocol]->create(net, sock); in pppox_create() 123 module_put(pppox_protos[protocol]->owner); in pppox_create()
|
/drivers/media/i2c/ |
D | ir-kbd-i2c.c | 65 static int get_key_haup_common(struct IR_i2c *ir, enum rc_type *protocol, in get_key_haup_common() argument 101 *protocol = RC_TYPE_RC5; in get_key_haup_common() 107 static int get_key_haup(struct IR_i2c *ir, enum rc_type *protocol, in get_key_haup() argument 110 return get_key_haup_common (ir, protocol, scancode, toggle, 3, 0); in get_key_haup() 113 static int get_key_haup_xvr(struct IR_i2c *ir, enum rc_type *protocol, in get_key_haup_xvr() argument 129 return get_key_haup_common(ir, protocol, scancode, toggle, 6, 3); in get_key_haup_xvr() 132 static int get_key_pixelview(struct IR_i2c *ir, enum rc_type *protocol, in get_key_pixelview() argument 143 *protocol = RC_TYPE_OTHER; in get_key_pixelview() 149 static int get_key_fusionhdtv(struct IR_i2c *ir, enum rc_type *protocol, in get_key_fusionhdtv() argument 168 *protocol = RC_TYPE_UNKNOWN; in get_key_fusionhdtv() [all …]
|
/drivers/isdn/mISDN/ |
D | stack.c | 426 u_int protocol, struct sockaddr_mISDN *adr) in connect_layer1() argument 435 __func__, dev_name(&dev->dev), protocol, adr->dev, in connect_layer1() 437 switch (protocol) { in connect_layer1() 445 rq.protocol = protocol; in connect_layer1() 464 u_int protocol, struct sockaddr_mISDN *adr) in connect_Bstack() argument 472 __func__, dev_name(&dev->dev), protocol, in connect_Bstack() 476 pmask = 1 << (protocol & ISDN_P_B_MASK); in connect_Bstack() 478 rq.protocol = protocol; in connect_Bstack() 492 rq2.protocol = protocol; in connect_Bstack() 501 rq.protocol = rq2.protocol; in connect_Bstack() [all …]
|
/drivers/media/rc/img-ir/ |
D | Kconfig | 29 bool "NEC protocol support" 36 bool "JVC protocol support" 39 Say Y here to enable support for the JVC protocol in the ImgTec 43 bool "Sony protocol support" 46 Say Y here to enable support for the Sony protocol in the ImgTec 50 bool "Sharp protocol support" 53 Say Y here to enable support for the Sharp protocol in the ImgTec 57 bool "Sanyo protocol support" 60 Say Y here to enable support for the Sanyo protocol (used by Sanyo,
|
D | img-ir-sony.c | 15 static int img_ir_sony_scancode(int len, u64 raw, enum rc_type *protocol, in img_ir_sony_scancode() argument 28 *protocol = RC_TYPE_SONY12; in img_ir_sony_scancode() 37 *protocol = RC_TYPE_SONY15; in img_ir_sony_scancode() 47 *protocol = RC_TYPE_SONY20; in img_ir_sony_scancode()
|
/drivers/media/usb/em28xx/ |
D | em28xx-input.c | 57 enum rc_type protocol; member 76 int (*get_key_i2c)(struct i2c_client *ir, enum rc_type *protocol, u32 *scancode); 85 enum rc_type *protocol, u32 *scancode) in em28xx_get_key_terratec() argument 103 *protocol = RC_TYPE_UNKNOWN; in em28xx_get_key_terratec() 109 enum rc_type *protocol, u32 *scancode) in em28xx_get_key_em_haup() argument 133 *protocol = RC_TYPE_RC5; in em28xx_get_key_em_haup() 139 enum rc_type *protocol, u32 *scancode) in em28xx_get_key_pinnacle_usb_grey() argument 151 *protocol = RC_TYPE_UNKNOWN; in em28xx_get_key_pinnacle_usb_grey() 157 enum rc_type *protocol, u32 *scancode) in em28xx_get_key_winfast_usbii_deluxe() argument 177 *protocol = RC_TYPE_UNKNOWN; in em28xx_get_key_winfast_usbii_deluxe() [all …]
|
/drivers/infiniband/ulp/srpt/ |
D | Kconfig | 7 SRP protocol is a protocol that allows an initiator to access 9 that supports the RDMA protocol. Currently the RDMA protocol is 11 information about the SRP protocol can be found on the website
|
/drivers/isdn/hisax/ |
D | Kconfig | 21 comment "D-channel protocol features" 26 Say Y or N according to the D-channel protocol which your local 29 The call control protocol E-DSS1 is used in most European countries. 58 bool "Disable keypad protocol option" 62 using the keypad protocol, select this option. 67 Say Y or N according to the D-channel protocol which your local 70 1TR6 is an old call control protocol which was used in Germany 97 using the different cards, a different D-channel protocol, or 107 using the different cards, a different D-channel protocol, or 131 using the different cards, a different D-channel protocol, or [all …]
|
/drivers/usb/class/ |
D | usblp.c | 155 } protocol[USBLP_MAX_PROTOCOLS]; member 185 usblp->protocol[p].alt_setting); in usblp_dump() 187 usblp->protocol[p].epwrite); in usblp_dump() 189 usblp->protocol[p].epread); in usblp_dump() 243 static int usblp_set_protocol(struct usblp *usblp, int protocol); 263 index = (usblp->ifnum<<8)|usblp->protocol[usblp->current_protocol].alt_setting; in usblp_ctrl_msg() 549 if (usblp->protocol[i].alt_setting >= 0) in usblp_ioctl() 705 usblp->protocol[usblp->current_protocol].epwrite->bEndpointAddress), in usblp_new_writeurb() 988 usblp->protocol[usblp->current_protocol].epread->bEndpointAddress), in usblp_submit_read() 1087 int protocol; in usblp_probe() local [all …]
|
/drivers/bluetooth/ |
D | Kconfig | 41 bool "UART (H4) protocol support" 44 UART (H4) is serial protocol for communication between Bluetooth 45 device and host. This protocol is required for most Bluetooth devices 48 Say Y here to compile support for HCI UART (H4) protocol. 51 bool "BCSP protocol support" 55 BCSP (BlueCore Serial Protocol) is serial protocol for communication 56 between Bluetooth device and host. This protocol is required for non 60 Say Y here to compile support for HCI BCSP protocol. 66 HCIATH3K (HCI Atheros AR300x) is a serial protocol for 68 This protocol enables AR300x chips to be enabled with [all …]
|
/drivers/usb/common/ |
D | usb-otg-fsm.c | 35 static int otg_set_protocol(struct otg_fsm *fsm, int protocol) in otg_set_protocol() argument 39 if (fsm->protocol != protocol) { in otg_set_protocol() 41 fsm->protocol, protocol); in otg_set_protocol() 43 if (fsm->protocol == PROTO_HOST) in otg_set_protocol() 45 else if (fsm->protocol == PROTO_GADGET) in otg_set_protocol() 51 if (protocol == PROTO_HOST) in otg_set_protocol() 53 else if (protocol == PROTO_GADGET) in otg_set_protocol() 58 fsm->protocol = protocol; in otg_set_protocol()
|
/drivers/media/pci/saa7134/ |
D | saa7134-input.c | 111 static int get_key_flydvb_trio(struct IR_i2c *ir, enum rc_type *protocol, in get_key_flydvb_trio() argument 158 *protocol = RC_TYPE_UNKNOWN; in get_key_flydvb_trio() 164 static int get_key_msi_tvanywhere_plus(struct IR_i2c *ir, enum rc_type *protocol, in get_key_msi_tvanywhere_plus() argument 206 *protocol = RC_TYPE_UNKNOWN; in get_key_msi_tvanywhere_plus() 213 static int get_key_kworld_pc150u(struct IR_i2c *ir, enum rc_type *protocol, in get_key_kworld_pc150u() argument 255 *protocol = RC_TYPE_UNKNOWN; in get_key_kworld_pc150u() 261 static int get_key_purpletv(struct IR_i2c *ir, enum rc_type *protocol, in get_key_purpletv() argument 280 *protocol = RC_TYPE_UNKNOWN; in get_key_purpletv() 286 static int get_key_hvr1110(struct IR_i2c *ir, enum rc_type *protocol, in get_key_hvr1110() argument 310 *protocol = RC_TYPE_RC5; in get_key_hvr1110() [all …]
|
/drivers/media/rc/ |
D | ir-rc6-decoder.c | 91 enum rc_type protocol; in ir_rc6_decode() local 237 protocol = RC_TYPE_RC6_0; in ir_rc6_decode() 252 protocol = RC_TYPE_RC6_6A_20; in ir_rc6_decode() 256 protocol = RC_BIT_RC6_6A_24; in ir_rc6_decode() 261 protocol = RC_TYPE_RC6_MCE; in ir_rc6_decode() 265 protocol = RC_BIT_RC6_6A_32; in ir_rc6_decode() 275 protocol, scancode, toggle); in ir_rc6_decode() 282 rc_keydown(dev, protocol, scancode, toggle); in ir_rc6_decode()
|
D | ir-rc5-decoder.c | 54 enum rc_type protocol; in ir_rc5_decode() local 140 protocol = RC_TYPE_RC5X; in ir_rc5_decode() 154 protocol = RC_TYPE_RC5; in ir_rc5_decode() 167 protocol = RC_TYPE_RC5_SZ; in ir_rc5_decode() 173 scancode, protocol, toggle); in ir_rc5_decode() 175 rc_keydown(dev, protocol, scancode, toggle); in ir_rc5_decode()
|
D | Kconfig | 23 LIRC daemon handles protocol decoding for IR reception and 38 tristate "Enable IR raw decoder for the NEC protocol" 44 Enable this option if you have IR with NEC protocol, and 48 tristate "Enable IR raw decoder for the RC-5 protocol" 54 Enable this option if you have IR with RC-5 protocol, and 58 tristate "Enable IR raw decoder for the RC6 protocol" 65 uses the RC6 protocol, and you need software decoding support. 68 tristate "Enable IR raw decoder for the JVC protocol" 75 uses the JVC protocol, and you need software decoding support. 78 tristate "Enable IR raw decoder for the Sony protocol" [all …]
|
D | ir-sony-decoder.c | 45 enum rc_type protocol; in ir_sony_decode() local 135 protocol = RC_TYPE_SONY12; in ir_sony_decode() 145 protocol = RC_TYPE_SONY15; in ir_sony_decode() 155 protocol = RC_TYPE_SONY20; in ir_sony_decode() 164 rc_keydown(dev, protocol, scancode, 0); in ir_sony_decode()
|
/drivers/acpi/ |
D | sbshc.c | 126 static int acpi_smbus_transaction(struct acpi_smb_hc *hc, u8 protocol, in acpi_smbus_transaction() argument 147 if (!(protocol & 0x01)) { in acpi_smbus_transaction() 153 smb_hc_write(hc, ACPI_SMB_PROTOCOL, protocol); in acpi_smbus_transaction() 159 if (ret || !(protocol & 0x01)) in acpi_smbus_transaction() 161 switch (protocol) { in acpi_smbus_transaction() 184 int acpi_smbus_read(struct acpi_smb_hc *hc, u8 protocol, u8 address, in acpi_smbus_read() argument 187 return acpi_smbus_transaction(hc, protocol, address, command, data, 0); in acpi_smbus_read() 192 int acpi_smbus_write(struct acpi_smb_hc *hc, u8 protocol, u8 address, in acpi_smbus_write() argument 195 return acpi_smbus_transaction(hc, protocol, address, command, data, length); in acpi_smbus_write()
|
/drivers/i2c/busses/ |
D | i2c-amd8111.c | 197 unsigned char protocol, len, pec, temp[2]; in amd8111_access() local 200 protocol = (read_write == I2C_SMBUS_READ) ? AMD_SMB_PRTCL_READ in amd8111_access() 206 protocol |= AMD_SMB_PRTCL_QUICK; in amd8111_access() 217 protocol |= AMD_SMB_PRTCL_BYTE; in amd8111_access() 230 protocol |= AMD_SMB_PRTCL_BYTE_DATA; in amd8111_access() 247 protocol |= AMD_SMB_PRTCL_WORD_DATA | pec; in amd8111_access() 268 protocol |= AMD_SMB_PRTCL_BLOCK_DATA | pec; in amd8111_access() 288 protocol |= AMD_SMB_PRTCL_I2C_BLOCK_DATA; in amd8111_access() 303 protocol = AMD_SMB_PRTCL_PROC_CALL | pec; in amd8111_access() 322 protocol = AMD_SMB_PRTCL_BLOCK_PROC_CALL | pec; in amd8111_access() [all …]
|
D | i2c-nforce2.c | 191 unsigned char protocol, pec; in nforce2_access() local 195 protocol = (read_write == I2C_SMBUS_READ) ? NVIDIA_SMB_PRTCL_READ : in nforce2_access() 201 protocol |= NVIDIA_SMB_PRTCL_QUICK; in nforce2_access() 208 protocol |= NVIDIA_SMB_PRTCL_BYTE; in nforce2_access() 215 protocol |= NVIDIA_SMB_PRTCL_BYTE_DATA; in nforce2_access() 224 protocol |= NVIDIA_SMB_PRTCL_WORD_DATA | pec; in nforce2_access() 242 protocol |= NVIDIA_SMB_PRTCL_BLOCK_DATA | pec; in nforce2_access() 251 outb_p(protocol, NVIDIA_SMB_PRTCL); in nforce2_access()
|
D | i2c-scmi.c | 86 unsigned char protocol; in acpi_smbus_cmi_access() local 100 protocol = ACPI_SMBUS_PRTCL_QUICK; in acpi_smbus_cmi_access() 111 protocol = ACPI_SMBUS_PRTCL_BYTE; in acpi_smbus_cmi_access() 123 protocol = ACPI_SMBUS_PRTCL_BYTE_DATA; in acpi_smbus_cmi_access() 133 protocol = ACPI_SMBUS_PRTCL_WORD_DATA; in acpi_smbus_cmi_access() 143 protocol = ACPI_SMBUS_PRTCL_BLOCK_DATA; in acpi_smbus_cmi_access() 161 protocol |= ACPI_SMBUS_PRTCL_READ; in acpi_smbus_cmi_access() 165 protocol |= ACPI_SMBUS_PRTCL_WRITE; in acpi_smbus_cmi_access() 172 mt_params[0].integer.value = protocol; in acpi_smbus_cmi_access()
|
/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 61 static int hfcsusb_setup_bch(struct bchannel *bch, int protocol); 235 ret = hfcsusb_setup_bch(bch, ch->protocol); in hfcusb_l2l1B() 267 phi->dch.ch.protocol = hw->protocol; in hfcsusb_ph_info() 272 phi->bch[i].protocol = hw->bch[i].ch.protocol; in hfcsusb_ph_info() 313 (hw->protocol == ISDN_P_NT_S0) ? "NT" : "TE"); in hfcusb_l2l1D() 315 if (hw->protocol == ISDN_P_NT_S0) { in hfcusb_l2l1D() 339 if (hw->protocol == ISDN_P_NT_S0) { in hfcusb_l2l1D() 433 if (rq->protocol == ISDN_P_NONE) in open_dchannel() 452 hw->protocol = rq->protocol; in open_dchannel() 453 if (rq->protocol == ISDN_P_TE_S0) { in open_dchannel() [all …]
|
D | hfcpci.c | 110 unsigned char protocol; member 185 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_setmode() 1050 if (hc->hw.protocol == ISDN_P_NT_S0) { in ph_state() 1194 if (hc->hw.protocol == ISDN_P_NT_S0) { in hfcpci_int() 1252 mode_hfcpci(struct bchannel *bch, int bc, int protocol) in mode_hfcpci() argument 1261 bch->state, protocol, bch->nr, bc); in mode_hfcpci() 1273 } else if (test_bit(HFC_CFG_PCM, &hc->cfg) && (protocol > ISDN_P_NONE)) in mode_hfcpci() 1281 if (protocol != ISDN_P_NONE) { in mode_hfcpci() 1294 switch (protocol) { in mode_hfcpci() 1329 bch->state = protocol; in mode_hfcpci() [all …]
|
/drivers/tty/ipwireless/ |
D | hardware.c | 135 unsigned char protocol:3; member 143 unsigned char protocol:3; member 298 unsigned char protocol; member 338 unsigned int protocol; member 350 switch (hdr->protocol) { in data_type() 477 pkt.hdr_first.protocol = packet->protocol; in do_send_packet() 619 unsigned int protocol, in queue_received_packet() argument 638 if (protocol == TL_PROTOCOLID_COM_DATA) { in queue_received_packet() 652 (*assem)->protocol = protocol; in queue_received_packet() 676 packet->protocol = protocol; in queue_received_packet() [all …]
|