Lines Matching refs:kmalloc
386 dfu_stat_buf = kmalloc(sizeof(struct dfu_status), GFP_KERNEL); in at76_usbdfu_download()
392 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); in at76_usbdfu_download()
398 dfu_state = kmalloc(sizeof(u8), GFP_KERNEL); in at76_usbdfu_download()
562 op_mode = kmalloc(1, GFP_NOIO); in at76_get_op_mode()
615 union at76_hwcfg *hwcfg = kmalloc(sizeof(*hwcfg), GFP_KERNEL); in at76_get_hw_config()
693 stat_buf = kmalloc(40, GFP_NOIO); in at76_get_cmd_status()
729 struct at76_command *cmd_buf = kmalloc(sizeof(struct at76_command) + in at76_set_card_command()
939 struct mib_mac_addr *m = kmalloc(sizeof(struct mib_mac_addr), in at76_dump_mib_mac_addr()
969 struct mib_mac_wep *m = kmalloc(sizeof(struct mib_mac_wep), GFP_KERNEL); in at76_dump_mib_mac_wep()
1005 struct mib_mac_mgmt *m = kmalloc(sizeof(struct mib_mac_mgmt), in at76_dump_mib_mac_mgmt()
1043 struct mib_mac *m = kmalloc(sizeof(struct mib_mac), GFP_KERNEL); in at76_dump_mib_mac()
1080 struct mib_phy *m = kmalloc(sizeof(struct mib_phy), GFP_KERNEL); in at76_dump_mib_phy()
1113 struct mib_local *m = kmalloc(sizeof(*m), GFP_KERNEL); in at76_dump_mib_local()
1138 struct mib_mdomain *m = kmalloc(sizeof(struct mib_mdomain), GFP_KERNEL); in at76_dump_mib_mdomain()
1280 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); in at76_load_external_fw()
2276 priv->bulk_out_buffer = kmalloc(buffer_size, GFP_KERNEL); in at76_alloc_urbs()
2447 fwv = kmalloc(sizeof(*fwv), GFP_KERNEL); in at76_probe()